pixeli99 / SVD_Xtend

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

init SVD lora #57

Closed hitsz-zuoqi closed 1 month ago

hitsz-zuoqi commented 1 month ago

1、Modify the original diffusers 0.29.0 StableVideoDiffusion with LoraMixin. 2、Provide a training script for 1024x576 training on A100 80g 3、provide install.sh && requirements.txt 4、modify README.md for simple lora training guidelines.

pixeli99 commented 1 month ago

hi, zuoqi,

I just reviewed the code changes, but it looks like you introduced a folder called diffusers_svd_lora, which might make the codebase somewhat bloated. Is there a better way to incorporate lora?

hitsz-zuoqi commented 1 month ago

hi, zuoqi,

I just reviewed the code changes, but it looks like you introduced a folder called diffusers_svd_lora, which might make the codebase somewhat bloated. Is there a better way to incorporate lora?

I decide to keep it separate. Acknowledgment will quote SVD_Xtend. Thank you~