This plugin works with a/IF_AI_Tools to build a workflow in ComfyUI that uses AI to assist in generating prompts.
This plugin works with IF_AI_Tools to build a workflow in ComfyUI that uses AI to assist in generating prompts.
The Load Prompts node features the following functionalities:
Automatically saves prompts to the root directory of the plugin (generates a file named ai_prompts.json
in the root directory, storing parameters: question, positive, negative, and index).
Offers three saving modes: append, rewrite, and clear.
load_index: Retrieves prompts corresponding to the specified index from ai_prompts.json
.
Includes separate input fields for Positive and Negative prompts, which are placed at the beginning of the sequence. These fields incorporate a deduplication function, using "," as a delimiter to eliminate any duplicate prompts.