Spaces:
Running
on
Zero
Running
on
Zero
陈硕
commited on
Commit
·
028f095
1
Parent(s):
3580bc4
change diffusers
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import os
|
|
| 11 |
import random
|
| 12 |
import threading
|
| 13 |
import time
|
| 14 |
-
|
| 15 |
|
| 16 |
import cv2
|
| 17 |
import tempfile
|
|
|
|
| 11 |
import random
|
| 12 |
import threading
|
| 13 |
import time
|
| 14 |
+
os.system("pip install -e ./diffusers")
|
| 15 |
|
| 16 |
import cv2
|
| 17 |
import tempfile
|
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 |
-
|
| 7 |
transformers>=4.44.0
|
| 8 |
accelerate>=0.34.2
|
| 9 |
opencv-python>=4.10.0.84
|
|
|
|
| 3 |
spandrel>=0.4.0
|
| 4 |
tqdm>=4.66.5
|
| 5 |
scikit-video>=1.1.11
|
| 6 |
+
diffusers
|
| 7 |
transformers>=4.44.0
|
| 8 |
accelerate>=0.34.2
|
| 9 |
opencv-python>=4.10.0.84
|