Spaces:
Sleeping
Sleeping
AisingioroHao0
commited on
Commit
•
faea403
1
Parent(s):
f5beb43
add cuda requirements
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
accelerate
|
2 |
diffusers==0.21.0
|
|
|
|
|
3 |
git+https://github.com/aihao2000/stable-diffusion-reference-only.git
|
4 |
git+https://github.com/aihao2000/anime-segmentation.git
|
5 |
|
|
|
1 |
accelerate
|
2 |
diffusers==0.21.0
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
4 |
+
torch
|
5 |
git+https://github.com/aihao2000/stable-diffusion-reference-only.git
|
6 |
git+https://github.com/aihao2000/anime-segmentation.git
|
7 |
|