Spaces:
Running
on
Zero
Running
on
Zero
Fabrice-TIERCELIN
commited on
Commit
•
6d97247
1
Parent(s):
b5002e1
Still in error; let's reuse the code of a working space
Browse filesThe space takes too much time. It should be rendered in less than 6 min. To make the space work, I'm reusing the code of [multimodalart](https://huggingface.co/spaces/multimodalart/stable-video-diffusion)
First, I'm reusing the dependencies. Then I will reuse the Python code.
- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
|
2 |
-
diffusers
|
3 |
transformers
|
|
|
|
|
|
|
|
|
4 |
torch
|
|
|
1 |
+
https://gradio-builds.s3.amazonaws.com/756e3431d65172df986a7e335dce8136206a293a/gradio-4.7.1-py3-none-any.whl
|
2 |
+
git+https://github.com/huggingface/diffusers.git
|
3 |
transformers
|
4 |
+
accelerate
|
5 |
+
safetensors
|
6 |
+
opencv-python
|
7 |
+
uuid
|
8 |
torch
|