Visit ComfyUI Online for ready-to-use ComfyUI environment
Specialized node for AI artists to generate prompts from popular Civitai images, streamlining prompt creation and visualizing trends.
CivitaiPrompt is a specialized node designed to assist AI artists in generating prompts based on popular images from the Civitai platform. This node fetches images that have received the most reactions within a specified period and extracts positive and negative prompts from these images. By leveraging this node, you can streamline the process of prompt generation, ensuring that your AI models are inspired by trending and highly-reacted content. The node also offers the capability to save and preview images, making it easier to visualize the prompts and their corresponding images. This functionality is particularly beneficial for artists looking to stay updated with current trends and incorporate popular elements into their AI-generated art.
The fixed_prompt
parameter is a boolean that determines whether the node should use a cached image ID and its associated prompts. When set to True
, the node will use the cached data if available, ensuring consistency in the prompts generated. If set to False
, the node will fetch new data, which can introduce variability in the prompts. The default value is True
.
The preview_image
parameter is a boolean that controls whether the node should fetch and save the image content for preview purposes. When enabled, the node will download the image and save it in the output directory, along with the positive and negative prompts. This feature is useful for visualizing the prompts in context with the image. The default value is True
.
The mirror_sites
parameter is a boolean that specifies whether to use mirror sites for fetching data. This can be useful in scenarios where the primary site is slow or unavailable. Enabling this option can improve the reliability and speed of data retrieval. The default value is False
.
The positive
output parameter is a string that contains the positive prompt extracted from the selected image. This prompt is intended to guide the AI model towards generating content that aligns with the positive aspects of the image.
The negative
output parameter is a string that contains the negative prompt extracted from the selected image. This prompt is used to steer the AI model away from generating content that includes undesirable elements present in the image.
fixed_prompt
parameter to True
. This will use cached data and avoid variability.preview_image
parameter to visualize the prompts along with their corresponding images. This can help in better understanding the context of the prompts.mirror_sites
parameter to use alternative sources for fetching data.mirror_sites
parameter.© Copyright 2024 RunComfy. All Rights Reserved.