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
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ tags:
|
|
| 10 |
- flux
|
| 11 |
- text-to-image
|
| 12 |
---
|
|
|
|
|
|
|
| 13 |
|
| 14 |

|
| 15 |
|
|
@@ -89,6 +91,8 @@ Our [AI generator](https://www.freepik.com/pikaso/ai-image-generator) is now pow
|
|
| 89 |
|
| 90 |
## Citation
|
| 91 |
|
|
|
|
|
|
|
| 92 |
If you find our work helpful, please cite it!
|
| 93 |
|
| 94 |
```bibtex
|
|
|
|
| 10 |
- flux
|
| 11 |
- text-to-image
|
| 12 |
---
|
| 13 |
+
---
|
| 14 |
+
---
|
| 15 |
|
| 16 |

|
| 17 |
|
|
|
|
| 91 |
|
| 92 |
## Citation
|
| 93 |
|
| 94 |
+
---
|
| 95 |
+
|
| 96 |
If you find our work helpful, please cite it!
|
| 97 |
|
| 98 |
```bibtex
|