Add separate style pool config
This commit is contained in:
@@ -32,6 +32,7 @@ SXCP_CHARACTER_CAST = "SXCP_CHARACTER_CAST"
|
||||
SXCP_CHARACTER_PROFILE = "SXCP_CHARACTER_PROFILE"
|
||||
SXCP_ETHNICITY_LIST = "SXCP_ETHNICITY_LIST"
|
||||
SXCP_FILTER_CONFIG = "SXCP_FILTER_CONFIG"
|
||||
SXCP_STYLE_CONFIG = "SXCP_STYLE_CONFIG"
|
||||
|
||||
|
||||
class SxCPInstaOFOptions:
|
||||
@@ -130,6 +131,7 @@ class SxCPInstaOFPromptPair:
|
||||
"hardcore_camera_config": (SXCP_CAMERA_CONFIG,),
|
||||
"location_config": (SXCP_LOCATION_CONFIG,),
|
||||
"composition_config": (SXCP_COMPOSITION_CONFIG,),
|
||||
"style_config": (SXCP_STYLE_CONFIG,),
|
||||
"character_profile": (SXCP_CHARACTER_PROFILE,),
|
||||
"character_cast": (SXCP_CHARACTER_CAST,),
|
||||
"hardcore_position_config": (SXCP_HARDCORE_POSITION_CONFIG,),
|
||||
@@ -170,6 +172,7 @@ class SxCPInstaOFPromptPair:
|
||||
hardcore_camera_config="",
|
||||
location_config="",
|
||||
composition_config="",
|
||||
style_config="",
|
||||
character_profile="",
|
||||
character_cast="",
|
||||
hardcore_position_config="",
|
||||
@@ -196,6 +199,7 @@ class SxCPInstaOFPromptPair:
|
||||
hardcore_camera_config=hardcore_camera_config or "",
|
||||
location_config=location_config or "",
|
||||
composition_config=composition_config or "",
|
||||
style_config=style_config or "",
|
||||
character_profile=character_profile or "",
|
||||
character_cast=character_cast or "",
|
||||
hardcore_position_config=hardcore_position_config or "",
|
||||
|
||||
Reference in New Issue
Block a user