Spaces:
Running
on
Zero
Running
on
Zero
adamelliotfields
commited on
Commit
•
7517078
1
Parent(s):
308cff5
Update readme
Browse files
README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
---
|
2 |
-
# https://huggingface.co/docs/hub/en/spaces-config-reference
|
3 |
title: Stable Diffusion Zero
|
4 |
short_description: SD 1.5 on ZeroGPU
|
5 |
-
emoji:
|
6 |
colorFrom: yellow
|
7 |
colorTo: blue
|
8 |
sdk: gradio
|
@@ -14,19 +13,33 @@ pinned: true
|
|
14 |
header: mini
|
15 |
license: apache-2.0
|
16 |
models:
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
preload_from_hub:
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
|
32 |
-
|
|
|
|
|
|
1 |
---
|
|
|
2 |
title: Stable Diffusion Zero
|
3 |
short_description: SD 1.5 on ZeroGPU
|
4 |
+
emoji: 😻
|
5 |
colorFrom: yellow
|
6 |
colorTo: blue
|
7 |
sdk: gradio
|
|
|
13 |
header: mini
|
14 |
license: apache-2.0
|
15 |
models:
|
16 |
+
- fluently/Fluently-v4
|
17 |
+
- Linaqruf/anything-v3-1
|
18 |
+
- Lykon/dreamshaper-8
|
19 |
+
- prompthero/openjourney-v4
|
20 |
+
- runwayml/stable-diffusion-v1-5
|
21 |
+
- SG161222/Realistic_Vision_V5.1_noVAE
|
22 |
preload_from_hub:
|
23 |
+
- >-
|
24 |
+
fluently/Fluently-v4
|
25 |
+
text_encoder/model.safetensors,unet/diffusion_pytorch_model.safetensors
|
26 |
+
- >-
|
27 |
+
Linaqruf/anything-v3-1
|
28 |
+
text_encoder/model.safetensors,unet/diffusion_pytorch_model.safetensors,vae/diffusion_pytorch_model.safetensors
|
29 |
+
- >-
|
30 |
+
Lykon/dreamshaper-8
|
31 |
+
text_encoder/model.safetensors,unet/diffusion_pytorch_model.safetensors
|
32 |
+
- >-
|
33 |
+
prompthero/openjourney-v4
|
34 |
+
text_encoder/model.safetensors,unet/diffusion_pytorch_model.safetensors
|
35 |
+
- >-
|
36 |
+
runwayml/stable-diffusion-v1-5
|
37 |
+
text_encoder/model.safetensors,unet/diffusion_pytorch_model.safetensors
|
38 |
+
- >-
|
39 |
+
SG161222/Realistic_Vision_V5.1_noVAE
|
40 |
+
text_encoder/model.safetensors,unet/diffusion_pytorch_model.safetensors
|
41 |
---
|
42 |
|
43 |
+
# diffusion
|
44 |
+
|
45 |
+
See [`info.md`](https://huggingface.co/spaces/adamelliotfields/diffusion/blob/main/info.md).
|