From fd7a72e147393f32fc40d8f5918ea9bf1401e723 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 4 Sep 2022 08:23:11 -0400 Subject: [PATCH] remove debugging message --- ldm/simplet2i.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ldm/simplet2i.py b/ldm/simplet2i.py index ed5f83ef82..1f1f43054e 100644 --- a/ldm/simplet2i.py +++ b/ldm/simplet2i.py @@ -388,7 +388,6 @@ class T2I: if self.device.type == 'mps': x_T = self._get_noise(init_latent,width,height) # make_image will do the equivalent of get_noise itself - print(f' DEBUG: seed at make_image() invocation time ={seed}') image = make_image(x_T) results.append([image, seed]) if image_callback is not None: