Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate project organization, naming, and path generation for AI projects with ComfyUI Node Project Setting JK.
The Project Setting JK node is designed to streamline the organization and naming conventions of your AI-generated projects. This node allows you to define a project name, image naming pattern, and path structure, ensuring that your generated images and related files are systematically stored and easily retrievable. By incorporating a seed value, it also ensures reproducibility and consistency in your project outputs. The primary goal of this node is to enhance your workflow efficiency by automating the naming and path generation processes, thereby reducing manual effort and minimizing errors.
This parameter allows you to specify the name of your project. It is a string input with a default value of myproject
. The project name is used as a prefix in the generated image names and paths, helping to keep your files organized under a common project identifier. This parameter does not support multiline input.
This parameter defines the naming pattern for your images. It is a string input with a default value of v%counter_%seed_%time
. The image name can include placeholders such as %counter
, %seed
, and %time
which will be dynamically replaced with corresponding values during execution. This helps in creating unique and informative filenames for each generated image. This parameter does not support multiline input.
This parameter sets the directory structure for storing your images. It is a string input with a default value of %date
. Similar to the image_name parameter, it can include placeholders like %date
to dynamically generate directory names based on the current date. This ensures that your images are stored in an organized manner, making it easier to manage and locate them. This parameter does not support multiline input.
This parameter is an integer input that sets the seed value for random number generation. It has a default value of 0 and can range from 0 to 0xffffffffffffffff
(18,446,744,073,709,551,615). The seed value ensures that the random elements in your project are reproducible, allowing you to generate the same outputs consistently if needed.
This output parameter returns the final image name after combining the project name and the specified image naming pattern. It helps in identifying and organizing the generated images based on the project context.
This output parameter provides the final path name by combining the project name and the specified path structure. It ensures that the images are stored in a well-organized directory structure, making it easier to manage and retrieve them.
This output parameter returns the seed value used for random number generation. It is crucial for ensuring reproducibility and consistency in your project outputs.
%counter
, %seed
, and %time
to create unique and informative filenames and directory structures.0xffffffffffffffff
.%counter
, %seed
, %time
, and %date
in the image_name and path_name parameters.RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Playground, enabling artists to harness the latest AI tools to create incredible art.