An open index of curated prompts for image & video generation models.
A browser tab will open at `http://localhost:8501`.
The app will display the prediction and confidence score in real-time.
**No `input_fidelity` flag.** The OpenAI documentation is internally inconsistent on this parameter:
`. 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: *
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
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
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/unity/ → YourProject/Assets/Trellis2/
Create a token: https://huggingface.co/settings/tokens
[FLUX.2-klein-4B](https://huggingface.co/black-forest-labs/FLUX.2-klein-4B) — Text-to-image generation
>TRELLIS.2 Unity Studio</h1> <p align=
Use character descriptions and reference images to maintain consistent characters across all scenes:
Keep scene descriptions focused on actions/settings rather than re-describing the character
Final video has both native audio (100% volume) and background music (musicVolume % volume)
**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