Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ safetensors>=0.4.5
|
|
| 3 |
spandrel>=0.4.0
|
| 4 |
tqdm>=4.66.5
|
| 5 |
scikit-video>=1.1.11
|
| 6 |
-
git+https://github.com/fffiloni/diffusers.git@dimension-X
|
| 7 |
transformers>=4.44.0
|
| 8 |
accelerate>=0.34.2
|
| 9 |
opencv-python>=4.10.0.84
|
|
@@ -19,4 +19,5 @@ pillow
|
|
| 19 |
huggingface_hub>=0.33.5
|
| 20 |
peft
|
| 21 |
moviepy==1.0.3
|
| 22 |
-
python-ffmpeg
|
|
|
|
|
|
| 3 |
spandrel>=0.4.0
|
| 4 |
tqdm>=4.66.5
|
| 5 |
scikit-video>=1.1.11
|
| 6 |
+
#git+https://github.com/fffiloni/diffusers.git@dimension-X
|
| 7 |
transformers>=4.44.0
|
| 8 |
accelerate>=0.34.2
|
| 9 |
opencv-python>=4.10.0.84
|
|
|
|
| 19 |
huggingface_hub>=0.33.5
|
| 20 |
peft
|
| 21 |
moviepy==1.0.3
|
| 22 |
+
python-ffmpeg
|
| 23 |
+
diffusers
|