Add gender-specific character slot nodes
This commit is contained in:
@@ -14,6 +14,8 @@ The node is registered as:
|
||||
- `prompt_builder / SxCP Generation Profile`
|
||||
- `prompt_builder / SxCP Advanced Filters`
|
||||
- `prompt_builder / SxCP Prompt Builder From Configs`
|
||||
- `prompt_builder / SxCP Woman Slot`
|
||||
- `prompt_builder / SxCP Man Slot`
|
||||
- `prompt_builder / SxCP Character Slot`
|
||||
- `prompt_builder / SxCP Character Profile Save`
|
||||
- `prompt_builder / SxCP Character Profile Load`
|
||||
@@ -53,7 +55,7 @@ The practical compact workflow is:
|
||||
|
||||
`Category Preset` + `Cast Control` + `Generation Profile` + optional
|
||||
`Advanced Filters`, `Seed Locker` or `Seed Control`, `Camera Control`,
|
||||
`Character Slot`, and `Character Profile`
|
||||
`Woman Slot` / `Man Slot`, and `Character Profile`
|
||||
into `Prompt Builder From Configs`.
|
||||
|
||||
An importable default workflow is included at
|
||||
@@ -70,11 +72,18 @@ as one long chain:
|
||||
|
||||
## Character Profiles
|
||||
|
||||
`SxCP Character Slot` is the scalable per-participant control node. Each slot
|
||||
defines one woman or man with optional overrides for age, ethnicity, figure,
|
||||
body/body phrase, skin, hair, and eyes. Leave any field on `random` or blank to
|
||||
let the generator fill that part from the normal pools; set exact values only
|
||||
where you want control.
|
||||
`SxCP Woman Slot` and `SxCP Man Slot` are the scalable per-participant control
|
||||
nodes. `Cast Control` still decides how many women and men are generated; slot
|
||||
nodes decide who those people are. Each slot defines one participant with
|
||||
optional overrides for age, ethnicity, body/body phrase, skin, hair, and eyes.
|
||||
Leave any field on `random` or blank to let the generator fill that part from
|
||||
the normal pools; set exact values only where you want control.
|
||||
|
||||
Use `Woman Slot` for women because it exposes woman-focused body choices and a
|
||||
`figure_bias` selector. Use `Man Slot` for men because it exposes man-focused
|
||||
body choices and omits figure bias. The older generic `SxCP Character Slot`
|
||||
remains available for compatibility and manual mixed use, but the gendered
|
||||
slots are the cleaner default.
|
||||
|
||||
Slots are chainable through the `character_cast` input/output. In automatic
|
||||
label mode, the slot closest to the final generator becomes `A` for its gender,
|
||||
@@ -225,11 +234,11 @@ and location. The generated positive prompts are still standalone: each output
|
||||
lists the relevant cast descriptors directly and does not depend on the image
|
||||
model carrying context from another prompt.
|
||||
|
||||
For per-character control, chain `SxCP Character Slot` nodes into the pair
|
||||
node's `character_cast` input. The nearest woman slot controls the shared
|
||||
primary creator (`Woman A`) in both softcore and hardcore outputs; additional
|
||||
woman/man slots fill partner descriptors before random fallback descriptors are
|
||||
used.
|
||||
For per-character control, chain `SxCP Woman Slot` and `SxCP Man Slot` nodes
|
||||
into the pair node's `character_cast` input. The nearest woman slot controls
|
||||
the shared primary creator (`Woman A`) in both softcore and hardcore outputs;
|
||||
additional woman/man slots fill partner descriptors before random fallback
|
||||
descriptors are used.
|
||||
|
||||
It outputs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user