An open index of curated prompts for image & video generation models.
Cinematic slow-motion shot of a cyberpunk runner leaping across neon rooftops at night, dramatic rain, pulsing synth soundtrack
Wide establishing shot → slow zoom in, golden hour lighting, epic orchestral build-up
Epic fantasy battle: knight charging dragon across stormy battlefield, dynamic camera tracking, thunderous soundtrack
Load Checkpoint | v CLIP Text Encode ----+ | | v v Universal Determinism (strict, seed=42) | v Empty Latent Image | v Deterministic Sampler (seed=42) | v VAE Decode | v Save Image
# 1. 登录 Cloudflare Dashboard # 2. 进入 "Workers & Pages" # 3. 点击 "Create Application" → "Create Worker" # 4. 命名为 nsfw-api-proxy
**Regular Updates**: Enjoy new prompts and features as they are developed and added to the collection.
🔁 **Model comparison** — render same prompt with flash + pro side by side
Transform this photo into a Van Gogh painting Make a cinematic video of this image, 16:9 widescreen What images do I have in the outputs folder? Open camera 1 with avfoundation backend
kagent-vision/ |-- run_local.py # FastAPI launcher (starts everything) |-- static/ | |-- index.html # Custom web UI (single file) |-- kagent_vision/ # Agent package (Google ADK) | |-- agent.py # Agent definition + system prompt | |-- mcp_tools.py # MCP server wiring |-- servers/ # Vision MCP server | |-- vision_mcp/ | | |-- server.py # FastMCP server (registers all tools) | | |-- camera.py
Generate an image of a sunset over mountains
Create a 4-second video of a cat walking on a beach
# Standard technical diagram python3 skills/diagram/scripts/generate_diagram.py "User authentication flow" -o auth.png --doc-type architecture # Visual abstract with dark background and glow python3 skills/diagram/scripts/generate_diagram.py "API gateway as routing prism" -o visual.png --style visual-abstract --doc-type journal # Wide diagram with aspect ratio python3 skills/diagram/scripts/generate_diagram.py "System overview" -o overview.png --aspect-ratio 16:9
# Generate python3 skills/image/scripts/generate_image.py "Abstract art in blue and gold" -o art.png # Edit existing image python3 skills/image/scripts/generate_image.py "Make the sky purple" --input photo.jpg -o edited.png
# Technical diagram with quality review python3 skills/diagram/scripts/generate_diagram.py \ "Microservices architecture with API gateway" \ -o architecture.png \ --doc-type architecture # Creative image python3 skills/image/scripts/generate_image.py \ "A cozy coffee shop on a rainy day" \ -o coffee_shop.png # Edit an existing image python3 skills/image/scripts/generate_image.py \ "Add rain to the window" \ --input coffee_shop.png -o rainy_coffee_shop.png # Generate a video python3 skills/video/scripts/generate_video.py \ "A time-lapse of clouds over a mountain" \ -o clouds.mp4 # Image-to-video (animate a still image) python3 skills/video/scripts/generate_video.py \ "Slowly pan across the scene" \ --input landscape.png -o animated.mp4
# Generate with specific aspect ratio and resolution python3 skills/image/scripts/generate_image.py \ "A wide cinematic landscape" -o landscape.png \ --aspect-ratio 16:9 --resolution 2K
# Text-to-video python3 skills/video/scripts/generate_video.py "A rocket launching into space" -o launch.mp4 # Image-to-video (animate an image) python3 skills/video/scripts/generate_video.py "Zoom into the scene" --input photo.png -o animated.mp4
Generate an image of a golden retriever puppy sitting in a sunlit meadow
A fluffy orange cat in a sunny meadow, photorealistic',
🎨 Analyze Obsidian document content and auto-generate up to 8 beautiful summary images
**Infographic**: Modern data visualization with clean design
**Slide**: Professional presentation design
Check that both OpenAI and kie.ai API keys are entered
Verify the API key has correct permissions
client = Fal.client result = client.run("fal-ai/flux/dev", { prompt: "a beautiful sunset over mountains", image_size: "landscape_16_9" }) puts result["images"].first["url"]