Feature request - piping in an image
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.
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
Is there an update on adding this feature?
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 =).
Is there an update on adding this feature?
Add piping: https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/tree/master/PainterNode#piping
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?
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