-
Notifications
You must be signed in to change notification settings - Fork 29
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
[BUG] - Error on Pasted Image #64
Comments
I didn't even know you could directly paste an image into a node, so I hadn't considered the situation you encountered. |
Yeah I use it as both a prompt metadata reader and a image loader. Very convenient actually. I figured you could add a function to dump the raw EXIF and IPTC from the file as an option ... I just need access to the data and it doesn't have to be necessarily well formatted for my needs. Currently I open the file in notepad because I am in the middle of a workflow and don't want to interrupt my session. Thank you as always. |
About the error of pasting images, I will fix it in a few days, and the reader will at least be able to work like the built-in image loader (only output IMAGE and MUSK). |
I just merged the fix into the main branch, you can update it directly. |
The size/resolution alone would be fantastic from the PASTED image. The image dimensions if known. I mainly paste actual file images not from Photoshop clipboard. That is rare. If the image is from a file whatever is in the Exif would be relevant. Even if it is a RAW output widget. and or a field that you populate within the node like you do with the positive/negative and settings fields :D What I love about your app is that I do not need to have too much plumbing. It is all self-contained. Crys tools are awesome, but I have to do a lot of connecting to get what I want :D Thank you so much for even entertaining my wishes lol. |
After some consideration, I have finally decided not to add the EXIF reading reature. The reasons are as follows:
In my opinion, the biggest advantage of ComfyUI is its modularity. You can customise it to whatever you need. By combining nodes from different node groups, you can complete many jobs that are totally unimaginable. |
Thank you, Rhys!
Manny Gonzalez
…On Thu, Mar 21, 2024 at 1:52 PM Rhys Yang ***@***.***> wrote:
After some consideration, I have finally decided not to add the EXIF
reading reature. The reasons are as follows:
1. Crys Tools does it very well. Even if I add EXIF output, the
content and format will almost be the same as the metadata RAW of "Load
image with metadata", so you would still need some plumbing.
2. If I decide to add this feature, I would be compelling myself to
support all formats that can be read by comfyui, which is actually very
challenging, even Crys Tools only provides very basic support.
3. The size and resolution you need most are not actually in the EXIF
(Crys Tools manually added it to the very beginning of EXIF).
4. Different libraries or software handle EXIF TAG names completely
differently, which makes the EXIF I extract unusable for secondary use.
In my opinion, the biggest advantage of ComfyUI is its modularity. You can
customise it to whatever you need. By combining nodes from different node
groups, you can complete many jobs that are totally unimaginable.
—
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHWZVPWKQTKHC6WYCZHT2LDYZLJZNAVCNFSM6AAAAABEEEHWUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJSGIYDQNZVGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Description
I just pasted an image from clipboard and got error. Other pasted images have not shown this error.
Reproduction steps
Image file
Reader gets error on pasted image
The text was updated successfully, but these errors were encountered: