diff --git a/V1 b/V1 new file mode 100644 index 0000000..0ff99ec --- /dev/null +++ b/V1 @@ -0,0 +1,13 @@ +# run Text-to-Video Generation +model_id=Skywork/SkyReels-V2-T2V-14B-540P +torchrun --nproc_per_node=2 generate_video.py \ + --model_id ${model_id} \ + --resolution 540P \ + --num_frames 97 \ + --guidance_scale 6.0 \ + --shift 8.0 \ + --fps 24 \ + --offload \ + --prompt "A serene lake surrounded by towering mountains, with a few swans gracefully gliding across the water and sunlight dancing on the surface." \ + --use_usp \ + --seed 42