ComfyUI_Custom_Nodes_AlekPet icon indicating copy to clipboard operation
ComfyUI_Custom_Nodes_AlekPet copied to clipboard

Feature request - piping in an image

Open CaptainGrock opened this issue 2 years ago • 6 comments

Hi - this is an amazing node so far! Is there a way to include a way (possibly an image input parameter) to allow you to automatically (via workflow) send an image into the paint space? An example of how another node that does this is here - https://github.com/Lerc/canvas_tab (though it would be easier to simply connect up an image output from somewhere else and connecting it to the input of this node, etc.

image

CaptainGrock avatar Dec 11 '23 19:12 CaptainGrock

Probably everything is possible, but we need to look at how best to implement it, because... images are obtained after generation or a request is made to the script from the front end, and then downloaded. I haven’t had time to look at this script yet, but they already wrote https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/issues/20

AlekPet avatar Dec 12 '23 20:12 AlekPet

Is there an update on adding this feature?

mattymatty avatar Mar 09 '24 23:03 mattymatty

Is there an update on adding this feature?

Not yet, I think even if i'am do this, it will most likely be the background or image, in PainterNode. I'll see what I can do, I'm currently working on another feature =).

AlekPet avatar Mar 12 '24 19:03 AlekPet

Is there an update on adding this feature?

Add piping: https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/tree/master/PainterNode#piping

AlekPet avatar May 10 '24 11:05 AlekPet

Hi - i just updated the custom node set and tried to connect VAE decode image to the input of the painter node and it still wouldn't connect to it. Is there anything else special I need to do to get this to work?

CaptainGrock avatar May 10 '24 18:05 CaptainGrock

Hi - i just updated the custom node set and tried to connect VAE decode image to the input of the painter node and it still wouldn't connect to it. Is there anything else special I need to do to get this to work?

Hello! Check if my AlekPet_Nodes folder is in the web/extensions folder, if so, delete the folder. Now all files are collected in custom_nodes/ComfyUI_Custom_Nodes_AlekPet/web_alekpet_nodes . Alternatively, you can completely move the ComfyUI_Custom_Nodes_AlekPet folder from custom_nodes/ somewhere (or delete it) and reinstall it via git clone

Also check if you have updated the node, there should be a Settings button at the bottom with a key icon to control piping

AlekPet avatar May 11 '24 07:05 AlekPet