Spaces:
Runtime error
Runtime error
wangshuai6
commited on
Commit
·
819ea47
1
Parent(s):
911c3a3
app demo
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
lightning==2.5.0.post0
|
2 |
omegaconf==2.3.0
|
|
|
3 |
torch==2.2.0
|
4 |
diffusers==0.30.0
|
5 |
jsonargparse[signatures]>=4.27.7
|
|
|
1 |
lightning==2.5.0.post0
|
2 |
omegaconf==2.3.0
|
3 |
+
numpy==1.26.4
|
4 |
torch==2.2.0
|
5 |
diffusers==0.30.0
|
6 |
jsonargparse[signatures]>=4.27.7
|