Spaces:
Runtime error
Runtime error
Commit
·
7febc8f
1
Parent(s):
ade615a
up
Browse files- .gitignore +2 -1
- README.md +10 -0
.gitignore
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
/input
|
2 |
/output
|
3 |
token.txt
|
4 |
-
|
|
|
|
1 |
/input
|
2 |
/output
|
3 |
token.txt
|
4 |
+
# ignore all DS_Store files
|
5 |
+
**/.DS_Store
|
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Stable Diffusion in Docker
|
2 |
|
3 |
Run the official [Stable Diffusion](https://huggingface.co/CompVis/stable-diffusion)
|
|
|
1 |
+
---
|
2 |
+
title: sdui
|
3 |
+
emoji: 🐢
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: red
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
duplicated_from: atikur-rabbi/sdui
|
9 |
+
---
|
10 |
+
|
11 |
# Stable Diffusion in Docker
|
12 |
|
13 |
Run the official [Stable Diffusion](https://huggingface.co/CompVis/stable-diffusion)
|