mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-08 18:21:49 -08:00
allow saving of images via api
This commit is contained in:
parent
0cc0ee1bcb
commit
23d4fb5bf2
3 changed files with 9 additions and 6 deletions
|
|
@ -14,8 +14,8 @@ API_NOT_ALLOWED = [
|
|||
"outpath_samples",
|
||||
"outpath_grids",
|
||||
"sampler_index",
|
||||
"do_not_save_samples",
|
||||
"do_not_save_grid",
|
||||
# "do_not_save_samples",
|
||||
# "do_not_save_grid",
|
||||
"extra_generation_params",
|
||||
"overlay_images",
|
||||
"do_not_reload_embeddings",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue