Load Negative CSV:
The Load Negative CSV Node is designed to facilitate the migration of negative prompts from the automatic11111 web UI by loading them from a CSV file. This node is particularly useful for AI artists who want to manage and utilize negative prompts efficiently within the ComfyUI environment. The node reads a CSV file that contains negative prompts, which are essential for refining AI-generated art by specifying what should be avoided in the output. The CSV file is expected to have a single column with prompts separated by commas, and the node processes these entries to provide a structured list of negative prompts. This functionality is crucial for artists looking to maintain consistency and control over their creative outputs by leveraging pre-defined negative prompts.
Load Negative CSV Input Parameters:
negative
The negative input parameter represents a list of keys derived from the negative prompts loaded from the CSV file. This parameter allows you to select a specific negative prompt from the list, which will then be used in the node's execution. The selection of a negative prompt directly impacts the output, as it determines which specific negative prompt will be applied to the AI-generated art. There are no explicit minimum, maximum, or default values for this parameter, as it is dependent on the contents of the CSV file.
Load Negative CSV Output Parameters:
positive prompt
The positive prompt output parameter provides the positive prompt associated with the selected negative prompt. This output is crucial for understanding the context in which the negative prompt is used, as it pairs the negative prompt with its corresponding positive counterpart. This pairing helps in maintaining a balanced approach to prompt management, ensuring that both positive and negative aspects are considered in the creative process.
negative prompt
The negative prompt output parameter delivers the specific negative prompt that was selected from the input list. This output is essential for applying the desired constraints to the AI-generated art, ensuring that unwanted elements are effectively excluded from the final output. By providing the negative prompt, the node enables precise control over the creative process, allowing for more refined and targeted artistic results.
Load Negative CSV Usage Tips:
- Ensure that your
negative.csvfile is correctly formatted with a single column of prompts separated by commas to avoid parsing errors. - Place the
negative.csvfile in the specified directory (custom_nodes-ComfyUI_Loader-CSV) to ensure it is correctly loaded by the node.
Load Negative CSV Common Errors and Solutions:
Error loading negative.csv, check the console
- Explanation: This error occurs when the
negative.csvfile is not found in the expected directory or is incorrectly formatted. - Solution: Verify that the
negative.csvfile is located in thecustom_nodes-ComfyUI_Loader-CSVdirectory and that it is properly formatted with a single column of prompts.
Error. No negative.csv found. Put your negative.csv in the custom_nodes-ComfyUI_Loader-CSV directory of ComfyUI. Then press "Refresh".
- Explanation: The node cannot locate the
negative.csvfile in the specified directory. - Solution: Ensure that the
negative.csvfile is placed in thecustom_nodes-ComfyUI_Loader-CSVdirectory and press "Refresh" to reload the file.
Error loading negative.csv. Make sure it is in the custom_nodes-ComfyUI_Loader-CSV directory of ComfyUI. Then press "Refresh".
- Explanation: This error indicates a problem with loading the
negative.csvfile, possibly due to incorrect file placement or formatting issues. - Solution: Double-check that the
negative.csvfile is in the correct directory and formatted correctly. After making any necessary corrections, press "Refresh" to attempt loading the file again.
