From f7303909642da38d5a771e11cc86d5672f78419e Mon Sep 17 00:00:00 2001 From: systemd Date: Wed, 26 Aug 2026 19:22:11 +0000 Subject: [PATCH] Normalize README metadata and formatting (#4) - Normalize README metadata and formatting (c8284d82b164b6b7da807844d9f501188bb8ba25) - Place upstream sources with model description (690b76d8593c8e35f7be20b4efdb5144d59bb31d) (batch 1/1) --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) 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 +```