Add clothing seed axis vocabulary

This commit is contained in:
2026-07-01 16:13:51 +02:00
parent c0985cddbe
commit 1d23ce32aa
5 changed files with 72 additions and 5 deletions
+3 -1
View File
@@ -257,6 +257,8 @@ NODE_INPUT_TOOLTIPS = {
"category_seed_mode": "auto/follow_main follows the main seed; fixed uses category_seed; random rerolls this axis at queue time while the field value stays unchanged.",
"subcategory_seed_mode": "Controls which subcategory is selected. Change this to switch oral vs penetration when both are allowed.",
"content_seed_mode": "Controls item/outfit content for non-pose categories.",
"clothing_seed_mode": "Controls clothing/outfit selection separately from content item selection.",
"clothing_seed": "Seed used when clothing_seed_mode is fixed or auto with a non-negative value.",
"person_seed_mode": "Controls generated character appearance unless a slot seed overrides it.",
"scene_seed_mode": "Controls location/scene selection.",
"pose_seed_mode": "Controls pose/item selection for pose categories, including hardcore positions.",
@@ -266,7 +268,7 @@ NODE_INPUT_TOOLTIPS = {
},
"SxCPSeedLocker": {
"base_seed": "Master seed for the locked result. Use the same value as the generator seed for simplest reproduction.",
"reroll_axis": "Choose the one axis to change while the rest stays locked. Use pose for sexual pose, scene for location, person for appearance.",
"reroll_axis": "Choose the one axis to change while the rest stays locked. Use clothing for outfit-only rerolls, pose for sexual pose, scene for location, person for appearance.",
"reroll_seed": "Seed for the selected axis only. Leave -1 to derive a stable reroll from base_seed.",
},
"SxCPCastBias": {