Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
#21
by
Ntaoka0304
- opened
- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
diffusers==0.29.0
|
2 |
-
torch==2.
|
3 |
-
torchvision
|
4 |
-
transformers
|
5 |
accelerate
|
6 |
safetensors
|
7 |
einops
|
@@ -9,6 +9,7 @@ onnxruntime-gpu
|
|
9 |
spaces
|
10 |
omegaconf
|
11 |
peft
|
12 |
-
huggingface-hub==0.25.
|
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<=4.49.0
|
5 |
accelerate
|
6 |
safetensors
|
7 |
einops
|
|
|
9 |
spaces
|
10 |
omegaconf
|
11 |
peft
|
12 |
+
huggingface-hub==0.25.2
|
13 |
insightface==0.7.3
|
14 |
numpy<2
|
15 |
+
pydantic==2.10.6
|