Skip to content

Commit

Permalink
remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed Sep 4, 2022
1 parent 3a2be62 commit fd7a72e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ldm/simplet2i.py
Expand Up @@ -388,7 +388,6 @@ def process_image(image,seed):
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:
Expand Down

0 comments on commit fd7a72e

Please sign in to comment.