zhiweili commited on
Commit
732c56a
Β·
1 Parent(s): c555988

fix onediffx

Browse files
Files changed (1) hide show
  1. 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