π¦ ClawHub
Dlazy Generate
by @dlazyai
A comprehensive generation skill. Can generate images, videos, and audio by automatically selecting the appropriate dlazy CLI model.
π‘ Examples
# Generate an image and feed its url straight into image-to-video
dlazy seedream-4.5 --prompt "a red fox in snow" \
| dlazy kling-v3 --image - --prompt "fox starts running"Generate an image, then add TTS narration over a still
dlazy seedream-4.5 --prompt "lighthouse at dawn" \
| dlazy keling-tts --text "Welcome to the coast." --image @0.urlFan-out: pass every upstream output url into a batch step
dlazy seedream-4.5 --prompt "city skyline" --n 4 \
| dlazy superres --images @*
> Required flags can be entirely sourced from the pipe β --field - satisfies the requirement when an upstream value exists. If stdin is empty, the CLI fails with code: "no_stdin".
π Tips & Best Practices
Visit https://dlazy.com for more information.
TERMINAL
clawhub install dlazy-generate