π¦ ClawHub
Coze Image Gen
by @hanxueyuan
Create images from text prompts. Use when you need to generate/draw/create images based on descriptions.
π‘ Examples
Single Image
npx ts-node {baseDir}/scripts/gen.ts --prompt "A futuristic city at sunset"
Batch Generation (Random Prompts)
npx ts-node {baseDir}/scripts/gen.ts --count 4
With Custom Size
npx ts-node {baseDir}/scripts/gen.ts \
--prompt "A serene mountain landscape" \
--size 4K
Sequential Image Generation (Story Mode)
npx ts-node {baseDir}/scripts/gen.ts \
--prompt "A hero's journey through magical lands" \
--sequential \
--max-sequential 5
π Tips & Best Practices
TERMINAL
clawhub install coze-image-gen