What problem does it solve?
This Skill solves the problem of manually creating and generating images. It provides a platform to generate high-quality images based on structured prompts and optional reference images.
Core Features & Use Cases
- Structured Prompts: Create JSON-formatted prompts for image generation, allowing precise control over the subject, style, and technical specifications.
- Reference Images: Utilize reference images for style and composition guidance, enhancing the quality and accuracy of the generated images.
- Python Script Execution: Automate the image generation process using a Python script, with support for various scenarios such as character design, scenes, and product visualization.
Quick Start
Run the following command to generate an image with the provided prompt file, reference images, and output file:
python /mnt/skills/public/image-generation/scripts/generate.py \
--prompt-file /mnt/user-data/workspace/prompt-file.json \
--reference-images /path/to/ref1.jpg /path/to/ref2.png \
--output-file /mnt/user-data/outputs/generated-image.jpg \
--aspect-ratio 16:9