This commit is contained in:
Disty0
2025-07-26 04:52:56 +03:00
parent 9afb122367
commit c21c7e545a
-1
View File
@@ -223,7 +223,6 @@ class PromptEmbedder:
batch = getattr(self, key)
res = []
try:
print(batch)
if len(batch) == 0 or len(batch[0]) == 0:
return None # flux has no negative prompts
if isinstance(batch[0][0], list) and len(batch[0][0]) == 2 and isinstance(batch[0][0][1], torch.Tensor) and batch[0][0][1].shape[0] == 32: