Instructions to use inclusionAI/TwinFlow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use inclusionAI/TwinFlow with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("inclusionAI/TwinFlow", 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
- Draw Things
- DiffusionBee
Qwen-Image LoRA weights
#10 opened 3 months ago
by
AnnaGOOO
Qwen Image Edit
#9 opened 4 months ago
by
Deniaud
Qwen Image 2512
#8 opened 4 months ago
by
tech77
Support `TwinFlow` via `diffusers`
2
#6 opened 5 months ago
by
alvarobartt
Will Qwen-Image LORAs work with this model?
๐ 2
#5 opened 5 months ago
by
feloope
How do I deploy this in ComfyUI? I really want to use it in ComfyUI, please help me.
๐ 2
3
#4 opened 5 months ago
by
Universe97
Method for distillation
7
#2 opened 5 months ago
by
diuibyang
i problem with the model in google colab
1
#1 opened 5 months ago
by
adamdahdah