aboutsummaryrefslogtreecommitdiff
path: root/modules/api/api.py
diff options
context:
space:
mode:
authorVespinian <vespinian@proton.me>2023-03-11 14:34:56 -0500
committerVespinian <vespinian@proton.me>2023-03-11 14:34:56 -0500
commit49bbdbe4476a7325e184f3022166c3dc02d086ba (patch)
tree3bf7fe1ff316ec00dc560a82de92d2e1cef31bbc /modules/api/api.py
parent5546e71a105033989adacc2df9dfb53f81a0534c (diff)
small diff whitespace cleanup
Diffstat (limited to 'modules/api/api.py')
-rw-r--r--modules/api/api.py2
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,