Spaces:
Running
on
Zero
Running
on
Zero
TheAwakenOne
commited on
Commit
•
95e3c69
1
Parent(s):
a7c4dc1
Updates
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Flux
|
3 |
emoji: 🎨
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
|
|
1 |
---
|
2 |
+
title: Freepix Flux.1-lite-8B-alpha Model (Zero-GPU)
|
3 |
emoji: 🎨
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
app.py
CHANGED
@@ -75,7 +75,7 @@ demo = gr.Interface(
|
|
75 |
)
|
76 |
],
|
77 |
outputs=gr.Image(type="pil", label="Generated Image"),
|
78 |
-
title="Flux
|
79 |
description="Generate images using Freepik's Flux model with Zero-GPU allocation. Using 25 fixed steps and random seed for each generation.",
|
80 |
examples=[
|
81 |
["A close-up image of a green alien with fluorescent skin in the middle of a dark purple forest", 3.5, 1024, 1024],
|
|
|
75 |
)
|
76 |
],
|
77 |
outputs=gr.Image(type="pil", label="Generated Image"),
|
78 |
+
title="Freepix Flux.1-lite-8B-alpha Model (Zero-GPU)",
|
79 |
description="Generate images using Freepik's Flux model with Zero-GPU allocation. Using 25 fixed steps and random seed for each generation.",
|
80 |
examples=[
|
81 |
["A close-up image of a green alien with fluorescent skin in the middle of a dark purple forest", 3.5, 1024, 1024],
|