Unlock the Magic of Van Gogh: AI-Generated Sea and Sky Masterpieces
1. Workflow Overview

This workflow generates Van Gogh-style sea and sky images with:
Artistic rendering via
GhostMix_V2.0
modelBold brushstrokes, starry backgrounds, and warm-cool contrasts
Pure text-to-image pipeline (no img2img components)
2. Core Models
GhostMix_V2.0: Artistic SD model specialized in color/texture.
VAE Decoder: Converts latent data to images (built-in).
3. Key Nodes
Node Name | Function | Installation |
---|---|---|
| Load model/CLIP/VAE | Built-in |
| Encode positive/negative prompts | Built-in |
| Controls generation (sampler/steps) | Built-in |
| Sets resolution (824x1336) | Built-in |
4. Workflow Steps
Model Loading:
Load
GhostMix
model with CLIP/VAE.
Prompt Processing:
Positive: "van gogh style ocean sky, heavy brushstrokes, starry..."
Negative: "blurry, lowres, bad proportions..."
Generation:
KSampler
(Euler, 98 steps) →VAEDecode
to final image.
5. Inputs & Outputs
Inputs:
Resolution: 824×1336 (via
EmptyLatentImage
)Seed: Fixed or randomized (e.g.,
238532686184733
)
Output: PNG saved to ComfyUI folder.
6. Notes
Model Setup: Download
GhostMix_V2.0
from HuggingFace.Prompt Tips:
Include style keywords (e.g., "van gogh").
Negative prompts are pre-filled with quality filters.
Performance:
≥8GB VRAM recommended; reduce steps (e.g., 98→50) for faster runs.