diff options
author | Vespinian <vespinian@proton.me> | 2023-03-11 19:34:56 +0000 |
---|---|---|
committer | Vespinian <vespinian@proton.me> | 2023-03-11 19:34:56 +0000 |
commit | 49bbdbe4476a7325e184f3022166c3dc02d086ba (patch) | |
tree | 3bf7fe1ff316ec00dc560a82de92d2e1cef31bbc | |
parent | 5546e71a105033989adacc2df9dfb53f81a0534c (diff) | |
download | stable-diffusion-webui-gfx803-49bbdbe4476a7325e184f3022166c3dc02d086ba.tar.gz stable-diffusion-webui-gfx803-49bbdbe4476a7325e184f3022166c3dc02d086ba.tar.bz2 stable-diffusion-webui-gfx803-49bbdbe4476a7325e184f3022166c3dc02d086ba.zip |
small diff whitespace cleanup
-rw-r--r-- | modules/api/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/api/api.py b/modules/api/api.py index abdbb6a7..35e17afc 100644 --- a/modules/api/api.py +++ b/modules/api/api.py @@ -274,7 +274,7 @@ class Api: ui.create_ui() selectable_scripts, selectable_script_idx = self.get_selectable_script(img2imgreq.script_name, script_runner) - populate = img2imgreq.copy(update={ # Override __init__ params + populate = img2imgreq.copy(update={ # Override __init__ params "sampler_name": validate_sampler_name(img2imgreq.sampler_name or img2imgreq.sampler_index), "do_not_save_samples": not img2imgreq.save_images, "do_not_save_grid": not img2imgreq.save_images, |