Initial ComfyUI prompt builder nodes

This commit is contained in:
2026-06-24 09:24:51 +02:00
commit d342b41810
10 changed files with 8418 additions and 0 deletions
+81
View File
@@ -0,0 +1,81 @@
# Improvement Path
## Done
- ComfyUI prompt node.
- JSON-defined main categories and subcategories.
- Compositional item generators with `item_templates` and `item_axes`.
- Softcore/custom clothing categories.
- Explicit erotic clothing category.
- Hardcore sexual-pose category.
- Configurable cast counts with `women_count` and `men_count`.
- Per-axis seed control through `SxCP Seed Control`.
- Cast-aware filtering for subcategories, templates, and axis values.
- Role graph generation for configured hardcore casts.
## Highest-Value Next Steps
1. Explicitness preset
Add a node input like:
- `softcore`
- `nude`
- `explicit`
- `hardcore`
Then categories can share the same cast/person/scene system while swapping
the pose/content pools and negative prompts.
2. Anatomy clarity axis
Add a controlled axis for visual clarity:
- full-body view
- hips-focused view
- genital-contact view
- face-and-body view
- mirror view
This helps hardcore outputs read as sex scenes instead of vague tangled
bodies.
3. Outfit and pose compatibility
Hardcore pose categories should optionally pull from erotic clothing or nude
accessory categories. Add an input or template field for:
- clothed sex
- lingerie sex
- nude sex
- fetishwear sex
- wet/shower sex
4. More seed/reroll utility nodes
Add tiny helper nodes:
- `SxCP Reroll Pose Seed`
- `SxCP Reroll Scene Seed`
- `SxCP Reroll Person Seed`
These can output a modified `seed_config` while preserving the other locked
seeds.
5. Validation and preview tools
Add a local validator that reports:
- category and subcategory counts
- template placeholder errors
- axis size and variation count
- impossible cast/template combinations
- missing scene/pose/expression pools
## Hardcore-Specific Improvement Order
1. Split hardcore into act families with deeper compatibility rules.
2. Add explicitness preset and prompt-strength controls.
3. Add anatomy/camera clarity axis.
4. Add outfit-state control for nude/lingerie/fetish/clothed sex.
5. Add validation so impossible prompts are caught before ComfyUI generation.