LightX2V icon indicating copy to clipboard operation
LightX2V copied to clipboard

使用distill_models跑i2v生成的视频噪声极大

Open superfuckergyc opened this issue 1 month ago • 6 comments

使用distill_models按原本的config去跑wan_moe_i2v_distill.json生成的视频噪声极大,惨不忍睹。 { "infer_steps": 12, "target_video_length": 81, "text_len": 512, "target_height": 720, "target_width": 1280, "self_attn_1_type": "flash_attn3", "cross_attn_1_type": "flash_attn3", "cross_attn_2_type": "flash_attn3", "sample_guide_scale": [ 5.0, 9.0 ], "sample_shift": 0.5, "enable_cfg": true, "cpu_offload": true, "offload_granularity": "block", "t5_cpu_offload": false, "vae_cpu_offload": false, "use_image_encoder": false, "boundary_step_index": 2, "denoising_step_list": [ 1000, 750, 500, 250 ] } 将.json改成这样增强约束以后,依旧噪声极大,很奇怪,有人遇到这种噪声极大的问题吗?

superfuckergyc avatar Nov 06 '25 09:11 superfuckergyc