From 70410ac7c3f255505ef6befaa6212403132188a7 Mon Sep 17 00:00:00 2001 From: pftq Date: Mon, 17 Mar 2025 13:31:13 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41c1c78..0208034 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ - Fixed 81-frame-limit hard-coded. - Added "--batch_size" flag option for multiple videos without reloading the model. - Added "--variety_batch" flag option for different CFG/steps per video. +- Exposed optional "--negative_prompt" (defaults used if left blank) Example prompt (1-GPU): ``` @@ -22,7 +23,8 @@ python generate.py \ --batch_size $Batch \ --variety_batch \ --image "image.jpg" \ ---prompt "" +--prompt "" \ +--negative_prompt "" ``` Example prompt for Multi-GPU: @@ -48,7 +50,8 @@ generate.py \ --batch_size $Batch \ --variety_batch \ --image "image.jpg" \ ---prompt "" +--prompt "" \ +--negative_prompt "" ``` Original Wan 2.1 Repo: https://github.com/Wan-Video/Wan2.1