Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
2 |
license: agpl-3.0
|
3 |
-
sdk:
|
4 |
models:
|
5 |
- CompVis/stable-diffusion-v1-4
|
6 |
datasets:
|
7 |
- botmaster/mother-2-battle-sprites
|
|
|
8 |
pinned: false
|
9 |
---
|
10 |
# Stable Diffusion text-to-image fine-tuning
|
|
|
1 |
---
|
2 |
license: agpl-3.0
|
3 |
+
sdk: streamlit
|
4 |
models:
|
5 |
- CompVis/stable-diffusion-v1-4
|
6 |
datasets:
|
7 |
- botmaster/mother-2-battle-sprites
|
8 |
+
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
# Stable Diffusion text-to-image fine-tuning
|