aboutsummaryrefslogtreecommitdiff
path: root/modules/api
diff options
context:
space:
mode:
authorVespinian <vespinian@proton.me>2023-03-11 12:35:20 -0500
committerVespinian <vespinian@proton.me>2023-03-11 12:35:20 -0500
commit5546e71a105033989adacc2df9dfb53f81a0534c (patch)
tree24db70896f2eed81e2e2fa7cc6bd742d9fa86ed7 /modules/api
parent46f9fe3cd6b7be712d85cdfc2cdff7ac3fe878b5 (diff)
Fixed whitespace
Diffstat (limited to 'modules/api')
-rw-r--r--modules/api/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/api/models.py b/modules/api/models.py
index 6c1c5546..4a70f440 100644
--- a/modules/api/models.py
+++ b/modules/api/models.py
@@ -113,7 +113,6 @@ StableDiffusionTxt2ImgProcessingAPI = PydanticModelGenerator(
StableDiffusionImg2ImgProcessingAPI = PydanticModelGenerator(
"StableDiffusionProcessingImg2Img",
StableDiffusionProcessingImg2Img,
-
[
{"key": "sampler_index", "type": str, "default": "Euler"},
{"key": "init_images", "type": list, "default": None},