zhiweili
commited on
Commit
Β·
732c56a
1
Parent(s):
c555988
fix onediffx
Browse files- app_onediff.py +1 -1
app_onediff.py
CHANGED
@@ -14,7 +14,7 @@ from diffusers import (
|
|
14 |
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")
|
15 |
os.system("git clone https://github.com/siliconflow/onediff.git")
|
16 |
os.system("cd onediff && python3 -m pip install -e .")
|
17 |
-
os.system("cd onediff_diffusers_extensions && python3 -m pip install -e .")
|
18 |
|
19 |
from onediffx import compile_pipe
|
20 |
|
|
|
14 |
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")
|
15 |
os.system("git clone https://github.com/siliconflow/onediff.git")
|
16 |
os.system("cd onediff && python3 -m pip install -e .")
|
17 |
+
os.system("cd onediff/onediff_diffusers_extensions && python3 -m pip install -e .")
|
18 |
|
19 |
from onediffx import compile_pipe
|
20 |
|