Add separate style pool config
This commit is contained in:
@@ -44,6 +44,7 @@ class InstaPairBuildRequest:
|
||||
hardcore_position_config: str | dict[str, Any] | None = ""
|
||||
location_config: str | dict[str, Any] | None = ""
|
||||
composition_config: str | dict[str, Any] | None = ""
|
||||
style_config: str | dict[str, Any] | None = ""
|
||||
extra_positive: str = ""
|
||||
extra_negative: str = ""
|
||||
|
||||
@@ -148,6 +149,7 @@ def build_insta_of_pair(request: InstaPairBuildRequest, deps: InstaPairBuildDepe
|
||||
hardcore_position_config=request.hardcore_position_config,
|
||||
location_config=request.location_config or "",
|
||||
composition_config=request.composition_config or "",
|
||||
style_config=request.style_config or "",
|
||||
build_prompt=deps.build_prompt,
|
||||
axis_rng=deps.axis_rng,
|
||||
cast_expression_intensity_override=deps.cast_expression_intensity_override,
|
||||
|
||||
Reference in New Issue
Block a user