yan-labs  ·  vol. 01  ·  2026

prompts.

An open index of curated prompts for image & video generation models.

prompts
702
sources
291
models
3
showing 457480 of 543page 20 / 23
  1. A browser tab will open at `http://localhost:8501`.

    nanomango★ 4 · pos 1
  2. The app will display the prediction and confidence score in real-time.

    nanomango★ 4 · pos 2
  3. **No `input_fidelity` flag.** The OpenAI documentation is internally inconsistent on this parameter:

    gpt-image-2-skill★ 4 · pos 0
  4. `. The OpenAI API rejects the request. Earlier GPT Image models (`gpt-image-1`, `gpt-image-1.5`) did support it, but this skill targets `gpt-image-2` exclusively, so the flag isn't exposed. If you need alpha transparency, run a downstream background-removal step on the opaque PNG output. - **No `input_fidelity` flag.** The OpenAI documentation is internally inconsistent on this parameter: - The **formal API reference** states: *

    gpt-image-2-skill★ 4 · pos 1
  5. Create a museum-style educational infographic about Jingdezhen blue-and-white porcelain, with process steps, historical context, decorative motifs, labeled illustrations, and elegant editorial layout

    awesome-gpt-image-2★ 4 · pos 0
  6. Generate a museum-level Chinese disassembly infographic explaining the structure, materials, meanings, and dressing order of Ming dynasty Hanfu, with annotated garment parts and refined editorial composition

    awesome-gpt-image-2★ 4 · pos 1
  7. 1. Copy unity/ folder contents to: Assets/Trellis2/ 2. Open Tools > TRELLIS.2 > Generation Window 3. Enter prompt or assign image → Click Generate 4. Model auto-imports to Assets/Trellis2Results/

    trellis2-unity-studio★ 4 · pos 0
  8. trellis2-unity-studio/unity/ → YourProject/Assets/Trellis2/

    trellis2-unity-studio★ 4 · pos 1
  9. Create a token: https://huggingface.co/settings/tokens

    trellis2-unity-studio★ 4 · pos 2
  10. [FLUX.2-klein-4B](https://huggingface.co/black-forest-labs/FLUX.2-klein-4B) — Text-to-image generation

    trellis2-unity-studio★ 4 · pos 3
  11. >TRELLIS.2 Unity Studio</h1> <p align=

    trellis2-unity-studio★ 4 · pos 4
  12. Use character descriptions and reference images to maintain consistent characters across all scenes:

    opencode-nanobanana★ 3 · pos 0
  13. Keep scene descriptions focused on actions/settings rather than re-describing the character

    opencode-nanobanana★ 3 · pos 1
  14. Final video has both native audio (100% volume) and background music (musicVolume % volume)

    opencode-nanobanana★ 3 · pos 2
  15. **Regular Updates**: Enjoy new prompts and features as they are developed and added to the collection.

  16. 🔁 **Model comparison** — render same prompt with flash + pro side by side

    nanobanana-plus★ 3 · pos 0
  17. 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★ 3 · pos 0
  18. 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

    kagent_vision★ 3 · pos 1
  19. Generate an image of a sunset over mountains

    gemini-multimodal★ 3 · pos 0
  20. Create a 4-second video of a cat walking on a beach

    gemini-multimodal★ 3 · pos 1
  21. # 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

    nano-banana★ 3 · pos 0
  22. # 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

    nano-banana★ 3 · pos 1
  23. # 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

    nano-banana★ 3 · pos 2
  24. # 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

    nano-banana★ 3 · pos 3