Skip to content

Multi-GPU Results in Static Noise After Initial Frames #24

@pftq

Description

@pftq

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions