madebyollin t1_jc7306u wrote on March 14, 2023 at 3:00 PM Reply to [R] Training Small Diffusion Model by crappr some "full-power" repos from well-known developers: https://github.com/huggingface/diffusers https://github.com/lucidrains/denoising-diffusion-pytorch https://github.com/crowsonkb/k-diffusion I also posted my own tiny standalone code for 64x64 diffusion model training here: https://github.com/madebyollin/dino-diffusion - though it doesn't have text conditioning. Permalink 2
madebyollin t1_jc7306u wrote
Reply to [R] Training Small Diffusion Model by crappr
some "full-power" repos from well-known developers:
I also posted my own tiny standalone code for 64x64 diffusion model training here: https://github.com/madebyollin/dino-diffusion - though it doesn't have text conditioning.