JunhaoZhuang commited on
Commit
07a911b
·
verified ·
1 Parent(s): bcdaaf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -182,7 +182,8 @@ def load_ckpt():
182
  global MultiResNetModel
183
  global causal_dit
184
  global controlnet
185
- global cur_style = 'line + shadow'
 
186
  print('load init',pipline)
187
  weight_dtype = torch.float16
188
 
 
182
  global MultiResNetModel
183
  global causal_dit
184
  global controlnet
185
+ global cur_style
186
+ cur_style = 'line + shadow'
187
  print('load init',pipline)
188
  weight_dtype = torch.float16
189