PromptTermList 6 /noEmbryo
The last of the six — and the one that proves the pattern
- Term
PromptTermList 6 is the sixth and final dropdown in the noEmbryo pack's term-library family - and honestly, it's the node that proves the whole design. Six near-identical nodes, each with its own JSON file, exists because the author wanted independent term buckets: PromptTermList 6 reads TermLists/TermList6.json and shares nothing with 1 through 5. By the time you're considering number 6, you're either out of categories or about to discover you only ever needed two.
Behavior is identical to its siblings. The terms dropdown lists labels from TermList6.json; the Term output emits the matching value when the graph runs; None is always in the list for no stored term. The file starts with just None, so it's an empty container until you fill it.
Populate it from the graph: text box into text, label=... / value=... format, store_input on, run once, refresh the page. Delete a label by leaving value= empty. Or edit TermList6.json directly - keep it valid JSON. The strength input (0.05–2.0) wraps output in ComfyUI's (term:strength) weighting, which is the one real feature these have over the pack's newer prompt loader.
Install
ComfyUI Manager → search "noEmbryo", or:
cd ComfyUI/custom_nodes
git clone https://github.com/noembryo/ComfyUI-noEmbryo.git
Restart. No dependencies, no models; the six JSON files are created automatically on first launch.
And the standing caveat, one more time: the author calls these obsolete and steers everyone to Json Prompt Loader, kept around for compatibility only. My honest take - if you're starting from zero, skip straight to the JSON loader and thank yourself later. If you've already got five of these dropdowns doing exactly what you want, number six will slot right in. Either way, nothing here is going to break.
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| terms | COMBO | Choose a term from the TermList with the corresponding number | |
| textopt | STRING | Input text to store in the TermList Use the format: label=... ... value=.... .... ... | |
| strengthopt | FLOAT | 1.000.05–2 | Controls how much the image is allowed to change. 0.0 = almost no change 1.0 = maximum creativity |
| store_inputopt | BOOLEAN | false | Store the input text in the TermList Use the format: label=... ... value=.... .... ... |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Term | STRING | — |