zhiweili commited on
Commit
7bcaf56
Β·
1 Parent(s): db3bd26

fix nexfort

Browse files
Files changed (1) hide show
  1. app_onediff.py +1 -0
app_onediff.py CHANGED
@@ -10,6 +10,7 @@ from diffusers import (
10
  AutoencoderTiny,
11
  )
12
 
 
13
  os.system("python3 -m pip install --pre onediff")
14
 
15
  import nexfort as flow
 
10
  AutoencoderTiny,
11
  )
12
 
13
+ 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")
14
  os.system("python3 -m pip install --pre onediff")
15
 
16
  import nexfort as flow