From 6ce7ff3aef84149d45a812dfda1e35c131fdb14d Mon Sep 17 00:00:00 2001 From: "Zheng Zangwei (Alex Zheng)" Date: Thu, 9 May 2024 16:52:15 +0800 Subject: [PATCH] update inference command (#382) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cf749a1f..b2015cb7 100644 --- a/README.md +++ b/README.md @@ -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.