CoolFace
Apppublic

jaspermurphy1989/peacock

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes
App README

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

python
from thumbnail_generator import ThumbnailGenerator

# Load the pre-trained model
model = ThumbnailGenerator("pytorch_model.bin")

# Generate a thumbnail
image = model.generate()