How to train a "Variance Exploding" diffusion model from scratch #7486
Unanswered
modantailleur
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to train a "Variance Exploding" diffusion model from scratch with the diffusers library. In the train loop in the training tutorial, the model is conditioned on a simple timestep:
But on the ScoreSdeVePipeline , it's a sigma that is used as input of the Unet:
How can I modify the training code to adapt it to SdeVe ? Is there examples of implementation ?
Beta Was this translation helpful? Give feedback.
All reactions