Load Lighting CSV:
The Load Lighting CSV node is designed to facilitate the integration of lighting styles into your AI art projects by loading data from a CSV file. This node is particularly useful for artists who want to incorporate predefined lighting prompts into their creative workflows. By reading a CSV file that contains lighting styles, the node extracts and organizes the data into a format that can be easily utilized within the ComfyUI environment. The primary goal of this node is to streamline the process of accessing and applying lighting prompts, allowing you to focus more on the creative aspects of your work. It simplifies the migration of lighting data from other platforms, ensuring that you can maintain consistency in your artistic projects.
Load Lighting CSV Input Parameters:
lighting
The lighting parameter is a required input that represents a list of available lighting styles extracted from the CSV file. This parameter allows you to select a specific lighting style from the list, which will then be used to generate the corresponding positive and negative prompts. The selection of a lighting style directly impacts the output prompts, influencing the artistic direction of your project. The list of options is dynamically generated based on the contents of the CSV file, ensuring that you have access to all available styles.
Load Lighting CSV Output Parameters:
positive prompt
The positive prompt output parameter provides a string that represents the positive aspect of the selected lighting style. This prompt is intended to guide the AI in emphasizing certain lighting characteristics in the generated artwork. It is crucial for defining the desired lighting effects and enhancing the overall visual appeal of your project.
negative prompt
The negative prompt output parameter offers a string that represents the negative aspect of the selected lighting style. This prompt serves to instruct the AI on which lighting characteristics to avoid or minimize in the artwork. By balancing the positive and negative prompts, you can achieve a more refined and targeted artistic outcome.
Load Lighting CSV Usage Tips:
- Ensure that your
lighting.csvfile is correctly placed in thecustom_nodes-ComfyUI_Loader-CSVdirectory to avoid loading errors. - Regularly update your CSV file with new lighting styles to expand your creative possibilities and keep your projects fresh.
Load Lighting CSV Common Errors and Solutions:
Error loading lighting.csv, check the console
- Explanation: This error occurs when the node is unable to locate or read the
lighting.csvfile. - Solution: Verify that the
lighting.csvfile is placed in the correct directory (custom_nodes-ComfyUI_Loader-CSV) and that it is formatted correctly. Ensure that the file is not open in another program and try refreshing the node.
Error. No lighting.csv found. Put your lighting.csv in the custom_nodes-ComfyUI_Loader-CSV directory of ComfyUI. Then press "Refresh".
- Explanation: The node cannot find the
lighting.csvfile in the specified directory. - Solution: Place the
lighting.csvfile in thecustom_nodes-ComfyUI_Loader-CSVdirectory and press "Refresh" to reload the node.
Error loading lighting.csv. Make sure it is in the custom_nodes-ComfyUI_Loader-CSV directory of ComfyUI. Then press "Refresh".
- Explanation: There was an issue loading the
lighting.csvfile, possibly due to incorrect formatting or file location. - Solution: Double-check the file's location and format. Ensure that the CSV file follows the expected structure with a header row and subsequent rows containing lighting styles and prompts. Refresh the node after making corrections.
