Visit ComfyUI Online for ready-to-use ComfyUI environment
Converts sampler representation to human-readable string, mapping internal names to recognizable ones for AI artists.
The SamplerToString (Image Saver) node is designed to convert the internal representation of a sampler into a human-readable string format. This is particularly useful for AI artists who need to document or share their workflow settings, as it provides a clear and understandable name for the sampler being used. The node maps various internal sampler names to more recognizable names, often used in popular AI art communities, ensuring consistency and ease of understanding. Additionally, it can append specific scheduler information to the sampler name, providing a comprehensive description of the sampling method being employed.
The sampler_name
parameter specifies the internal name of the sampler that you want to convert to a human-readable format. This parameter is crucial as it determines the base name that will be mapped to a more recognizable format. The internal names are typically technical and not user-friendly, so this conversion helps in better understanding and documentation. There are no specific minimum or maximum values for this parameter, but it must be a valid sampler name recognized by the system.
The scheduler
parameter indicates the type of scheduler associated with the sampler. This can affect the final human-readable name by appending additional information such as "Karras" or "Exponential" to the sampler name. This parameter helps in providing a more detailed and accurate description of the sampling method. The default value is normal
, but it can also be set to other scheduler types like karras
or exponential
.
The sampler_name
output parameter provides the human-readable name of the sampler. This name is derived from the internal sampler name and is mapped to a more recognizable format, often used in popular AI art communities. This output is essential for documentation and sharing purposes, as it makes the sampler settings easily understandable.
sampler_name
input is a valid internal sampler name recognized by the system to get an accurate human-readable name.scheduler
parameter to append additional information to the sampler name, providing a more detailed description of the sampling method.sampler_name
output for documenting and sharing your AI art workflows, making it easier for others to understand your settings.sampler_name
is not recognized by the system.sampler_name
input is a valid internal sampler name. Refer to the list of supported sampler names in the documentation.scheduler
type is not supported or recognized by the system.scheduler
input is set to a supported type such as normal
, karras
, or exponential
. Check the documentation for the list of supported scheduler types.© Copyright 2024 RunComfy. All Rights Reserved.