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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-to-image
|
| 3 |
widget:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- text: >-
|
| 5 |
A sharply detailed full-body shot of a male dancer mid-leap against a minimalist concrete backdrop, muscles and sweat droplets rendered with photorealistic clarity, dramatic side lighting creating bold shadows, sense of motion frozen in time, 8K resolution
|
| 6 |
output:
|
|
@@ -17,10 +21,6 @@ widget:
|
|
| 17 |
A photorealistic street-style portrait of a man leaning against a graffiti wall, crisp textures of leather jacket and denim, moody overcast lighting, vibrant but natural color tones, shallow focus on his face with bokeh city lights behind
|
| 18 |
output:
|
| 19 |
url: examples/4_checkpoint-200-0.png
|
| 20 |
-
- text: >-
|
| 21 |
-
A high-fidelity profile shot of a female athlete with beads of sweat on her forehead, dramatic rim lighting highlighting muscle definition, cool blue tones contrasting warm skin highlights, extreme clarity in eyelashes and hair strands
|
| 22 |
-
output:
|
| 23 |
-
url: examples/5_checkpoint-200-0.png
|
| 24 |
- text: >-
|
| 25 |
A detailed lifestyle portrait of a mother and child playing in a sunlit living room, lifelike skin tones, soft natural window light, intricate details in clothing textures and hair, emotive candid moment captured with a fast shutter look
|
| 26 |
output:
|
|
@@ -29,10 +29,6 @@ widget:
|
|
| 29 |
A hyper-realistic editorial-style shot of a man in a tailored suit walking along a rain-slicked street, reflections on the wet pavement, overcast sky mood, crisp drops of rain frozen mid-air, rich tonal contrast
|
| 30 |
output:
|
| 31 |
url: examples/7_checkpoint-200-0.png
|
| 32 |
-
- text: >-
|
| 33 |
-
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
|
| 34 |
-
output:
|
| 35 |
-
url: examples/8_checkpoint-200-0.png
|
| 36 |
- text: >-
|
| 37 |
A cinematic close-up of a male violinist playing on stage, wood grain of the instrument and fine hairs on his bow tie rendered in sharp detail, warm spotlight glow, rich color depth, black background fading into darkness
|
| 38 |
output:
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-to-image
|
| 3 |
widget:
|
| 4 |
+
- text: >-
|
| 5 |
+
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
|
| 6 |
+
output:
|
| 7 |
+
url: examples/8_checkpoint-200-0.png
|
| 8 |
- text: >-
|
| 9 |
A sharply detailed full-body shot of a male dancer mid-leap against a minimalist concrete backdrop, muscles and sweat droplets rendered with photorealistic clarity, dramatic side lighting creating bold shadows, sense of motion frozen in time, 8K resolution
|
| 10 |
output:
|
|
|
|
| 21 |
A photorealistic street-style portrait of a man leaning against a graffiti wall, crisp textures of leather jacket and denim, moody overcast lighting, vibrant but natural color tones, shallow focus on his face with bokeh city lights behind
|
| 22 |
output:
|
| 23 |
url: examples/4_checkpoint-200-0.png
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
- text: >-
|
| 25 |
A detailed lifestyle portrait of a mother and child playing in a sunlit living room, lifelike skin tones, soft natural window light, intricate details in clothing textures and hair, emotive candid moment captured with a fast shutter look
|
| 26 |
output:
|
|
|
|
| 29 |
A hyper-realistic editorial-style shot of a man in a tailored suit walking along a rain-slicked street, reflections on the wet pavement, overcast sky mood, crisp drops of rain frozen mid-air, rich tonal contrast
|
| 30 |
output:
|
| 31 |
url: examples/7_checkpoint-200-0.png
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
- text: >-
|
| 33 |
A cinematic close-up of a male violinist playing on stage, wood grain of the instrument and fine hairs on his bow tie rendered in sharp detail, warm spotlight glow, rich color depth, black background fading into darkness
|
| 34 |
output:
|