mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-09 21:12:36 +08:00
Resolved bug for comfy_runpod
This commit is contained in:
parent
f91733b911
commit
6f7e4b3136
@ -107,7 +107,7 @@ def run_prompt(job):
|
||||
im_bytes = im_file.getvalue() # im_bytes: image in binary format.
|
||||
im_b64 = base64.b64encode(im_bytes)
|
||||
im_b64 = str(im_b64)
|
||||
data['lama'].append(im_b64)
|
||||
data['lama'] = im_b64
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user