zhiweili
commited on
Commit
Β·
7bcaf56
1
Parent(s):
db3bd26
fix nexfort
Browse files- 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
|