update README

update DB
This commit is contained in:
Dr.Lt.Data 2023-12-08 11:45:46 +09:00
parent e558a493ec
commit aeeca1adcd
3 changed files with 28 additions and 2 deletions

View File

@ -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) ### 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: 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 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. - 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. * 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. * 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 = { NODE_CLASS_MAPPINGS = {
@ -209,7 +210,6 @@ NODE_CLASS_MAPPINGS.update({
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
* https://github.com/senshilabs/NINJA-plugin * https://github.com/senshilabs/NINJA-plugin
* https://github.com/MockbaTheBorg/Nodes * https://github.com/MockbaTheBorg/Nodes
* https://github.com/filliptm/ComfyUI_Fill-Nodes
## Roadmap ## Roadmap
@ -227,3 +227,9 @@ NODE_CLASS_MAPPINGS.update({
# Disclaimer # Disclaimer
* This extension simply provides the convenience of installing custom nodes and does not guarantee their proper functioning. * 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**

View File

@ -3159,6 +3159,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:BatchImageResizeProcessor, SingleImagePathLoader, SingleImageUrlLoader" "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", "author": "Ser-Hilary",
"title": "SDXL_sizing", "title": "SDXL_sizing",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "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", "author": "thecooltechguy",
"title": "ComfyUI-MagicAnimate", "title": "ComfyUI-MagicAnimate",