zhiweili
commited on
Commit
Β·
6fd0d71
1
Parent(s):
f4babe0
test onediff
Browse files- app_onediff.py +1 -1
app_onediff.py
CHANGED
|
@@ -10,7 +10,7 @@ from diffusers import (
|
|
| 10 |
AutoencoderTiny,
|
| 11 |
)
|
| 12 |
|
| 13 |
-
os.system("pip install --pre oneflow -f https://github.com/siliconflow/oneflow_releases/releases/expanded_assets/community_cu122")
|
| 14 |
os.system("pip install --pre onediff")
|
| 15 |
|
| 16 |
import oneflow as flow
|
|
|
|
| 10 |
AutoencoderTiny,
|
| 11 |
)
|
| 12 |
|
| 13 |
+
os.system("pip install -U --pre oneflow -f https://github.com/siliconflow/oneflow_releases/releases/expanded_assets/community_cu122")
|
| 14 |
os.system("pip install --pre onediff")
|
| 15 |
|
| 16 |
import oneflow as flow
|