mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
fix usp dependency
This commit is contained in:
@@ -58,7 +58,7 @@ pip install xfuser>=0.4.3
|
||||
```
|
||||
|
||||
```bash
|
||||
torchrun --standalone --nproc_per_node=8 ./wan_14b_text_to_video_usp.py
|
||||
torchrun --standalone --nproc_per_node=8 examples/wanvideo/wan_14b_text_to_video_usp.py
|
||||
```
|
||||
|
||||
2. Tensor Parallel
|
||||
|
||||
@@ -33,4 +33,4 @@ video = pipe(
|
||||
num_inference_steps=50,
|
||||
seed=0, tiled=True
|
||||
)
|
||||
save_video(video, "video1.mp4", fps=25, quality=5)
|
||||
save_video(video, "video1.mp4", fps=25, quality=5)
|
||||
|
||||
@@ -54,4 +54,5 @@ video = pipe(
|
||||
num_inference_steps=50,
|
||||
seed=0, tiled=True
|
||||
)
|
||||
save_video(video, "video1.mp4", fps=25, quality=5)
|
||||
if dist.get_rank() == 0:
|
||||
save_video(video, "video1.mp4", fps=25, quality=5)
|
||||
|
||||
Reference in New Issue
Block a user