mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
@@ -21,7 +21,7 @@ class StableDiffusionProcessing:
|
||||
sd_model=None, # pylint: disable=unused-argument # local instance of sd_model
|
||||
# base params
|
||||
prompt: str = "",
|
||||
negative_prompt: str = None,
|
||||
negative_prompt: str = "",
|
||||
seed: int = -1,
|
||||
subseed: int = -1,
|
||||
subseed_strength: float = 0,
|
||||
|
||||
Reference in New Issue
Block a user