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

CN
ComfyUI.org
2025-03-13 09:24:17

Workflow Overview:

m8755rpofnfmirsvtcaa2889dc622294f25981e495c8b740e45a99109bb47a5ce154f8fec7ce06a6130.png

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.

  1. 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.

  2. 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.

  3. 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 by VAEDecode.

    • Image Saving Stage: The generated image is saved to disk.

  4. 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.

  5. Notes:

    • Ensure the SHMILY Dreamy Watercolor_v1.0 model is installed.

    • Ensure the GPU has sufficient VRAM, preferably 16GB or more.