Connect character profiles to slots
This commit is contained in:
@@ -181,12 +181,15 @@ nodes remain useful for one reusable primary character, but slots are better
|
||||
when you need different settings for each participant.
|
||||
|
||||
`SxCP Character Profile Save` extracts a reusable woman/man profile from
|
||||
`metadata_json` or from manual fields. The profile stores age, body/body phrase,
|
||||
skin, hair, eyes, figure, and subject type. It only writes a file when
|
||||
the `Save Profile Now` button is clicked; otherwise it just outputs profile JSON
|
||||
for direct wiring. Saved files are written under `profiles/<profile_name>.json`;
|
||||
saved profile files are ignored by git. The button is backed by the hidden
|
||||
`save_now` trigger and queues the workflow once.
|
||||
`metadata_json`, a `character_slot`, or from manual fields. The profile stores
|
||||
age, body/body phrase, skin, hair, eyes, figure, and subject type. To save a
|
||||
Woman Slot, connect `Woman Slot.character_slot` to
|
||||
`Character Profile Save.character_slot`, set `source=character_slot`, enter a
|
||||
name, then click `Save Profile Now`. It only writes a file when the button is
|
||||
clicked; otherwise it just outputs profile JSON for direct wiring. Saved files
|
||||
are written under `profiles/<profile_name>.json`; saved profile files are
|
||||
ignored by git. The button is backed by the hidden `save_now` trigger and queues
|
||||
the workflow once.
|
||||
|
||||
`SxCP Character Profile Load` has an `enabled` switch. When disabled, it returns
|
||||
an empty profile so connected prompt builders ignore it. When enabled, it loads
|
||||
@@ -202,12 +205,16 @@ buttons are backed by hidden `delete_now` and `rename_now` triggers and queue
|
||||
the workflow once.
|
||||
|
||||
Connect the loader's `character_profile` output to `SxCP Prompt Builder`,
|
||||
`SxCP Prompt Builder From Configs`, or `SxCP Insta/OF Prompt Pair`.
|
||||
`SxCP Prompt Builder From Configs`, or `SxCP Insta/OF Prompt Pair` for the
|
||||
older single-primary-character path. Connect `character_cast` instead when you
|
||||
want the loaded profile to act like a slot in a cast chain.
|
||||
|
||||
Profile reuse currently applies to structured JSON-category single woman/man
|
||||
rows and to the primary creator in Insta/OF pair mode. The outfit, scene, pose,
|
||||
expression, and composition can still change while the saved character
|
||||
appearance remains stable.
|
||||
When loaded through `character_profile`, profile reuse applies to structured
|
||||
JSON-category single woman/man rows and to the primary creator in Insta/OF pair
|
||||
mode. When loaded through `character_cast`, the same saved appearance behaves
|
||||
like an auto-labeled slot and can participate in couple/group casts. The outfit,
|
||||
scene, pose, expression, and composition can still change while the saved
|
||||
character appearance remains stable.
|
||||
|
||||
`SxCP Seed Control` outputs `seed_config`, which can be connected to the prompt
|
||||
builder's optional `seed_config` input. When an axis is set to `random`, the
|
||||
|
||||
Reference in New Issue
Block a user