add style aligned

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-11-26 13:13:04 -05:00
parent 14c8414025
commit 49e6c1564c
7 changed files with 559 additions and 20 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ class StableDiffusionProcessing:
n_iter: int = 1,
steps: int = 50,
clip_skip: int = 1,
width: int = 512,
height: int = 512,
width: int = 1024,
height: int = 1024,
# samplers
sampler_index: int = None, # pylint: disable=unused-argument # used only to set sampler_name
sampler_name: str = None,