Custom Nodes for ComfyUI
These are a collection of nodes I have made to help me in my workflows. None of the nodes here require any external dependencies or packages that aren't part of the base ComfyUI install so they should be plug and play.
Installation
Download the node's .zip file
Extract it into your
ComfyUI\custom_nodesfolderRestart your ComfyUI server instance
Refresh the browse you are using for ComfyUI
Have fun!
Let me know if you see any issues.
Description
Unzip the contents into your ComfyUI\custom_nodes folder and restart ComfyUI and refresh your browser. The new node should show up under image in the UI. This node will take the provided image and combines a few of the other nodes I have to make it a single step process to make a contrast mask from it. This is a simple node that allows you to preview an image as it is being decoded. It does not save the image by design, but it does output it if one wanted to do so.
FAQ
Comments (8)
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\ComfyUI_Portable\\ComfyUI\\custom_nodes\\Custom Nodes by xss\\__init__.py'
I found same error , how did you solve ?
I've seen the same error - please post if you find a solution
The easiest way to resolve this is to not nest the custom nodes in a subfolder, in this case place the .py files directly inside of "custom_nodes" and not under a subfolder like "Custom Nodes by xss". It is possible to modify my nodes to run in this way, but one would have to repackage them as a single library containing all the nodes, which isn't how I personally use them.
@oppo4ppc @EricRollei21 To resolve this, delete ComfyUI Manager or anything from custom_nodes folder, then download the Manager for the portable version.... here... https://github.com/ltdrdata/ComfyUI-Manager/raw/main/scripts/install-manager-for-portable-version.bat, or follow the instructions for your specific installation of ComfyUI here: https://github.com/ltdrdata/ComfyUI-Manager, this is most likely to happen when you download the Manager and just copy pasted it in the custom_nodes folder and then for some reason it duplicates the install
@Morpheus3nity I haven't had this error since days after I posted. For me the solution was permissions in the directory that I had my ComfyUI. Sorry I did not come back to this for so long.
@Morpheus3nity I haven't had this error since days after I posted. For me the solution was permissions in the directory that I had my ComfyUI. Sorry I did not come back to this for so long.
@Morpheus3nity I haven't had this error since days after I posted. For me the solution was permissions in the directory that I had my ComfyUI. Sorry I did not come back to this for so long.
