Unlock the Art of Watercolor: A Step-by-Step Generation Workflow
Workflow Overview:

This workflow generates watercolor-style illustrations using ComfyUI. It utilizes the CLIP model to generate conditioning inputs, which are processed by the AWPainting model for image generation. The final output is a watercolor-style image, saved locally.
Core Models:
SHMILY Dreamy Watercolor_v1.0: This model is specifically designed for generating watercolor-style images.
CLIP Model: Used for generating conditioning inputs to guide the image generation process.
Key Components:
CLIPTextEncode: Converts text prompts into image conditioning inputs that control the content and style of the generated image.
EmptyLatentImage: Generates an empty latent image as a starting point for image generation.
KSampler: Uses the conditioning inputs to generate latent images and explore different image variants.
VAEDecode: Decodes the latent image into the final image.
SaveImage: Saves the generated image to disk.
Workflow Structure:
Text Conditioning Stage: The
CLIPTextEncode
node converts text prompts into conditioning inputs.Image Generation Stage: The
KSampler
generates latent images based on the conditions, which are then decoded into final images byVAEDecode
.Image Saving Stage: The generated image is saved to disk.
Inputs and Outputs:
Inputs: Text prompts (e.g., descriptions of watercolor-style landscapes), and the AWPainting model.
Outputs: The generated watercolor-style image, saved locally.
Notes:
Ensure the SHMILY Dreamy Watercolor_v1.0 model is installed.
Ensure the GPU has sufficient VRAM, preferably 16GB or more.