Instructions to use Owen777/flux.1-lite-8B-GRPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Owen777/flux.1-lite-8B-GRPO with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Owen777/flux.1-lite-8B-GRPO", dtype=torch.bfloat16, device_map="cuda") prompt = "A studio portrait of a woman with bold makeup, highly detailed eyelashes, and glossy red lips, dramatic directional lighting creating high contrast shadows, perfect catchlights in the eyes, smooth skin texture without blemishes" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 2 files
Browse files- .gitattributes +2 -0
- examples/15_checkpoint-200-0.png +3 -0
- examples/18_checkpoint-200-0.png +3 -0
.gitattributes
CHANGED
|
@@ -43,3 +43,5 @@ examples/6_checkpoint-200-0.png filter=lfs diff=lfs merge=lfs -text
|
|
| 43 |
examples/7_checkpoint-200-0.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
examples/8_checkpoint-200-0.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
examples/9_checkpoint-200-0.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 43 |
examples/7_checkpoint-200-0.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
examples/8_checkpoint-200-0.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
examples/9_checkpoint-200-0.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
examples/15_checkpoint-200-0.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
examples/18_checkpoint-200-0.png filter=lfs diff=lfs merge=lfs -text
|
examples/15_checkpoint-200-0.png
ADDED
|
Git LFS Details
|
examples/18_checkpoint-200-0.png
ADDED
|
Git LFS Details
|