-
Notifications
You must be signed in to change notification settings - Fork 616
Closed
Description
I have no problem generating a video with single GPU, but the same settings on 8-GPU results in heavy static noise across the video after the initial frame. Hunyuan I2V had this issue too as a result of the seed not being in sync across GPUs, but it seems like Skyreels V2 randomizes the seed outside the inference code, so that shouldn't be an issue.
My commandline prompt:
model_id=Skywork/SkyReels-V2-DF-14B-540P
torchrun --nproc_per_node=8 generate_video_df.py \
--model_id ${model_id} \
--resolution 540P \
--ar_step 0 \
--base_num_frames 97 \
--num_frames 257 \
--overlap_history 17 \
--inference_steps 100 \
--guidance_scale 8 \
--image "image.jpg" \
--prompt "" \
--addnoise_condition 20 \
--use_usp \
--offload
Metadata
Metadata
Assignees
Labels
No labels