mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
styles support parsed and upparsed save and apply
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -54,11 +54,11 @@ class StableDiffusionProcessing:
|
||||
do_not_reload_embeddings: bool = False,
|
||||
restore_faces: bool = False,
|
||||
# detailer
|
||||
detailer_enabled: bool = False,
|
||||
detailer_prompt: str = '',
|
||||
detailer_negative: str = '',
|
||||
detailer_steps: int = 10,
|
||||
detailer_strength: float = 0.3,
|
||||
detailer_enabled: bool = False,
|
||||
detailer_prompt: str = '',
|
||||
detailer_negative: str = '',
|
||||
detailer_steps: int = 10,
|
||||
detailer_strength: float = 0.3,
|
||||
# hdr corrections
|
||||
hdr_mode: int = 0,
|
||||
hdr_brightness: float = 0,
|
||||
@@ -241,6 +241,8 @@ class StableDiffusionProcessing:
|
||||
self.inpaint_full_res = inpaint_full_res != 0 if isinstance(inpaint_full_res, int) else self.inpaint_full_res
|
||||
|
||||
# null items initialized later
|
||||
self.prompts = None
|
||||
self.negative_prompts = None
|
||||
self.all_prompts = None
|
||||
self.all_negative_prompts = None
|
||||
self.all_seeds = None
|
||||
|
||||
Reference in New Issue
Block a user