hidream-o1 / HiDream-O1-Image-dev / createImage:
The CivitaiImageGenComfyHidreamO1HiDreamO1ImageDevCreateImage node is designed to facilitate the creation of images using the HiDream-O1-Image-dev model within the Civitai platform. This node is part of a suite of tools that leverage advanced AI models to generate high-quality images based on user-defined parameters. It provides a flexible and powerful interface for artists to experiment with various image generation settings, allowing for the creation of unique and customized visual content. The node's capabilities include adjusting image dimensions, controlling the number of generation steps, and fine-tuning the creative process through configuration scales and seed values. By integrating with Civitai's authentication system, it ensures secure and personalized access to the image generation features, making it an essential tool for AI artists seeking to explore the creative possibilities of AI-driven image synthesis.
hidream-o1 / HiDream-O1-Image-dev / createImage Input Parameters:
output_format
The output_format parameter allows you to specify the format in which the generated image will be saved. You can choose from options such as jpeg, png, or webP. The default setting is an empty string, which means the format will be determined by other settings or defaults.
image_metadata
This parameter accepts a string that represents external metadata to be stored with the image. It is useful for embedding additional information about the image, such as creation details or descriptive tags. The default value is an empty string.
negative_prompt
The negative_prompt parameter is a string input that allows you to specify elements or features you want to avoid in the generated image. This can help refine the output by steering the model away from undesired characteristics. It supports multiline input for detailed descriptions.
width
This integer parameter sets the width of the generated image, with a default value of 2048 pixels. It can be adjusted between a minimum of 64 and a maximum of 2048 pixels, allowing for flexibility in image size.
height
Similar to the width parameter, height determines the vertical dimension of the image. It also defaults to 2048 pixels and can be set between 64 and 2048 pixels, providing control over the image's aspect ratio.
steps
The steps parameter controls the number of iterations the model will perform during image generation. More steps can lead to higher quality images but will take longer to process. The default is 28 steps, with a range from 1 to 150.
cfg_scale
This floating-point parameter, known as the configuration scale, influences the creativity of the model. A higher value encourages more creative outputs, while a lower value results in more conservative images. The default is 1.0, with a range from 0.0 to 30.0.
seed
The seed parameter is an integer that initializes the random number generator, ensuring reproducibility of results. By setting a specific seed, you can generate the same image consistently. The default is 0, with a range from 0 to 4294967295.
quantity
This integer parameter specifies how many images to generate in one batch. The default is 1, but you can generate up to 4 images simultaneously, which is useful for comparing variations.
checkpoint_model
The checkpoint_model parameter allows you to select a specific model checkpoint from Civitai's repository, which can influence the style and quality of the generated image. It is a required parameter for model selection.
loras
This parameter allows you to apply specific LoRA (Low-Rank Adaptation) models to the image generation process, which can modify the output style or content based on pre-trained adaptations.
api_config
The api_config parameter is used to configure authentication settings for accessing Civitai's API. It defaults to using the CIVITAI_API_TOKEN or stored OAuth login, ensuring secure access to the platform's features.
hidream-o1 / HiDream-O1-Image-dev / createImage Output Parameters:
images
The images output parameter provides the generated images as a result of the node's execution. These images are the final product of the specified input parameters and can be used for further processing or display.
hidream-o1 / HiDream-O1-Image-dev / createImage Usage Tips:
- Experiment with different
cfg_scalevalues to find the right balance between creativity and realism in your images. - Use the
seedparameter to reproduce specific images or to explore variations by changing the seed value slightly. - Adjust the
stepsparameter to improve image quality, especially for complex scenes, but be mindful of the increased processing time.
hidream-o1 / HiDream-O1-Image-dev / createImage Common Errors and Solutions:
"Invalid output format"
- Explanation: The specified
output_formatis not supported or is incorrectly set. - Solution: Ensure that the
output_formatis set to one of the supported formats:jpeg,png, orwebP.
"Image dimensions out of range"
- Explanation: The
widthorheightparameters are set outside the allowed range. - Solution: Adjust the
widthandheightparameters to be within the range of 64 to 2048 pixels.
"API authentication failed"
- Explanation: The
api_configsettings are incorrect or missing, preventing access to Civitai's API. - Solution: Verify that your
CIVITAI_API_TOKENor OAuth login details are correctly configured in theapi_configparameter.
