Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,8 @@ def load_ckpt():
|
|
182 |
global MultiResNetModel
|
183 |
global causal_dit
|
184 |
global controlnet
|
185 |
-
global cur_style
|
|
|
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 |
|