ComfyUI Node
Json Prompt Loader /noEmbryo
A ComfyUI node in noEmbryo with 4 inputs and 1 output.
Json Prompt Loader /noEmbryo
- Prompt
◄json_path►
◄selected_item▾►
◄variable{subject}►
◄custom_prompt►
CategorynoEmbryo
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| json_path | STRING | Path to a JSON file with `item`:`prompt` pairs | |
| selected_item | COMBO | 1 options: None | |
| variable | STRING | {subject} | If this variable exists in the selected item's prompt, it will be replaced with the custom_prompt text |
| custom_prompt | STRING | Text to replace the variable in the selected prompt. You can also use it to save a new item or update an existing one. To do that you should use the following format: item=... ... value=.... .... ... To delete an existing item, use an empty value: item=... ... value= |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Prompt | STRING | — |