diff --git a/README.md b/README.md index 78498d7..d647d5c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,28 @@ --- license: apache-2.0 tags: - - diffusion-single-file - - comfyui +- comfyui +- diffusion-single-file +base_model: +- InstantX/Qwen-Image-ControlNet-Inpainting +- InstantX/Qwen-Image-ControlNet-Union --- + +# Qwen-Image InstantX ControlNets + +Repackaged model files for ComfyUI. + +Original model repository: + +- https://huggingface.co/InstantX/Qwen-Image-ControlNet-Inpainting +- https://huggingface.co/InstantX/Qwen-Image-ControlNet-Union + +Place the files in the following folders: + +``` +📂 ComfyUI/ +├── 📂 models/ +│ ├── 📂 controlnet/ +│ │ ├── Qwen-Image-InstantX-ControlNet-Inpainting.safetensors +│ │ └── Qwen-Image-InstantX-ControlNet-Union.safetensors +```