aboutsummaryrefslogtreecommitdiffstats
path: root/modules/api/models.py
diff options
context:
space:
mode:
authorVladimir Mandic <mandic00@live.com>2023-03-03 13:29:10 +0000
committerGitHub <noreply@github.com>2023-03-03 13:29:10 +0000
commit23d4fb5bf2400622d00ca5fe489fadb160ee7c47 (patch)
tree3495054aa9b1c9b2926ba5ca61b97cae6eff2e7d /modules/api/models.py
parent0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8 (diff)
downloadstable-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.py4
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",