Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates training ControlNet models using KohyaSS framework in ComfyUI for AI art generation.
The MZ_KohyaSSControlnetTrain node is designed to facilitate the training of ControlNet models using the KohyaSS framework. This node integrates seamlessly with the ComfyUI environment, allowing you to leverage the powerful capabilities of ControlNet for generating high-quality AI art. By utilizing this node, you can configure and initiate the training process with ease, ensuring that your models are fine-tuned to meet your specific artistic requirements. The node supports various configurations and options, making it versatile and adaptable to different training scenarios. Whether you are looking to enhance existing models or create new ones from scratch, MZ_KohyaSSControlnetTrain provides a robust and user-friendly solution.
This parameter specifies the training configuration to be used. It is a required parameter and should be of type MZ_TT_SS_TrainConfig
. The training configuration includes various settings such as learning rate, number of epochs, and other hyperparameters that control the training process. Proper configuration of this parameter is crucial for achieving optimal training results.
This parameter allows you to select the base ControlNet model to be used for training. It accepts a list of available models, with the default option set to the latest model. Choosing the appropriate base model can significantly impact the quality and performance of the trained model.
This parameter determines whether sample generation is enabled or disabled during the training process. It accepts two options: enable
and disable
, with the default set to enable
. Enabling sample generation allows you to visualize the progress and quality of the model during training.
This parameter allows you to specify a prompt for generating samples during training. It is of type STRING
and supports dynamic prompts and multiline input. The default value is an empty string. Providing a well-crafted sample prompt can help in assessing the model's performance and guiding its training.
This is an optional parameter that serves as a placeholder and has no effect on the training process. It is of type AlwaysEqualProxy("*")
and can be ignored.
This node does not produce any direct output parameters. The primary function of this node is to initiate and manage the training process based on the provided configurations.
train_config
parameter is properly set up with all necessary hyperparameters to achieve the best training results.base_controlnet
model that aligns with your training objectives and desired outcomes.sample_generate
to monitor the training progress and make adjustments as needed based on the generated samples.sample_prompt
to effectively evaluate the model's performance during training.读取配置文件失败: {workspace_config_file}
workspace_config
parameter could not be read.args: {json.dumps(config, indent=4)}
MZ_KohyaSSUseConfig_call: {args}
© Copyright 2024 RunComfy. All Rights Reserved.