Add separate style pool config
This commit is contained in:
@@ -24,6 +24,7 @@ COMMON_INPUT_TOOLTIPS = {
|
||||
"camera_config": "Camera config consumed only by nodes/options set to from_camera_config.",
|
||||
"location_config": "Location config from SxCP Location Pool. It can replace or add to the category scene pool.",
|
||||
"composition_config": "Composition config from SxCP Composition Pool or Location Theme. It can replace or add framing options.",
|
||||
"style_config": "Visual style config from SxCP Style Pool. It controls realistic/photo/comic rendering separately from category, action, and pose logic.",
|
||||
"softcore_camera_config": "Camera config used only for the softcore Insta/OF prompt. Falls back to camera_config if empty.",
|
||||
"hardcore_camera_config": "Camera config used only for the hardcore Insta/OF prompt. Falls back to camera_config if empty.",
|
||||
"character_profile": "Saved or loaded single-character profile. Character slots override this for configured casts.",
|
||||
@@ -32,6 +33,9 @@ COMMON_INPUT_TOOLTIPS = {
|
||||
"hardcore_position_config": "Hardcore action/position config. Chain Position Pool into Action Filter, then into the generator.",
|
||||
"custom_locations": "One custom location per line. Use plain text, or slug: location text.",
|
||||
"custom_compositions": "One custom composition/framing phrase per line.",
|
||||
"custom_style": "Manual visual style phrase. Use this when the preset list is not specific enough.",
|
||||
"custom_positive_suffix": "Manual style/quality suffix merged with the selected style preset.",
|
||||
"custom_negative": "Negative style terms added by the style pool.",
|
||||
"theme": "Matched location and composition theme, useful when the place needs compatible framing.",
|
||||
"metadata_json": "Structured metadata from an SxCP generator. Prefer this over raw prompt text for formatters and profile save.",
|
||||
"scene": "Structured v2 scene context. Chain Scene nodes in order, then connect to Scene Output or Scene Pair Output.",
|
||||
@@ -304,6 +308,15 @@ NODE_INPUT_TOOLTIPS = {
|
||||
"phone_visibility": "Leave auto when using Qwen/Orbit camera prompts unless you explicitly want phone visibility text.",
|
||||
"suppress_phone_visibility": "Avoid adding phone visibility text unless you explicitly set a phone option.",
|
||||
},
|
||||
"SxCPStylePool": {
|
||||
"enabled": "Disable to keep the node wired while preserving category/default style behavior.",
|
||||
"combine_mode": "replace overrides category style; add appends this visual style to incoming/category style; disabled emits no style override.",
|
||||
"preset": "Visual rendering preset only. It does not select content, pose, exposure, or camera.",
|
||||
"style_config": "Optional incoming style config. Use combine_mode=add to chain multiple style nodes.",
|
||||
"custom_style": "Manual visual style phrase, for example realistic phone photo or colored-pencil pin-up.",
|
||||
"custom_positive_suffix": "Extra rendering/detail sentence added to the prompt when the style is active.",
|
||||
"custom_negative": "Negative style terms merged into the generated negative prompt.",
|
||||
},
|
||||
"SxCPHardcorePositionPool": {
|
||||
"family": "Restrict the broad hardcore family. Use any when you want oral and penetration to both be possible.",
|
||||
"combine_mode": "replace discards incoming position choices; add merges these choices with the incoming config.",
|
||||
|
||||
Reference in New Issue
Block a user