Nodes Browser
ComfyDeploy: How ComfyUI-ArteMoon works in ComfyUI?
What is ComfyUI-ArteMoon?
This plugin works with [a/IF_AI_Tools](https://github.com/if-ai/ComfyUI-IF_AI_tools) to build a workflow in ComfyUI that uses AI to assist in generating prompts.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-ArteMoon
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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.
- append mode: Sequentially saves generated prompts; this mode becomes inactive when the IF Prompt to Prompt node is disabled.
- Rewrite mode: Overwrites all previous prompts with each new generation; this mode is also deactivated when the IF Prompt to Prompt node is disabled.
- Clear mode: Similarly overwrites all previous prompts upon each generation, but remains effective even if the IF Prompt to Prompt node is disabled.
-
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.