imageImage to ImageImage EditControlNet
Qwen Image Edit 2509
Advanced image editing with multi-image support, improved consistency, and ControlNet integration.
About
Note: About image size You can use the latent from the EmptySD3LatentImage to replace VAE Encode, so you can customize the image size.
Note: About image size You can use the latent from the EmptySD3LatentImage to replace VAE Encode, so you can customize the image size.
**Model links** Tutorial
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
width | int | 1024 | Output width in pixels |
height | int | 1024 | Output height in pixels |
seed | int | 365832727981113 | Random seed (use -1 for random) |
steps | int | 4 | Number of sampling steps |
cfg | float | 1 | CFG scale (guidance strength) |
sampler_name | enum | euler | Sampler algorithm |
scheduler | enum | simple | Noise scheduler |
filename_prefix | string | ComfyUI | Output filename prefix |
Usage
c3 comfyui run image_qwen_image_edit_2509 \
--prompt "your prompt here" \
--output my_output \
--width 1024 \
--height 1024 \
--steps 4 \
--cfg 1Required Models
Ready to run this template?
Install the CLI and run this template on GPU in seconds.
pip install hypercli-cli && hyper comfyui run image_qwen_image_edit_2509