Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
#18
by
asdaswww
- opened
- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
diffusers==0.29.0
|
2 |
-
torch==2.
|
3 |
-
torchvision
|
4 |
transformers
|
5 |
accelerate
|
6 |
safetensors
|
@@ -12,3 +12,4 @@ peft
|
|
12 |
huggingface-hub==0.25.0
|
13 |
insightface==0.7.3
|
14 |
numpy<2
|
|
|
|
1 |
diffusers==0.29.0
|
2 |
+
torch==2.4.0
|
3 |
+
torchvision>=0.15.1
|
4 |
transformers
|
5 |
accelerate
|
6 |
safetensors
|
|
|
12 |
huggingface-hub==0.25.0
|
13 |
insightface==0.7.3
|
14 |
numpy<2
|
15 |
+
pydantic==2.10.6
|