zhiweili commited on
Commit
b4ea000
Β·
1 Parent(s): 68abf6a

use nexfort as flow

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