zhiweili
commited on
Commit
Β·
b4ea000
1
Parent(s):
68abf6a
use nexfort as flow
Browse files- app_onediff.py +1 -1
app_onediff.py
CHANGED
|
@@ -12,7 +12,7 @@ from diffusers import (
|
|
| 12 |
|
| 13 |
os.system("python3 -m pip install --pre onediff")
|
| 14 |
|
| 15 |
-
import
|
| 16 |
from onediff.infer_compiler import oneflow_compile
|
| 17 |
|
| 18 |
BASE_MODEL = "stabilityai/sdxl-turbo"
|
|
|
|
| 12 |
|
| 13 |
os.system("python3 -m pip install --pre onediff")
|
| 14 |
|
| 15 |
+
import nexfort as flow
|
| 16 |
from onediff.infer_compiler import oneflow_compile
|
| 17 |
|
| 18 |
BASE_MODEL = "stabilityai/sdxl-turbo"
|