Spaces:
Runtime error
Runtime error
Commit
·
ef7a9a3
1
Parent(s):
7c5ef3c
changes in README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Style-Guided Image Generation with Purple Enhancement
|
2 |
|
3 |
This Space demonstrates the use of various textual inversion style embeddings with Stable Diffusion, combined with a custom purple color enhancement technique.
|
|
|
1 |
+
---
|
2 |
+
title: Style-Guided Purple Image Generator
|
3 |
+
emoji: 🎨
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.50.2"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Style-Guided Image Generation with Purple Enhancement
|
13 |
|
14 |
This Space demonstrates the use of various textual inversion style embeddings with Stable Diffusion, combined with a custom purple color enhancement technique.
|