Most archives are a simple matter of unzipping them into the right folder. If they take more than that, the author generally provides instructions.
Most archives are a simple matter of unzipping them into the right folder. If they take more than that, the author generally provides instructions.
* If the zip has only files ending in `.py`, put them directly in `custom_nodes`
* If the zip has only files ending in `.py`, put them directly in `custom_nodes`
* if the zip has a folder/directory, put it (and the files inside it), in `custom_nodes`
* if the zip has a folder/directory, put it (and the files inside it), in `custom_nodes`
* note, if the folder doesn't contain a file called __init__.py an error will be shown in the console when comfy starts. While annoying, the error can be ignored.
* note, if the folder doesn't contain a file called `__init__.py` an error will be shown in the console when comfy starts. While annoying, the error can be ignored.
### Installing from git
### Installing from git
The proceedure is the same as installing the node manager.
The proceedure is the same as installing the node manager.
* copy the url from the green code box on the repo
* copy the url from the green code box on the repo