Add Insta OF paired prompt mode
This commit is contained in:
@@ -8,6 +8,8 @@ The node is registered as:
|
||||
- `prompt_builder / SxCP Prompt Builder`
|
||||
- `prompt_builder / SxCP Seed Control`
|
||||
- `prompt_builder / SxCP Caption Naturalizer`
|
||||
- `prompt_builder / SxCP Insta/OF Options`
|
||||
- `prompt_builder / SxCP Insta/OF Prompt Pair`
|
||||
|
||||
It outputs:
|
||||
|
||||
@@ -41,6 +43,41 @@ It outputs:
|
||||
- `natural_caption`
|
||||
- `method`
|
||||
|
||||
`SxCP Insta/OF Prompt Pair` is a special paired-output mode. It creates one
|
||||
shared primary creator descriptor, then returns both a softcore prompt and a
|
||||
hardcore prompt from that same descriptor. This is useful when you want the same
|
||||
person/look/scene continuity but need two different prompt strengths.
|
||||
|
||||
It outputs:
|
||||
|
||||
- `softcore_prompt`
|
||||
- `hardcore_prompt`
|
||||
- `softcore_negative_prompt`
|
||||
- `hardcore_negative_prompt`
|
||||
- `softcore_caption`
|
||||
- `hardcore_caption`
|
||||
- `shared_descriptor`
|
||||
- `metadata_json`
|
||||
|
||||
`SxCP Insta/OF Options` outputs `options_json`, which can be connected to the
|
||||
pair node. Defaults are set so the softcore prompt is solo while the hardcore
|
||||
prompt can include partners.
|
||||
|
||||
Options:
|
||||
|
||||
- `softcore_cast`: `solo` or `same_as_hardcore`.
|
||||
- `hardcore_cast`: `use_counts`, `couple`, `threesome`, or `group`.
|
||||
- `hardcore_women_count` and `hardcore_men_count`: used when `hardcore_cast` is
|
||||
`use_counts`. The pair mode always keeps at least one adult woman as the
|
||||
primary creator so the shared descriptor remains valid.
|
||||
- `softcore_level`: `social_tease`, `lingerie_tease`, `implied_nude`, or
|
||||
`explicit_tease`.
|
||||
- `hardcore_level`: `explicit` or `hardcore`.
|
||||
- `platform_style`: `hybrid`, `instagram`, or `onlyfans`.
|
||||
- `continuity`: `same_creator_same_room` keeps the scene/composition aligned;
|
||||
`same_creator_new_scene` keeps the same creator descriptor but lets the
|
||||
hardcore scene use its own setting.
|
||||
|
||||
## Built-In Categories
|
||||
|
||||
The node keeps the original generator controls:
|
||||
|
||||
Reference in New Issue
Block a user