I would like to continue training (finetune) using the video branch ckpt you released: SDv1.5mv-rawbox-t_2023-12-04_17-51_2.0t_0.4.3E4-S77040. However, I encountered the following issues:
When I try to resume training using the command line with resume_from_checkpoint={path_to_ckpt}, I get an error indicating that the controlnet cannot be found.
I modified the UNet loading logic in the code like this:
However, after fine-tuning for only 50 steps (using a warmup_to_constant lr strategy), the FVD of generated videos increased from 221.8254 (from the original checkpoint) to 394.1425.
Could you please help me understand why this is happening and how I can continue training based on the ckpt provided for video generation?
Hi,
I would like to continue training (finetune) using the video branch ckpt you released:
SDv1.5mv-rawbox-t_2023-12-04_17-51_2.0t_0.4.3E4-S77040
. However, I encountered the following issues:When I try to resume training using the command line with
resume_from_checkpoint={path_to_ckpt}
, I get an error indicating that thecontrolnet
cannot be found.I modified the UNet loading logic in the code like this:
However, after fine-tuning for only 50 steps (using a warmup_to_constant lr strategy), the FVD of generated videos increased from 221.8254 (from the original checkpoint) to 394.1425.
Could you please help me understand why this is happening and how I can continue training based on the ckpt provided for video generation?
Thank you!