Text-to-Image
Diffusers
English
Chinese
custom_qwen_image
image-generation
multimodal
qwen
quantized
nunchaku
comfyui
Instructions to use QuantFunc/Nunchaku-Qwen-Image-2512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use QuantFunc/Nunchaku-Qwen-Image-2512 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("QuantFunc/Nunchaku-Qwen-Image-2512", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Running on an RTX 2070 graphics card causes an error, incompatible with bf16 models
#8 opened 4 months ago
by
Shinewonder
关于OOM
#7 opened 5 months ago
by
Theoldsong
Diffusers nunchaku example code?
2
#5 opened 6 months ago
by
gabbo1995
Can you do Wan2.2 or LTX-2?
🚀 1
4
#3 opened 6 months ago
by
Winnougan
Loras also works
🤝 4
1
#2 opened 6 months ago
by
tech77
Thanks a lot for this one, can You do int4 for 2511 Qwen edit ?
🤗➕ 3
5
#1 opened 6 months ago
by
rghrhd