diff options
author | Vladimir Mandic <mandic00@live.com> | 2023-03-03 13:29:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 13:29:10 +0000 |
commit | 23d4fb5bf2400622d00ca5fe489fadb160ee7c47 (patch) | |
tree | 3495054aa9b1c9b2926ba5ca61b97cae6eff2e7d /modules/api/models.py | |
parent | 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8 (diff) | |
download | stable-diffusion-webui-gfx803-23d4fb5bf2400622d00ca5fe489fadb160ee7c47.tar.gz stable-diffusion-webui-gfx803-23d4fb5bf2400622d00ca5fe489fadb160ee7c47.tar.bz2 stable-diffusion-webui-gfx803-23d4fb5bf2400622d00ca5fe489fadb160ee7c47.zip |
allow saving of images via api
Diffstat (limited to 'modules/api/models.py')
-rw-r--r-- | modules/api/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/api/models.py b/modules/api/models.py index cba43d3b..a947e6ac 100644 --- a/modules/api/models.py +++ b/modules/api/models.py @@ -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", |