From fd75546cb721b986c39bb466671caae2114755ee Mon Sep 17 00:00:00 2001 From: systemd Date: Mon, 24 Aug 2026 19:41:05 +0000 Subject: [PATCH] Normalize README metadata and formatting (#7) - Normalize README metadata and formatting (b9b68f2ea3299b1be7bf6b7129fe2a81de81bae2) - Place upstream sources with model description (af1536df833fee2b2b7f1b62d22f9df268b6f055) (batch 1/1) --- README.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78498d7..4109dfc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,31 @@ --- license: apache-2.0 tags: - - diffusion-single-file - - comfyui +- 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 +```