Instructions to use jimmycarter/LibreFLUX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jimmycarter/LibreFLUX with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("jimmycarter/LibreFLUX", 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
add AIBOM
#10 opened 11 months ago
by
sabato-nocera
LibreFine tune on local 4090.
5
#9 opened over 1 year ago
by
alexnvo
Contact re. FLUX training
#8 opened over 1 year ago
by
descore
Interview Request: Thoughts on Gen AI Evaluation & Documentation
#7 opened over 1 year ago
by
evatang
will there be an FP8 version later?
❤️ 1
1
#6 opened over 1 year ago
by
ZealotTt
Question About LoRA Training
❤️ 1
5
#5 opened over 1 year ago
by
Jilas
How much video memory is required for operation, and does it support ControlNet and IP Adapter
4
#4 opened over 1 year ago
by
michaelj
optimum quanto
1
#3 opened over 1 year ago
by
JiriCoufal