Skip to content

Commit 71571e3

Browse files
Replaced master branch fix with updated fix.
1 parent 15468c9 commit 71571e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/processing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,6 @@ def sample(self, conditioning, unconditional_conditioning, seeds, subseeds, subs
688688

689689
noise = create_random_tensors(samples.shape[1:], seeds=seeds, subseeds=subseeds, subseed_strength=subseed_strength, seed_resize_from_h=self.seed_resize_from_h, seed_resize_from_w=self.seed_resize_from_w, p=self)
690690

691-
image_conditioning = self.txt2img_image_conditioning(x)
692-
693691
# GC now before running the next img2img to prevent running out of memory
694692
x = None
695693
devices.torch_gc()

0 commit comments

Comments
 (0)