-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Description
Only 1 part of the image is clear. If 2 GPUs, it's the top half the image. If 4, it's the top 4th of the image. So it looks like there's something wrong with the way the multi-GPU stitches the other GPU output back together. I did a fresh pull and download the models to be sure.
This is my prompt:
GPUs=4
CFG=6
Steps=30
Frames=129
torchrun --nproc_per_node=$GPUs \
sample_image2video.py \
--model HYVideo-T/2 \
--prompt "" \
--i2v-mode \
--i2v-image-path "image.jpg" \
--i2v-resolution 720p \
--i2v-stability \
--video-length $Frames \
--infer-steps $Steps \
--flow-reverse \
--flow-shift 7.0 \
--embedded-cfg-scale $CFG \
--save-path ./results \
--ulysses-degree $GPUs \
--ring-degree 1 \
--video-size 960 960 \
--xdit-adaptive-size
Metadata
Metadata
Assignees
Labels
No labels