pixeli99 / SVD_Xtend

Stable Video Diffusion Training Code and Extensions.
481 stars 45 forks source link

What can I change if I want to add LoRA method into your train script ? #22

Open WayneML opened 6 months ago

WayneML commented 6 months ago

I see the " from diffusers.models.lora import LoRALinearLayer and parser.add_argument( "--rank", type=int, default=128, help=("The dimension of the LoRA update matrices."), ) " in your train script but you do not use them.

pixeli99 commented 6 months ago

The LoRA training is not yet supported, so this parameter is temporarily ineffective, but I will support it in the future.