CiaraStrawberry / svd-temporal-controlnet

410 stars 31 forks source link

reference materials #1

Closed LiuShiyu95 closed 8 months ago

LiuShiyu95 commented 8 months ago

Thank you very much for your work. I still don’t know much about the svd scheduler. Can you recommend some reference materials?

CiaraStrawberry commented 8 months ago

Hey!

I got my info from these three sources:

the svd paper: https://static1.squarespace.com/static/6213c340453c3f502425776e/t/655ce779b9d47d342a93c890/1700587395994/stable_video_diffusion.pdf

Stabilities implementation: https://github.com/Stability-AI/generative-models

and the k_diffusion repo: https://github.com/crowsonkb/k-diffusion (isn't relevant to svd just much easier to read)

I also recommend checking out pixeli99s training script, it keeps the extra scheduler functionality within the training script so will be easier to understand. https://github.com/pixeli99/SVD_Xtend

LiuShiyu95 commented 8 months ago

Thank you for your reply. I will learn according to your suggestions.