zhiweili
commited on
Commit
Β·
75d01f7
1
Parent(s):
a351f83
remove install -e
Browse files- app_onediff.py +4 -4
app_onediff.py
CHANGED
|
@@ -15,10 +15,10 @@ import sys
|
|
| 15 |
|
| 16 |
os.system("python3 -m pip --no-cache-dir install --pre nexfort -f https://github.com/siliconflow/nexfort_releases/releases/expanded_assets/torch2.4.1_cu121")
|
| 17 |
os.system("git clone https://github.com/siliconflow/onediff.git")
|
| 18 |
-
os.system("cd onediff && python3 -m pip install
|
| 19 |
-
sys.path.append("/home/user/app/onediff/src")
|
| 20 |
-
os.system("cd onediff/onediff_diffusers_extensions && python3 -m pip install
|
| 21 |
-
sys.path.append("/home/user/app/onediff/onediff_diffusers_extensions/src")
|
| 22 |
|
| 23 |
os.system("pip show nexfort")
|
| 24 |
os.system("pip show onediff")
|
|
|
|
| 15 |
|
| 16 |
os.system("python3 -m pip --no-cache-dir install --pre nexfort -f https://github.com/siliconflow/nexfort_releases/releases/expanded_assets/torch2.4.1_cu121")
|
| 17 |
os.system("git clone https://github.com/siliconflow/onediff.git")
|
| 18 |
+
os.system("cd onediff && python3 -m pip install .")
|
| 19 |
+
# sys.path.append("/home/user/app/onediff/src")
|
| 20 |
+
os.system("cd onediff/onediff_diffusers_extensions && python3 -m pip install .")
|
| 21 |
+
# sys.path.append("/home/user/app/onediff/onediff_diffusers_extensions/src")
|
| 22 |
|
| 23 |
os.system("pip show nexfort")
|
| 24 |
os.system("pip show onediff")
|