openai / guided-diffusion

MIT License
6.03k stars 803 forks source link

Has anyone tried to use the pre-trained models using diffusers' pipeline and scheduler? #93

Open ntlm1686 opened 1 year ago

ntlm1686 commented 1 year ago

I realize that the pre-trained model in this repository outputs mean and variance, but the models in diffusers output samples directly.

Relative issue https://github.com/huggingface/diffusers/issues/2354.