What problem does it solve?
The Skill addresses the challenge of manually generating custom visual content, by enabling users to create images with structured prompts and reference images for precise guidance.
Core Features & Use Cases
- Structured Prompts: Create detailed prompts for AIGC image generation with defined subjects, styles, and technical specs.
- Reference Images: Guide generation with multiple reference images for style or composition.
- Automated Python Script Execution: Automate the image generation process with a single script call.
- Use Case: Design a Tokyo street style woman character in the 1990s, complete with specific clothing and environment details.
Quick Start
Generate an image of a cyberpunk hacker character standing next to a vehicle on a street in the Star Wars universe. Execute with the following command:
python /mnt/skills/public/image-generation/scripts/generate.py \
--prompt-file /mnt/user-data/workspace/cyberpunk-hacker.json \
--output-file /mnt/user-data/outputs/cyberpunk-hacker-01.jpg \
--aspect-ratio 16:9