Add full random prompt builder mode

This commit is contained in:
2026-06-25 17:26:36 +02:00
parent e45bd67c5b
commit 4fc68beec7
3 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ COMMON_INPUT_TOOLTIPS = {
"global_seed": "One seed that locks all prompt axes so the same inputs can recreate the same result.",
"base_seed": "Base seed used by Seed Locker before applying a selected reroll axis.",
"reroll_seed": "Seed for the selected reroll axis. Use -1 to derive it from the base seed.",
"category": "Main category source. Use category config nodes for cleaner workflow wiring.",
"category": "Main category source. auto_weighted is legacy random; auto_full mixes legacy random with JSON categories including hardcore.",
"subcategory": "Specific subcategory, or random to choose within the selected category.",
"category_config": "Category/subcategory config from SxCP Category Preset.",
"cast_config": "Cast size config from SxCP Cast Control.",