jaspermurphy1989/peacock
1
Peacock - AI-Powered YouTube Thumbnail Generator
A revolutionary tool for YouTubers that automatically generates stylized, cinematic thumbnails using AI.
๐ Features
- Generates 512x512 high-quality thumbnails
- Trained on 100+ custom YouTube thumbnails using StyleGAN2-ADA
- Simple one-click generation
- Customizable outputs based on your channel's style
๐ ๏ธ How It Works
The model takes either:
- A random latent vector OR
- A conditioned input vector
And outputs a professional-grade YouTube thumbnail image.
๐ป Usage
from thumbnail_generator import ThumbnailGenerator
# Load the pre-trained model
model = ThumbnailGenerator("pytorch_model.bin")
# Generate a thumbnail
image = model.generate()