mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-06-07 15:54:52 +00:00
Update README.md
This commit is contained in:
parent
77e5521dc1
commit
79f3915348
@ -1,8 +1,9 @@
|
|||||||
# Wan2.1 Custom Fork for Fixes/Changes
|
# Wan2.1 Custom Fork for Fixes/Improvements
|
||||||
- Fixed 81-frame-limit hard-coded.
|
- Fixed 81-frame-limit hard-coded.
|
||||||
- Added "--batch_size" flag option for multiple videos without reloading the model.
|
- Added "--batch_size" flag option for multiple videos without reloading the model.
|
||||||
- Added "--variety_batch" flag option for different CFG/steps per video.
|
- Added "--variety_batch" flag option for different CFG/steps per video.
|
||||||
- Exposed optional "--negative_prompt" (defaults used if left blank)
|
- Exposed optional "--negative_prompt" (defaults used if left blank)
|
||||||
|
- VAE tiling to reduce VRAM "--vae_tiling 256" (default value 256). Credits deepbeepmeep for implementation from WanGP.
|
||||||
|
|
||||||
Example prompt (1-GPU):
|
Example prompt (1-GPU):
|
||||||
```
|
```
|
||||||
@ -22,6 +23,7 @@ python generate.py \
|
|||||||
--save_file "$(date '+%Y-%m-%d_%H-%M-%S')_wan-server_960-${Frames}f_cfg-${CFG}_steps-${Steps}.mp4" \
|
--save_file "$(date '+%Y-%m-%d_%H-%M-%S')_wan-server_960-${Frames}f_cfg-${CFG}_steps-${Steps}.mp4" \
|
||||||
--batch_size $Batch \
|
--batch_size $Batch \
|
||||||
--variety_batch \
|
--variety_batch \
|
||||||
|
--vae_tiling 256 \
|
||||||
--image "image.jpg" \
|
--image "image.jpg" \
|
||||||
--prompt "" \
|
--prompt "" \
|
||||||
--negative_prompt ""
|
--negative_prompt ""
|
||||||
@ -49,6 +51,7 @@ generate.py \
|
|||||||
--save_file "$(date '+%Y-%m-%d_%H-%M-%S')_wan-server_960-${Frames}f_cfg-${CFG}_steps-${Steps}_${GPUs}-GPUs.mp4" \
|
--save_file "$(date '+%Y-%m-%d_%H-%M-%S')_wan-server_960-${Frames}f_cfg-${CFG}_steps-${Steps}_${GPUs}-GPUs.mp4" \
|
||||||
--batch_size $Batch \
|
--batch_size $Batch \
|
||||||
--variety_batch \
|
--variety_batch \
|
||||||
|
--vae_tiling 256 \
|
||||||
--image "image.jpg" \
|
--image "image.jpg" \
|
||||||
--prompt "" \
|
--prompt "" \
|
||||||
--negative_prompt ""
|
--negative_prompt ""
|
||||||
|
Loading…
Reference in New Issue
Block a user