qwen / 20b / createVariant:
The CivitaiImageGenSdcppQwen20bCreateVariant node is designed to generate image variants using the Qwen 20b model through Civitai Orchestration. This node is part of a suite of tools that leverage advanced AI models to create diverse and unique image outputs based on a given input. The primary goal of this node is to provide you with the ability to explore different visual interpretations and styles by creating variations of an image, which can be particularly useful for artistic exploration, design iterations, and creative projects. By utilizing this node, you can harness the power of AI to expand your creative possibilities and achieve results that might be difficult to produce manually.
qwen / 20b / createVariant Input Parameters:
steps
The steps parameter determines the number of iterations the model will perform to generate the image variant. A higher number of steps can lead to more refined and detailed outputs, but it also increases the processing time. The default value is 20, 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 makes the output more aligned with the prompt, while a lower value allows for more creative freedom. The default is 2.5, with a range from 0.0 to 30.0.
seed
The seed parameter is used to initialize the random number generator, ensuring reproducibility of results. By setting a specific seed, you can generate the same image variant across different runs. The default value is 0, with a range from 0 to 4294967295.
quantity
The quantity parameter specifies the number of image variants to generate. This allows you to create multiple variations in a single execution. The default is 1, with a minimum of 1 and a maximum of 12.
loras
The loras parameter allows you to apply specific LoRA (Low-Rank Adaptation) models to the image generation process, enabling customization and fine-tuning of the output style.
version
The version parameter lets you select the version of the model to use for image generation. Options include "latest", "2509", and "2511", with "latest" being the default.
api_config
The api_config parameter provides an optional configuration for Civitai authentication, defaulting to the CIVITAI_API_TOKEN or stored OAuth login. This ensures secure access to the Civitai services.
qwen / 20b / createVariant Output Parameters:
image_variant
The image_variant output parameter represents the generated image variant(s) created by the node. This output is crucial as it provides the visual result of the node's processing, allowing you to view and utilize the generated variations in your creative projects.
qwen / 20b / createVariant Usage Tips:
- Experiment with different
cfg_scalevalues to balance between adherence to the input prompt and creative freedom in the output. - Use the
seedparameter to reproduce specific results or explore new variations by changing the seed value. - Generate multiple variants at once by adjusting the
quantityparameter, which can be useful for comparing different styles or interpretations.
qwen / 20b / createVariant Common Errors and Solutions:
Invalid API Token
- Explanation: This error occurs when the API token provided in the
api_configis invalid or missing. - Solution: Ensure that you have a valid
CIVITAI_API_TOKENset in your environment or provide a correct token in theapi_config.
Exceeded Maximum Steps
- Explanation: This error is triggered when the
stepsparameter exceeds the allowed maximum value. - Solution: Adjust the
stepsparameter to be within the allowed range, ensuring it does not exceed 150.
Unsupported Version
- Explanation: This error occurs when an unsupported version is selected in the
versionparameter. - Solution: Choose a valid version from the available options: "latest", "2509", or "2511".
