Text-to-image generation using Stable Diffusion. This project explores diffusion pipelines, prompt engineering techniques, and the latest in generative AI for image synthesis.
Text Conditioning - CLIP text encoder for prompt understanding
Example Prompts
# Basic prompt"a photo of an astronaut riding a horse on mars"# Detailed prompt with style"a serene landscape painting of mountains at sunset, impressionist style, vibrant colors"# Negative prompt for exclusion"a portrait of a person"
negative: "blurry, low quality, distorted"