Instructions to use Freepik/flux.1-lite-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Freepik/flux.1-lite-8B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Freepik/flux.1-lite-8B", 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
Compatibility with LoRA? ControlNet?
2
#6 opened about 1 year ago
by
lieding1994
Kindly let me know how to install it in ComfyUI?
1
#5 opened over 1 year ago
by
chiara666t
Any plans to open source the distillation code?
#4 opened over 1 year ago
by
ryan6027
Any chance of .GGUF versions
2
#3 opened over 1 year ago
by
RamonGuthrie
Request: DOI
#2 opened over 1 year ago
by
nozetaone
Any plans on doing a "Fill" version of it?
1
#1 opened over 1 year ago
by
stduhpf