Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate saving animation schedules to file in CSV or plain text format for easy management and sharing.
The CR Output Schedule To File node is designed to facilitate the saving of animation schedules to a file, making it easier for you to manage and reuse schedules in your projects. This node allows you to export schedules in either CSV or plain text format, ensuring compatibility with various tools and workflows. By automating the file-saving process, it helps you avoid manual errors and ensures that your schedules are consistently formatted and stored. This node is particularly useful for AI artists who need to manage complex animation schedules and want a reliable way to save and share their work.
This parameter specifies the directory path where the schedule file will be saved. It is crucial to provide a valid directory path to ensure that the file is saved in the desired location. If this parameter is left empty, the node will not save the file and will issue a warning. There are no specific minimum or maximum values for this parameter, but it should be a valid directory path on your system.
This parameter defines the name of the file to which the schedule will be saved. It is important to provide a meaningful and unique file name to avoid overwriting existing files. If this parameter is left empty, the node will not save the file and will issue a warning. There are no specific minimum or maximum values for this parameter, but it should be a valid file name.
This parameter represents the schedule data that you want to save to the file. The schedule should be provided as a list of lists, where each inner list represents a row in the schedule. This parameter is essential for the node to function correctly, as it contains the actual data to be saved.
This parameter specifies the file extension for the saved schedule file. It supports two options: "csv" for CSV format and any other string for plain text format. The choice of file extension determines the format in which the schedule will be saved. For CSV files, the data will be saved in a comma-separated format, while for plain text files, each line will be saved as a string.
This node does not produce any output parameters. Its primary function is to save the provided schedule to a file, and it does not return any values upon completion.
output_file_path
and file_name
parameters are not empty to avoid warnings and ensure the file is saved correctly.file_extension
based on your needs. Use "csv" for compatibility with spreadsheet software and other tools that support CSV files, and use plain text for simpler formats.output_file_path
or file_name
parameter is empty.output_file_path
and file_name
parameters are provided with valid values.<filepath>
© Copyright 2024 RunComfy. All Rights Reserved.