drboog / Shifted_Diffusion

Code for Shifted Diffusion for Text-to-image Generation (CVPR 2023)
Creative Commons Zero v1.0 Universal
159 stars 11 forks source link

Is there codes for the diffusion decoder as well? #1

Closed XavierXiao closed 1 year ago

XavierXiao commented 1 year ago

Current codes are for the diffusion prior, and it seems like it is combined with Stable Diffusion. Is there codes for the cascades diffusion decoder in your paper?

drboog commented 1 year ago

Hi, we are not able to release the code and checkpoint for that diffusion decoder because of company policy. That's why I re-write the code so that it can be combined with Stable Diffusion 2. For the cascade diffusion decoder, our implementation is similar to https://github.com/lucidrains/DALLE2-pytorch, but with some internal dependencies.