zhengqilin commited on
Commit ·
d2dca8a
1
Parent(s): 68a194e
handler.py
Browse files- handler.py +1 -2
handler.py
CHANGED
|
@@ -191,8 +191,7 @@ class EndpointHandler():
|
|
| 191 |
"override_settings": {},
|
| 192 |
"override_settings_restore_afterwards": 1,
|
| 193 |
"script_args": [],
|
| 194 |
-
"sampler_index": "Euler"
|
| 195 |
-
"include_init_images": 0
|
| 196 |
}
|
| 197 |
|
| 198 |
p = None
|
|
|
|
| 191 |
"override_settings": {},
|
| 192 |
"override_settings_restore_afterwards": 1,
|
| 193 |
"script_args": [],
|
| 194 |
+
"sampler_index": "Euler"
|
|
|
|
| 195 |
}
|
| 196 |
|
| 197 |
p = None
|