remove stray debugging message

This commit is contained in:
Lincoln Stein 2022-09-03 15:45:20 -04:00
parent 138956e516
commit 6266d9e8d6

View File

@ -335,7 +335,6 @@ class T2I:
self.model.encode_first_stage(init_image) self.model.encode_first_stage(init_image)
) # move to latent space ) # move to latent space
print(f' DEBUG: seed at make_image time ={seed}')
make_image = self._img2img( make_image = self._img2img(
prompt, prompt,
steps=steps, steps=steps,