ai-image
AI image generation and editing.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
AI image generation and editing.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.