diff --git a/README.md b/README.md index 5d22a85c..fb87f28b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ To install ComfyUI-Manager in addition to an existing installation of ComfyUI, y ### Installation[method3] (Installation for linux+venv: ComfyUI + ComfyUI-Manager) To install ComfyUI with ComfyUI-Manager on Linux using a venv environment, you can follow these steps: +prerequisite: python-is-python3, python3-venv 1. Download [scripts/install-comfyui-venv-linux.sh](https://github.com/ltdrdata/ComfyUI-Manager/raw/main/scripts/install-comfyui-venv-linux.sh) into empty install directory - ComfyUI will be installed in the subdirectory of the specified directory, and the directory will contain the generated executable script. @@ -146,7 +147,7 @@ This repository provides Colab notebooks that allow you to install and use Comfy * Please submit a pull request to update either the custom-node-list.json or model-list.json file. * The scanner currently provides a detection function for missing nodes, which is capable of detecting nodes described by the following two patterns. - * Or you can provide manually `node_list.json` file. + * Or you can provide manually `node_list.json` file. ``` NODE_CLASS_MAPPINGS = { @@ -209,7 +210,6 @@ NODE_CLASS_MAPPINGS.update({ * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension * https://github.com/senshilabs/NINJA-plugin * https://github.com/MockbaTheBorg/Nodes -* https://github.com/filliptm/ComfyUI_Fill-Nodes ## Roadmap @@ -227,3 +227,9 @@ NODE_CLASS_MAPPINGS.update({ # Disclaimer * This extension simply provides the convenience of installing custom nodes and does not guarantee their proper functioning. + + +## Credit +ComfyUI/[ComfyUI](https://github.com/comfyanonymous/ComfyUI) - A powerful and modular stable diffusion GUI. + +**And, for all ComfyUI custom node developers** diff --git a/custom-node-list.json b/custom-node-list.json index f1bc6e2f..1734fb49 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3159,6 +3159,16 @@ "install_type": "git-clone", "description": "Nodes:BatchImageResizeProcessor, SingleImagePathLoader, SingleImageUrlLoader" }, + { + "author": "filliptm", + "title": "ComfyUI_Fill-Nodes", + "reference": "https://github.com/filliptm/ComfyUI_Fill-Nodes", + "files": [ + "https://github.com/filliptm/ComfyUI_Fill-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:FL Image Randomizer. The start of a pack that I will continue to build out to fill the gaps of nodes and functionality that I feel is missing in comfyUI" + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 882badce..e2021911 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "filliptm", + "title": "ComfyUI_Fill-Nodes", + "reference": "https://github.com/filliptm/ComfyUI_Fill-Nodes", + "files": [ + "https://github.com/filliptm/ComfyUI_Fill-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:FL Image Randomizer. The start of a pack that I will continue to build out to fill the gaps of nodes and functionality that I feel is missing in comfyUI" + }, { "author": "thecooltechguy", "title": "ComfyUI-MagicAnimate",