Skip to content

Commit

Permalink
update inference command (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengzangw authored May 9, 2024
1 parent 6af2269 commit 6ce7ff3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ Since Open-Sora 1.1 supports inference with dynamic input size, you can pass the

```bash
# text to video
python scripts/inference.py configs/opensora-v1-1/inference/sample.py \
--ckpt-path CKPT_PATH --prompt "A beautiful sunset over the city" --num-frames 32 --image-size 480 854
python scripts/inference.py configs/opensora-v1-1/inference/sample.py --prompt "A beautiful sunset over the city" --num-frames 32 --image-size 480 854
```

See [here](docs/commands.md#inference-with-open-sora-11) for more instructions including text-to-image, image-to-video, video-to-video, and infinite time generation.
Expand Down

0 comments on commit 6ce7ff3

Please sign in to comment.