Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/runware_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runware run <model> [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
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down