fix img2img operation in Dall2 node

This commit is contained in:
bigcat88 2025-10-30 15:00:02 +02:00
parent 163b629c70
commit 14424c7a56
No known key found for this signature in database
GPG Key ID: 1F0BF0EC3CF22721

View File

@ -225,7 +225,7 @@ class OpenAIDalle2(ComfyNodeABC):
),
files=(
{
"image": img_binary,
"image": ("image.png", img_binary, "image/png"),
}
if img_binary
else None