Commit
·
1a05d22
1
Parent(s):
66578f6
Updated readme
Browse files
README.md
CHANGED
|
@@ -10,4 +10,20 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# App for Stable Diffusion with Textual Inversion
|
| 14 |
+
|
| 15 |
+
## Features
|
| 16 |
+
- Text input: Enter prompt for text generation
|
| 17 |
+
- Style: Select style
|
| 18 |
+
- Inferece steps: Number of steps to infere
|
| 19 |
+
- Guidance scale: Weightage of text input
|
| 20 |
+
- Seed: To set random seed
|
| 21 |
+
- Gudance method: Select gudance method
|
| 22 |
+
- Loss scale: Loss multiplier for guidance
|
| 23 |
+
|
| 24 |
+
## Usage
|
| 25 |
+
- Enter text
|
| 26 |
+
- Change settings as requied
|
| 27 |
+
- Hit submit and view result
|
| 28 |
+
|
| 29 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|