Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
torch
|
| 2 |
-
|
| 3 |
-
diffusers
|
| 4 |
-
accelerate
|
| 5 |
-
gradio
|
| 6 |
-
git+https://github.com/huggingface/diffusers.git
|
|
|
|
| 1 |
+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
pip install git+https://github.com/huggingface/diffusers.git
|
| 3 |
+
pip install torch gradio basicsr realesrgan Pillow diffusers transformers accelerate safetensors
|
|
|
|
|
|
|
|
|