diffusionbee-stable-diffusion-ui
diffusionbee-stable-diffusion-ui copied to clipboard
Feature Request: Cmd+C to Copy previewed image to clipboard
If the user clicks on an image it comes up in a Preview window. Can the user copy it to their Clipboard? In current state, I screenshot it, if I don't want to bother saving. This can then be shuttled to another App and pasted. Thanks for considering!
In the meantime you can grab all rendered images from /Users/username/.diffusionbee/images.
In Finder, either hit ⌘+shift+period to toggle/browse hidden files and folders, or ⌘+shift+G and paste in ~/.diffusionbee/images to go directly there. Add to your Finder window sidebar for quick access.
Good suggestion. That's a great way to access quickly and even pull multiple images into Photoshop for instance. Still might be an okay QOL sort of addition, but otherwise there are plenty of other ways to get to the files.
Adding a CMD + C shortcut may be tricky when generating multiple images from a single prompt. Which one should be copied? But I think the context menu may be a workaround. Here's a PR that adds a context menu.
piotrski - Agreed that this could be helpful when we are talking about the Main Screen. This context menu could appear on hover.
However, I am talking about the Preview context that appears after the user clicks an image from this Main Screen. The user has already specified what image they want to copy by choosing an image to Preview and being in that Preview context.
Please add "copy image to clipboard" to the context menu (the one that has "Save Image" "Upscale Image" etc in it)
I think it would also work to have an image-highlight UI so it's clear which image "command-c" is meant to apply to, but this would be more of a nice to have