Instructions to use ashen0209/Flux-Dev2Pro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ashen0209/Flux-Dev2Pro with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ashen0209/Flux-Dev2Pro", 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
add AIBOM
#7 opened 10 months ago
by
sabato-nocera
what is the licence in the end for this
#6 opened about 1 year ago
by
eyalgi11
wrong directory hierarchy
1
#5 opened about 1 year ago
by
oddball516
🚩 Report: Legal issue(s)
3
#4 opened over 1 year ago
by
asadas
🚩 Report: Legal issue(s)
2
#3 opened over 1 year ago
by
deus-ex-machina
A flux-dev finetune can not be relicensed as Apache 2.0
1
#2 opened over 1 year ago
by
ryanlarimer
How to use this in Kohya?
9
#1 opened over 1 year ago
by
GeneralAwareness