Instructions to use nunchaku-ai/nunchaku-qwen-image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nunchaku-ai/nunchaku-qwen-image with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nunchaku-ai/nunchaku-qwen-image", 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
This update broke ControlNet InstantX
#14
by badraymen - opened
I will take a look at it.
I will take a look at it.
Sorry for the inconvenience, but since I have a work in progress, can I have the working wheel for me, which is:
Nunchaku Nightly v1.0.0dev20250825
nunchaku-1.0.0.dev20250825+torch2.8-cp312-cp312-win_amd64.whl
Thank you very much
