-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Self Checks (Required)
- This is only for bug report, if you would like to ask a question, please head to Discussions.
- I have searched for existing issues search for existing issues, including closed ones.
Cloud or Self Hosted (Required)
Self Hosted
Version (only for Self Hosted) (Optional)
Steps to reproduce (Required)
- Copy an image to the clipboard.
- Navigate to a workflow containing an "Image File Node" (also referred to as "Load Image" node).
- Select the Image File Node.
- Press Ctrl+V (on Windows/Linux) or Command+V (on macOS).

Expected Behavior (Optional)
The image from the clipboard should be uploaded to the Image File Node, and a preview of the image should be displayed within the node.
Actual Behavior (Optional)
The functionality to upload an image from the clipboard to an Image File Node using the Ctrl/Command + V keyboard shortcut has ceased to work. This was a previously functional feature that has apparently regressed.
Pasting an image from the clipboard into the Image File Node no longer works. In some cases, this action results in a blank load image node being created. This prevents users from quickly importing images into their workflows without having to manually save and load files.
Additional Context (Optional)
This issue appears to be related to how the application handles image data from the clipboard. There have been discussions and bug reports related to similar issues in the ComfyUI community, including problems with pasting images into the "Load Image" node. Some users have also developed custom nodes to specifically address loading images from the clipboard, which suggests that the core functionality may have inconsistencies.