Keep softcore clothing stable during hard rerolls
This commit is contained in:
@@ -2832,6 +2832,8 @@ def build_insta_of_pair(
|
||||
trigger: str,
|
||||
prepend_trigger_to_prompt: bool,
|
||||
seed_config: str | dict[str, Any] | None = None,
|
||||
softcore_seed_config: str | dict[str, Any] | None = None,
|
||||
hardcore_seed_config: str | dict[str, Any] | None = None,
|
||||
options_json: str | dict[str, Any] | None = None,
|
||||
filter_config: str | dict[str, Any] | None = None,
|
||||
camera_config: str | dict[str, Any] | None = None,
|
||||
@@ -2857,6 +2859,8 @@ def build_insta_of_pair(
|
||||
trigger=trigger,
|
||||
prepend_trigger_to_prompt=prepend_trigger_to_prompt,
|
||||
seed_config=seed_config,
|
||||
softcore_seed_config=softcore_seed_config,
|
||||
hardcore_seed_config=hardcore_seed_config,
|
||||
options_json=options_json,
|
||||
filter_config=filter_config,
|
||||
camera_config=camera_config,
|
||||
|
||||
Reference in New Issue
Block a user