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 +```