moiseshorta / RAVE-Latent-Diffusion

Generate new latent codes for RAVE with Denoising Diffusion models.
MIT License
163 stars 9 forks source link

read rave_dim, sample_rate and stereo where possible #4

Closed elgiano closed 11 months ago

elgiano commented 1 year ago

Some small changes to read settings from RAVE models when possible, so to avoid unnecessary cli arguments. The only other thing I would like to do in this direction is to read the minimum latent_size of a trained diffusion model, so that we could only provide length_mul, but I couldn't figure out how.

moiseshorta commented 1 year ago

Hey!

Thanks for this contribution, I'll test this and the other PR in the coming days and merge.

Looks quite useful.

Best, M