imageImage to ImageImageControlNet
Qwen-Image InstantX Union ControlNet
Generate images with Qwen-Image InstantX ControlNet, supporting canny, soft edge, depth, pose
About
Lotus DepthDiffusion Model
Download lotus-depth-d-v1-1.safetensors
and place it in **ComfyUI/models/diffusion_models**VAE Model
Download [vae-ft-mse-840000-ema-pruned.safetensors](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors) and place it in **ComfyUI/models/vae** or you can use any SD1.5 VAE if you prefer.ComfyUI/
├── models/
│ ├── diffusion_models/
│ │ └─── lotus-depth-d-v1-1.safetensors
│ └── vae/
│ └── lvae-ft-mse-840000-ema-pruned.safetensors**Model links** Tutorial
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
filename_prefix | string | ComfyUI | Output filename prefix |
Usage
c3 comfyui run image_qwen_image_instantx_controlnet \
--prompt "your prompt here" \
--output my_outputReady 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_instantx_controlnet