From 46464ac677695096d1cda2d97bcadb920c1082a2 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 28 Aug 2022 23:45:50 -0400 Subject: [PATCH] remove unused metadatastr variable --- ldm/simplet2i.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ldm/simplet2i.py b/ldm/simplet2i.py index 95ba63dd76..d2f10c4a81 100644 --- a/ldm/simplet2i.py +++ b/ldm/simplet2i.py @@ -175,8 +175,6 @@ class T2I: outdir, prompt, kwargs.get('batch_size', self.batch_size) ) for r in results: - # gets written into the PNG - metadata_str = f'prompt2png("{prompt}" {kwargs} seed={r[1]}' pngwriter.write_image(r[0], r[1]) return pngwriter.files_written