Spaces:
Running
on
Zero
Running
on
Zero
Alexander Bagus
commited on
Commit
·
d3232d8
1
Parent(s):
d8027e2
22
Browse files- README.md +1 -0
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -10,6 +10,7 @@ pinned: false
|
|
| 10 |
short_description: Generate images from text prompt
|
| 11 |
models:
|
| 12 |
- NewBie-AI/NewBie-image-Exp0.1
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 10 |
short_description: Generate images from text prompt
|
| 11 |
models:
|
| 12 |
- NewBie-AI/NewBie-image-Exp0.1
|
| 13 |
+
- Disty0/NewBie-image-Exp0.1-Diffusers
|
| 14 |
---
|
| 15 |
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
|
@@ -6,4 +6,5 @@ spaces
|
|
| 6 |
# flash-attn
|
| 7 |
git+https://github.com/Disty0/diffusers
|
| 8 |
timm
|
| 9 |
-
torchvision
|
|
|
|
|
|
| 6 |
# flash-attn
|
| 7 |
git+https://github.com/Disty0/diffusers
|
| 8 |
timm
|
| 9 |
+
torchvision
|
| 10 |
+
einops
|