Spaces:
Running
on
Zero
Running
on
Zero
刘虹雨
commited on
Commit
·
648d75e
1
Parent(s):
e0991c0
update code
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -127,8 +127,8 @@ os.environ["MEDIAPIPE_DISABLE_GPU"] = "1" # Disable GPU for MediaPipe
|
|
127 |
|
128 |
|
129 |
# 🔧 Set CUDA_HOME before anything else
|
130 |
-
os.system("pip uninstall diffusers")
|
131 |
-
os.system("pip install diffusers==0.20.1")
|
132 |
|
133 |
|
134 |
from diffusers import (
|
|
|
127 |
|
128 |
|
129 |
# 🔧 Set CUDA_HOME before anything else
|
130 |
+
# os.system("pip uninstall diffusers")
|
131 |
+
# os.system("pip install diffusers==0.20.1")
|
132 |
|
133 |
|
134 |
from diffusers import (
|