sophnet-image-generate
SKILL.md
Sophnet Image Generate
Overview
Generate Sophnet images with Python scripts that handle task polling and structured output.
Script responsibilities:
generate_image.py: core API caller and polling loop, outputs machine-friendlyTASK_ID,STATUS, andIMAGE_URL.generate_and_preview.sh: wrapper for local use, callsgenerate_image.py, downloads first image, addsPREVIEW_PATH.
When to Use
- User asks to generate an image with Sophnet models.
- Caller needs stable outputs like
TASK_ID,STATUS,IMAGE_URL,PREVIEW_PATH. - Prompt includes model choice (
Z-Image-Turbo,Qwen-Image,Qwen-Image-Plus). - Do not use when the task is only to display an existing image URL/path; use
sophnet-smart-image-loader.