mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-02 09:00:03 +08:00
fix img2img operation in Dall2 node
This commit is contained in:
parent
163b629c70
commit
14424c7a56
@ -225,7 +225,7 @@ class OpenAIDalle2(ComfyNodeABC):
|
||||
),
|
||||
files=(
|
||||
{
|
||||
"image": img_binary,
|
||||
"image": ("image.png", img_binary, "image/png"),
|
||||
}
|
||||
if img_binary
|
||||
else None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user