What problem does it solve?
This Skill addresses the need for generating images from structured prompts and reference images, providing a streamlined process for visual content creation.
Core Features & Use Cases
- Structured Prompt Creation: Create JSON-formatted prompts to guide the image generation process.
- Reference Images: Utilize reference images for style and composition guidance.
- Automated Script Execution: Execute Python scripts to generate images with specified parameters.
- Scalable Application: Handle various image generation scenarios such as character design, scenes, and product visualization.
Quick Start
Use the image-generation skill to create an image of a futuristic cityscape. First, create a structured prompt file and save it to /mnt/user-data/workspace/futuristic-city.json. Then, execute the generation script with the following command:
python /mnt/skills/public/image-generation/scripts/generate.py \
--prompt-file /mnt/user-data/workspace/futuristic-city.json \
--output-file /mnt/user-data/outputs/futuristic-cityscape.jpg \
--aspect-ratio 16:9