yang-song / score_sde_pytorch

PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
https://arxiv.org/abs/2011.13456
Apache License 2.0
1.58k stars 295 forks source link

Add link to diffusers #31

Closed patrickvonplaten closed 1 year ago

patrickvonplaten commented 1 year ago

Hey :wave: from the diffusers team,

Just wanted to ask if you are interested in adding a link to the diffusers library to your README. We're actively maintaining the ScoreSdeVE pipeline and also are planning to integrate your models with faster schedulers from karras et al.

When integrating the score_sde models we made sure to match the output scores 1-to-1 - do you think such an addition could be useful for the readers of your repo? :-)

Thanks a mille for open-sourcing your method - it has been super helpful to better understand your paper and score-based diffusion models in general!