mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 05:37:57 -05:00
remove dangling debugging statement
This commit is contained in:
@@ -34,7 +34,6 @@ class PngWriter:
|
||||
# saves image named _image_ to outdir/name, writing metadata from prompt
|
||||
# returns full path of output
|
||||
def save_image_and_prompt_to_png(self, image, dream_prompt, name, metadata=None):
|
||||
print(f'self.outdir={self.outdir}, name={name}')
|
||||
path = os.path.join(self.outdir, name)
|
||||
info = PngImagePlugin.PngInfo()
|
||||
info.add_text('Dream', dream_prompt)
|
||||
|
||||
Reference in New Issue
Block a user