ComfyBox
ComfyBox copied to clipboard
Prompt builder UI
Essentially I want something like https://github.com/eideehi/sd-webui-better-prompt.
Sometimes it's nice to have randomization with wildcards, but sometimes I want to browse through the library of keywords and choose one that looks appealing. I also often want to swap out parts of the prompt demarcated by sections. For example, swapping out the group of keywords related to the background to change the location. Commenting out things works okay here, but working with raw text isn't ideal for efficiency if the keywords are clearly delimited by section/purpose
I imagine being able to:
- Group/break up groups of keywords in the prompt (comma-delimited or not)
- Save groups of keywords into a "keyword library". I think it's basically a wildcard list
- Browse through groups of keywords/wildcards. It should be compatible with existing wildcard lists
- Drag and drop keywords into the prompt
- Replace keyword groups with other groups
- Also be able to insert
embedding:and wildcard syntax at a higher level embedding/wildcard list UI - Support binding groups of keywords together and toggling between them, instead of needing to cut/paste every time
- Save prompt builder state along with the workflow so it can be restored