Instructions to use unsloth/Qwen-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use unsloth/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("unsloth/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
| Qwen-Image is licensed under the Apache License, Version 2.0. | |
| Copyright the Qwen team, Alibaba Group. | |
| This repository is an unmodified mirror of Qwen/Qwen-Image, republished by Unsloth so that a quantised | |
| checkpoint of this model can source its companion components (VAE, text encoder, tokenizer, | |
| scheduler) from a single org. The weights are byte for byte those of the source repository. | |
| Not an official Qwen product and not endorsed by Qwen. | |
| See LICENSE for the full terms, which are the upstream terms and are unchanged. | |