handle batch when saving images

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-25 13:13:32 -04:00
parent b311bdf91e
commit a298173cf0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ class PromptEmbedder:
return torch.cat(res)
except Exception as e:
shared.log.error(f"Prompt encode: {e}")
errors.display(e, 'encode')
# errors.display(e, 'encode')
return None