Image-to-Image
Diffusers
Safetensors
English
Image-to-Image
ControlNet
Diffusers
QwenImageControlNetPipeline
Qwen-Image
Instructions to use InstantX/Qwen-Image-ControlNet-Union with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use InstantX/Qwen-Image-ControlNet-Union with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("InstantX/Qwen-Image-ControlNet-Union", dtype=torch.bfloat16, device_map="cuda") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Qwen Controlnet not working with qwen image 2512 !!
👍 1
1
#11 opened 4 months ago
by
badraymen
The 2080Ti does not support the display of black screens.
2
#10 opened 6 months ago
by
powerkobe
Control maps training details
#9 opened 8 months ago
by
amk22
Old controlnet nodes work, as well.
#8 opened 8 months ago
by
neph1
Any support for Eligen Lora or controlnet?
#7 opened 8 months ago
by
krigeta
Multiple ControlNets
➕ 1
1
#6 opened 8 months ago
by
shiftyoliver
Update README.md
#4 opened 8 months ago
by
Frank1223
will there be a edit version?
1
#2 opened 9 months ago
by
jasoncow
这里没有形象参考吗我们的老北鼻
#1 opened 9 months ago
by
chenpingan