redo diffusers scheduler

This commit is contained in:
Vladimir Mandic
2023-07-04 13:07:05 -04:00
parent b216a35ddd
commit 18ef9e6fd7
11 changed files with 69 additions and 91 deletions
-1
View File
@@ -37,7 +37,6 @@ class VanillaStableDiffusionSampler:
self.eta = None
self.config = None
self.last_latent = None
self.conditioning_key = sd_model.model.conditioning_key
def number_of_needed_noises(self, p): # pylint: disable=unused-argument