StableDiffusion-PyTorch icon indicating copy to clipboard operation
StableDiffusion-PyTorch copied to clipboard

Is there a way to configure this to train on Mel Spectrograms?

Open Aman-Khokhar18 opened this issue 1 year ago • 1 comments

I am trying to train the model based on my mel spectrogram dataset but I cant seem to find a way to configure the model for that

Aman-Khokhar18 avatar Sep 08 '24 23:09 Aman-Khokhar18

Hello @Aman-Khokhar18 , Can you let me know which specific part you are having trouble configuring. Ideally just updating the config with the right resolution and channels in https://github.com/explainingai-code/StableDiffusion-PyTorch/blob/main/config/celebhq.yaml#L3-L4 should be enough, is there an issue that you are facing after you did that ?

explainingai-code avatar Sep 10 '24 15:09 explainingai-code