Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

InstantX
/
Qwen-Image-ControlNet-Union

Image-to-Image
Diffusers
Safetensors
English
Image-to-Image
ControlNet
Diffusers
QwenImageControlNetPipeline
Qwen-Image
Model card Files Files and versions
xet
Community
11

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

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

Fuvk

#5 opened 8 months ago by
Frank1223

Update README.md

#4 opened 8 months ago by
Frank1223

will there be a edit version?

1
#2 opened 8 months ago by
jasoncow

这里没有形象参考吗我们的老北鼻

#1 opened 8 months ago by
chenpingan
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs