-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Feature request: Comfyui generational data. #202
Comments
I'll take a look at how to implement it when I have some time. If it turns out that many people are interested in this feature, I'll do my best to prioritize it and implement it as soon as possible |
Trying Comfy lately due to sdxl and would love to have this feature as well! I tried ImageGlass/ExifGlass to view the generation data. It shows that Comfyui adds 2 Tags into png: Prompt and Workflow, both are just super long json string.. I guess that would be difficult to parse. Actually I wonder if it would be easier to create a custom node in ComfyUI that would save generation data in a more traditional fasion that is compatible with IIB directly. |
This is wonderful. |
When there are multiple images' generation information in the EXIF of an image, the displayed generation information may be inconsistent with the actual image, and this issue may not be resolved temporarily. However, if there is any update later, I will continue to follow up on it. For more details, please refer to comfyanonymous/ComfyUI#1007 |
Thanks for adding it either way |
It seems like there is a parsing error. Could you provide the image so that I can take a look at how to handle it? By the way, @Chubbly mentioned a custom node in #379 that provides webUI-like EXIF data. I think you can give it a try. For other solutions, I don't want to make things too complicated or the usage steps overly cumbersome at the moment. I feel it would be better to wait for the official human-readable prompt to be available before further discussion. |
sure. pls take a look at the image: https://drive.google.com/file/d/1rIOHg5xYGDijs82nEAzmInyXy1o214oq/view?usp=sharing |
Another solution is to embed this node into your workflow. This node will write metadata in the A1111 format into the images, and then you'll be able to manage ComfyUI's images just as you would with images from A1111, no matter how complex your workflow is or how many custom nodes you use. |
And quick one: You can make a Shortcut in windows, and than drag that to anywhere you like.
|
我有一个思路,用一个Iframe展示ComfyUI网址,触发拖拽事件 (ComfyUI 可以直接拖入图片打开工作流),从而用ComfyUI本身来展示工作流 |
The comfyui metadata is still not read by IIB. I can provide some exemples if needed. |
It's probably a lot to ask, but might as well try.
Basically whenever you get an image and its generated with comfyui, the generational data isnt shown in this extension. I would like a way for it to be shown.
Again, probably asking a lot but it cant hurt to ask.
The text was updated successfully, but these errors were encountered: