CogVideo icon indicating copy to clipboard operation
CogVideo copied to clipboard

use_dynamic_cfg in cli_demo.py

Open JuheonYi opened this issue 8 months ago • 1 comments

Hi, I am trying to fine-tune CogVideoX-5B-I2V using LoRA, and run the inference.

I noticed that in the inference/cli_demo.py, use_dynamic_cfg is set as True when calling pipe() but it seems that in the finetuning code (e.g., finetune/models/cogvideox_i2v/lora_trainer.py, validation_step()), use_dynamic_cfg is not specified, and seems to be set as False as default in diffusers code (diffusers/pipelines/cogvideo/pipeline_cogvideox_image2video.py).

May I ask if this would make difference in the inference result?

Thanks!

JuheonYi avatar Mar 13 '25 06:03 JuheonYi

Meeting, but the impact is not great, you can set it according to the actual situation, choose False or True.

zRzRzRzRzRzRzR avatar Mar 14 '25 05:03 zRzRzRzRzRzRzR