wanghaofan commited on
Commit
113941c
·
verified ·
1 Parent(s): 02b8280

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -80,6 +80,12 @@ image = pipe(
80
  image.save(f"qwenimage_cn_inpaint_result.png")
81
  ```
82
 
 
 
 
 
 
 
83
  # Limitations
84
  This model is slightly sensitive to user prompts. Using detailed prompts that describe the entire image (both the inpainted area and the background) is highly recommended. Please use descriptive prompt instead of instructive prompt.
85
 
 
80
  image.save(f"qwenimage_cn_inpaint_result.png")
81
  ```
82
 
83
+ # ComfyUI Support
84
+ [ComfyUI](https://www.comfy.org/) offers native support for Qwen-Image-ControlNet-Inpainting.
85
+
86
+ # Community Support
87
+ [Liblib AI](https://www.liblib.art/) offers native support for Qwen-Image-ControlNet-Inpainting. [Visit](https://www.liblib.art) for online WebUI or ComfyUI inference.
88
+
89
  # Limitations
90
  This model is slightly sensitive to user prompts. Using detailed prompts that describe the entire image (both the inpainted area and the background) is highly recommended. Please use descriptive prompt instead of instructive prompt.
91