Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got this bug with dalle #36

Open
lout33 opened this issue Jun 1, 2024 · 2 comments
Open

I got this bug with dalle #36

lout33 opened this issue Jun 1, 2024 · 2 comments

Comments

@lout33
Copy link

lout33 commented Jun 1, 2024

Error occurred when executing create image _O:

cannot identify image file <_io.BytesIO object at 0x7fd14afa4d60>

File "/home/runner/ComfyUI/execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/ComfyUI/execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/ComfyUI/execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92/src/QualityOfLifeSuit_Omar92.py", line 541, in fun
i = Image.open(io.BytesIO(image))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.11/site-packages/PIL/Image.py", line 3339, in open
raise UnidentifiedImageError(msg)

@omar92
Copy link
Owner

omar92 commented Jun 3, 2024

sorry openai API is changed and i dont havce access to the openai anymore -- free finished

@omar92
Copy link
Owner

omar92 commented Sep 10, 2024

kindly tell me if it works now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants