npx skills add ...
npx skills add toolsai/free-zimage-skills --skill zimage-generation
Generate high-quality images using ModelScope's Z-Image API. Use this skill when the user wants to generate images using the specific Z-Image model or ModelScope API they provided. Trigger words: 'Zimage', 'ModelScope', 'generate zimage'.
npx skills add toolsai/free-zimage-skills --skill zimage-generation
This skill allows you to generate images using the Z-Image model via the ModelScope Inference API.
Use this skill when:
zimage: <prompt> or zimage <prompt>.The skill provides a Python script scripts/generate_zimage.py to handle the API interaction.
requests installed.scripts/generate_zimage.py and paste your key into the DEFAULT_API_KEY variable at the top.--api-key your_token.env in the same folder as the script (scripts/).
MODELSCOPE_API_TOKEN="your_key_here"To generate an image:
Arguments:
prompt: The text description of the image (required).--output, -o: Specify output filename (optional).--model: Specify a different model ID (optional).--api-key: API key (if not set in file or environment).If the script returns a 401 error mentioning "bind your Alibaba Cloud account", notify the user that they must log in to ModelScope (https://modelscope.cn/my/account) and bind their Alibaba Cloud account to enable API access. This is a one-time setup required by the platform.
# To generate a cyberpunk city
python3 /Users/mattchan/.gemini/antigravity/skills/zimage-generation/scripts/generate_zimage.py "cyberpunk city, neon lights, rainy street, high detail"