diff --git a/docs/runware_run.md b/docs/runware_run.md index db5a88d..a9e1834 100644 --- a/docs/runware_run.md +++ b/docs/runware_run.md @@ -47,7 +47,7 @@ runware run [key=value ...] [flags] runware run tencent:hunyuan-3d@3.1-pro inputs.images.0="https://example.com/product.jpg" # Audio inference - runware run elevenlabs:1@1 positivePrompt="Upbeat electronic dance music with driving bass and synth leads" duration=30 + runware run runware:ace-step@v1.5-turbo positivePrompt="Upbeat electronic dance music with driving bass and synth leads" duration=30 steps=8 runware run minimax:speech@2.8 speech.text="Hello, this is a text-to-speech example." speech.voice=English_expressive_narrator # Community model — task type must be specified explicitly diff --git a/internal/cmd/run/run.go b/internal/cmd/run/run.go index 09d8e1a..e179099 100644 --- a/internal/cmd/run/run.go +++ b/internal/cmd/run/run.go @@ -69,7 +69,7 @@ The model positional argument may be omitted when --preset supplies one.`, runware run tencent:hunyuan-3d@3.1-pro inputs.images.0="https://example.com/product.jpg" # Audio inference - runware run elevenlabs:1@1 positivePrompt="Upbeat electronic dance music with driving bass and synth leads" duration=30 + runware run runware:ace-step@v1.5-turbo positivePrompt="Upbeat electronic dance music with driving bass and synth leads" duration=30 steps=8 runware run minimax:speech@2.8 speech.text="Hello, this is a text-to-speech example." speech.voice=English_expressive_narrator # Community model — task type must be specified explicitly