wan / v2.5 / fal / text-to-image:
The CivitaiImageGenWanV25FalTextToImage node is designed to transform textual descriptions into vivid and detailed images using the advanced capabilities of the WAN v2.5 FAL model. This node is particularly beneficial for AI artists and creators who wish to visualize concepts and ideas described in text form. By leveraging state-of-the-art text-to-image generation techniques, it allows you to create high-quality images that align closely with the provided textual prompts. The node's primary goal is to facilitate the seamless conversion of text into images, making it an essential tool for creative projects that require visual representation of written content.
wan / v2.5 / fal / text-to-image Input Parameters:
_format
This parameter specifies the desired output image format. You can choose from options such as jpeg, png, and webP, with the default being an empty string which may default to a standard format. Selecting the appropriate format can impact the image quality and file size.
image_metadata
This string parameter allows you to include external metadata with the generated image. It is useful for storing additional information about the image, such as creation details or descriptive tags, and defaults to an empty string.
negative_prompt
A multiline string parameter that lets you specify elements or features you want to exclude from the generated image. This helps refine the output by guiding the model away from unwanted characteristics, with a default empty string.
guidance_scale
A float parameter that influences how closely the generated image should adhere to the text prompt. It ranges from 1.0 to 10.0, with a default value of 3.5. Higher values make the image more aligned with the prompt, while lower values allow for more creative freedom.
seed
An integer parameter used to initialize the random number generator for image creation. It ranges from 0 to 4294967295, with a default of 0. Using the same seed will produce the same image, allowing for reproducibility.
quantity
This integer parameter determines the number of images to generate, ranging from 1 to 10, with a default of 1. It allows you to create multiple variations of the image from the same prompt.
image_size
A string parameter that defines the size of the output image. The default is square_hd, which typically refers to a high-definition square image, ensuring clarity and detail.
enable_prompt_expansion
A boolean parameter that, when enabled, allows the model to expand the prompt with additional context or details. This can enhance the richness of the generated image, with a default setting of False.
enable_safety_checker
This boolean parameter, when enabled, activates a safety checker to filter out potentially harmful or inappropriate content. It is set to False by default, but can be turned on for safer outputs.
loras
This parameter allows the use of CIVITAI_LORAS, which are specific model adjustments or enhancements that can be applied to the image generation process. It provides flexibility in customizing the output.
steps
An integer parameter that sets the number of steps the model takes to generate the image, ranging from 2 to 50, with a default of 40. More steps can lead to higher quality images but require more processing time.
shift
A float parameter that adjusts the model's focus during image generation, ranging from 1.0 to 10.0, with a default of 2.0. It can be used to fine-tune the balance between adherence to the prompt and creative exploration.
api_config
This parameter allows you to configure the Civitai API connection, using either a stored OAuth login or a CIVITAI_API_TOKEN. It is optional but can be used to authenticate and enhance the node's functionality.
wan / v2.5 / fal / text-to-image Output Parameters:
generated_image
The primary output of this node is the generated_image, which is the visual representation of the input text prompt. This image reflects the details and concepts described in the prompt, providing a tangible output for creative projects.
wan / v2.5 / fal / text-to-image Usage Tips:
- Experiment with different
guidance_scalevalues to find the right balance between prompt adherence and creative freedom for your specific project. - Use the
seedparameter to reproduce specific images or to explore variations by changing the seed value. - Enable
enable_safety_checkerif you are concerned about generating inappropriate content, especially in public or shared environments.
wan / v2.5 / fal / text-to-image Common Errors and Solutions:
"Invalid image format"
- Explanation: The specified image format is not supported or incorrectly specified.
- Solution: Ensure that the
_formatparameter is set to one of the supported formats:jpeg,png, orwebP.
"Seed value out of range"
- Explanation: The seed value provided is outside the acceptable range.
- Solution: Check that the
seedparameter is within the range of 0 to 4294967295.
"Guidance scale out of bounds"
- Explanation: The guidance scale value is not within the allowed range.
- Solution: Adjust the
guidance_scaleto be between 1.0 and 10.0.
