pixeli99 / SVD_Xtend

Stable Video Diffusion Training Code and Extensions.
553 stars 51 forks source link

Hyperparameters configuration for training #6

Closed MyNiuuu closed 8 months ago

MyNiuuu commented 8 months ago

Hi! Thank you so much for this helpful implementation!

I am interested in the configuration of the hyperparameters you use to finetune the SVD. Do you just use the default value written in the parse_args()( e.g., lr=1e-4, conditioning_dropout_prob=0.1, etc.)? I would be deeply appreciated if a training script could be provided.

BlakeOne commented 8 months ago

I've been super curious too about what command-line arguments you're using - it would be a good addition to the readme IMO.

pixeli99 commented 8 months ago

Alright, I will update the readme, so that everyone can use it for reference.