Skip to content

Commit c3f10d9

Browse files
felixsanzclaude
andcommitted
fix: add required params to README video and music examples
google:3@3 (Veo) requires width and height. minimax:music@2.6 requires either settings.lyrics or settings.instrumental. Both examples were verified against the live API. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3cd1fac commit c3f10d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ runware run civitai:305149@392545 --task-type imageInference positivePrompt="A p
9090
#### Video generation
9191

9292
```shell
93-
runware run google:3@3 positivePrompt="Ocean waves at sunset" duration=8
93+
runware run google:3@3 positivePrompt="Ocean waves at sunset" width=1280 height=720 duration=8
9494
```
9595

9696
#### Audio generation
9797

9898
```shell
9999
# Music generation
100-
runware run minimax:music@2.6 positivePrompt="Upbeat electronic dance music with driving bass and synth leads"
100+
runware run minimax:music@2.6 positivePrompt="Upbeat electronic dance music with driving bass and synth leads" settings.instrumental=true
101101

102102
# Text-to-speech (the voice is designed from the prompt)
103103
runware run alibaba:qwen@3-tts-1.7b-voicedesign positivePrompt="A calm, friendly young woman with a soft tone" speech.text="Hello, this is a text-to-speech example." speech.voice=design

0 commit comments

Comments
 (0)