Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
-
diffusers
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
-
transformers
|
| 5 |
accelerate
|
| 6 |
safetensors
|
| 7 |
einops
|
| 8 |
onnxruntime-gpu
|
| 9 |
-
spaces
|
| 10 |
omegaconf
|
| 11 |
peft
|
| 12 |
huggingface-hub
|
| 13 |
opencv-python
|
| 14 |
insightface
|
| 15 |
gradio
|
| 16 |
-
controlnet_aux
|
| 17 |
gdown
|
| 18 |
peft
|
|
|
|
| 1 |
+
diffusers>=0.25.1
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchvision>=0.15.1
|
| 4 |
+
transformers>=4.37.1
|
| 5 |
accelerate
|
| 6 |
safetensors
|
| 7 |
einops
|
| 8 |
onnxruntime-gpu
|
| 9 |
+
spaces
|
| 10 |
omegaconf
|
| 11 |
peft
|
| 12 |
huggingface-hub
|
| 13 |
opencv-python
|
| 14 |
insightface
|
| 15 |
gradio
|
| 16 |
+
controlnet_aux>=0.0.9
|
| 17 |
gdown
|
| 18 |
peft
|