Spaces:
Runtime error
Runtime error
Commit
·
a9b26bd
1
Parent(s):
ec03850
Add Space metadata -> app_file=app.py, sdk=gradio
Browse files
README.md
CHANGED
|
@@ -1,14 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: apache-2.0
|
| 11 |
-
short_description: 'A clean image generation demo powered by Stable Diffusion. '
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: VibeForge — Clean Image Generator
|
| 3 |
+
emoji: ⚒️
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.40.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: apache-2.0
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# VibeForge — Clean Image Generator
|
| 14 |
+
|
| 15 |
+
Generate creative **SFW** images from text prompts.
|
| 16 |
+
NSFW inputs are blocked.
|
| 17 |
+
|
| 18 |
+
### Example Prompts
|
| 19 |
+
- A neon cyberpunk cityscape at night, cinematic wide shot
|
| 20 |
+
- Isometric pixel art of a cozy cabin in winter, warm lights, gentle snow
|
| 21 |
+
- Studio product photo of matte-black headphones, softbox lighting, shallow depth of field
|
| 22 |
+
|