AnimateLCM icon indicating copy to clipboard operation
AnimateLCM copied to clipboard

Asking about SVDSolver

Open dreamyou070 opened this issue 7 months ago • 1 comments

when you train LCM_svd, you set svd_solver like,

svd_solver = SVDSolver(args.N, noise_scheduler.config.sigma_min, noise_scheduler.config.sigma_max, 7,0.7, 1.6)

why you change training timestep to args.N (for example 40), can I get advice about the SVDSolver ..?

dreamyou070 avatar Jul 18 '24 09:07 dreamyou070