Instructions to use DFloat11/Qwen-Image-Edit-2509-DF11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DFloat11/Qwen-Image-Edit-2509-DF11 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DFloat11/Qwen-Image-Edit-2509-DF11", 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
I did a 2511 update
#3 opened 5 months ago
by
m9e
wen Qwen-Image-Edit-2511
#2 opened 5 months ago
by
DogecoinVR
ComfyUI support
#1 opened 8 months ago
by
mikinko