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 Settings
- Draw Things
- DiffusionBee
Commit History
fix: Comfy workflow 89bdbd8
fix: Update README 0a9a7a1
fix: Update README 5c6a0b9
Update sample images da2ebd4 verified
Daniel Verdu Torres commited on
fix: Update README 04b7e5f
Upload models_comparison.png a389f19 verified
Daniel Verdu Torres commited on
Upload folder using huggingface_hub 3482956 verified
Daniel Verdu Torres commited on
initial commit 4a3dab9 verified
Daniel Verdu Torres commited on