Files
Qwen-Image-DiffSynth-Contro…/README.md
systemd fd75546cb7 Normalize README metadata and formatting (#7)
- Normalize README metadata and formatting (b9b68f2ea3299b1be7bf6b7129fe2a81de81bae2)
- Place upstream sources with model description (af1536df833fee2b2b7f1b62d22f9df268b6f055) (batch 1/1)
2026-08-24 19:41:05 +00:00

32 lines
893 B
Markdown

---
license: apache-2.0
tags:
- comfyui
- diffusion-single-file
base_model:
- DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Canny
- DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Depth
---
# Qwen-Image DiffSynth ControlNets
Repackaged model files for ComfyUI.
Original model repository:
- https://huggingface.co/DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Canny
- https://huggingface.co/DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Depth
Place the files in the following folders:
```
📂 ComfyUI/
├── 📂 models/
│ ├── 📂 loras/
│ │ └── qwen_image_union_diffsynth_lora.safetensors
│ ├── 📂 model_patches/
│ │ ├── qwen_image_canny_diffsynth_controlnet.safetensors
│ │ ├── qwen_image_depth_diffsynth_controlnet.safetensors
│ │ └── qwen_image_inpaint_diffsynth_controlnet.safetensors
```