mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 01:37:04 +08:00
fix img2img operation in Dall2 node (#10552)
This commit is contained in:
parent
163b629c70
commit
dfac94695b
@ -225,7 +225,7 @@ class OpenAIDalle2(ComfyNodeABC):
|
||||
),
|
||||
files=(
|
||||
{
|
||||
"image": img_binary,
|
||||
"image": ("image.png", img_binary, "image/png"),
|
||||
}
|
||||
if img_binary
|
||||
else None
|
||||
|
||||
Loading…
Reference in New Issue
Block a user