Add separate style pool config
This commit is contained in:
@@ -41,6 +41,7 @@ class PromptBuildRequest:
|
||||
hardcore_position_config: str | dict[str, Any] | None = None
|
||||
location_config: str | dict[str, Any] | None = None
|
||||
composition_config: str | dict[str, Any] | None = None
|
||||
style_config: str | dict[str, Any] | None = None
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
@@ -226,6 +227,7 @@ def build_prompt_result(request: PromptBuildRequest, deps: PromptBuildDependenci
|
||||
request.hardcore_position_config,
|
||||
parsed_location_config,
|
||||
parsed_composition_config,
|
||||
request.style_config,
|
||||
)
|
||||
|
||||
if row.get("source") == "built_in_generator":
|
||||
|
||||
Reference in New Issue
Block a user