basujindal / stable-diffusion

Optimized Stable Diffusion modified to run on lower GPU VRAM
Other
3.14k stars 469 forks source link

samplers module added to ddpm.py not found #176

Closed dunaden001 closed 1 year ago

dunaden001 commented 1 year ago

In a recent commit (this one), there are changes made to add support for more samplers. This introduces reference to a 'samplers' module that doesn't appear to be present in the environment.yaml conda file or anywhere in the repo.

It's possible I'm missing something here but it's a recent change and I can't immediately find where this module should be referenced from so I thought it might have been an error.