AITemplate
AITemplate copied to clipboard
CompVis/Stable Diffusion/LDM - Diffusion Models Implementation Support
Hi!
Have anyone worked or planned to integrate diffusion models from CompVis/stable-diffusion/ldm? Would be of great help as of my experience that implementation is working quite good on characters category. As they have mentioned, used one (PLMS) from Katherine Crowson's Implementation.
Thanks
You can directly use call these sampler from pytorch: https://github.com/facebookincubator/AITemplate/blob/main/examples/05_stable_diffusion/pipeline_stable_diffusion_ait.py#L74
What @Ahmer-444 says is that the samplers like DPM2 a and Euler a can't be used as samplers.