You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is another issue with some of my images. When they are generated with another tool it doesn't has "parameters" neither "workflow". An example is the above image. But ComfyUI opens it ok.
I changed the line 395 in tools commenting the las part and IIB works ok.
There is another issue with some of my images. When they are generated with another tool it doesn't has "parameters" neither "workflow". An example is the above image. But ComfyUI opens it ok.
I changed the line 395 in tools commenting the las part and IIB works ok.
def is_img_created_by_comfyui(img: Image):
return img.info.get('prompt') #and img.info.get('workflow')
This is the image:
The text was updated successfully, but these errors were encountered: