ai-image
AI image generation and editing.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
AI image generation and editing.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
| name | ai-image |
| description | AI image generation and editing. |
| metadata | {"tags":["aigc","gcp"]} |
tldr: Run uv run ${SKILL_DIR}/scripts/generate_image.py Image Generation.
When generating images for a specific persona or character:
--image flag.--prompt, focus on describing the new environment, lighting, pose, and clothing. The model will use the reference image to maintain the facial features and identity.Below are the most common use cases. For full parameters information, run uv run ${SKILL_DIR}/scripts/generate_image.py --help.
Text-to-Image:
--prompt "A hyperrealistic render of a neon jellyfish floating in a cyber forest" --output "neon_jellyfish.png" --aspect-ratio "9:16"
Image-to-Image (Character consistency):
--image "path/to/character_face.jpg" --prompt "The same woman sitting on a cozy sofa at night, wearing a dark oversized hoodie, looking slightly annoyed, cinematic lighting" --output "character_on_sofa.png" --aspect-ratio "3:4"
For errors encountered during API calls, please check the API reference to find the correct parameters.