anima / comfy / createVariant:
CivitaiImageGenComfyAnimaCreateVariant is a specialized node designed to facilitate the creation of image variants using the Civitai Orchestration framework. This node is particularly useful for AI artists looking to explore different artistic styles or variations of a base image. By leveraging the capabilities of Civitai's orchestration, it allows for the generation of diverse image outputs while maintaining the core elements of the original image. This node is ideal for artists who wish to experiment with different visual interpretations and enhance their creative process by generating multiple variants efficiently.
anima / comfy / createVariant Input Parameters:
steps
This parameter defines the number of steps the algorithm will take to generate the image variant. A higher number of steps can lead to more refined and detailed images, but it will also increase the processing time. The default value is 30, with a minimum of 1 and a maximum of 150.
cfg_scale
The cfg_scale parameter controls the guidance scale, which influences how closely the generated image follows the input prompt. A higher value will make the image adhere more strictly to the prompt, while a lower value allows for more creative freedom. The default is 4.0, with a range from 0.0 to 30.0.
seed
This integer parameter is used to initialize the random number generator, ensuring reproducibility of the image variants. By setting a specific seed, you can generate the same image variant consistently. The default value is 0, with a range from 0 to 4294967295.
quantity
This parameter specifies the number of image variants to generate. It allows you to create multiple versions in a single execution, facilitating comparison and selection of the best variant. The default is 1, with a minimum of 1 and a maximum of 12.
loras
This parameter allows you to apply specific LoRA (Low-Rank Adaptation) models to the image generation process, enabling style transfer or other modifications based on pre-trained models.
diffuser_model
The diffuser_model parameter specifies the diffusion model to be used for generating the image variants. This choice can affect the style and quality of the output images.
control_nets
This parameter allows you to integrate control networks into the image generation process, providing additional guidance and constraints to achieve desired artistic effects.
width
This parameter sets the width of the generated image variants. The default width is 1024 pixels, with a minimum of 64 and a maximum of 2048 pixels.
height
Similar to the width parameter, this sets the height of the generated image variants. The default height is 1024 pixels, with a minimum of 64 and a maximum of 2048 pixels.
api_config
The api_config parameter is used to configure the Civitai API authentication. It defaults to using the CIVITAI_API_TOKEN or a stored OAuth login, ensuring secure access to Civitai's services.
anima / comfy / createVariant Output Parameters:
image_variants
The primary output of this node is a set of image variants generated based on the input parameters. Each variant represents a different artistic interpretation of the original image, allowing you to explore a range of creative possibilities.
anima / comfy / createVariant Usage Tips:
- Experiment with different
cfg_scalevalues to balance between adherence to the prompt and creative freedom. - Use the
seedparameter to reproduce specific image variants for consistency in your projects. - Adjust the
stepsparameter to find the optimal balance between image quality and processing time.
anima / comfy / createVariant Common Errors and Solutions:
"Invalid seed value"
- Explanation: The seed value provided is outside the acceptable range.
- Solution: Ensure the seed value is between 0 and 4294967295.
"API authentication failed"
- Explanation: The API token or OAuth login is incorrect or missing.
- Solution: Verify your
api_configsettings and ensure your API token or OAuth credentials are correctly configured.
