From 9bb1c357e92afc394dd830fabf7561d24bd4da9f Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 22 Aug 2023 09:41:05 +0900 Subject: [PATCH] update DB --- README.md | 2 +- __init__.py | 2 +- channels.list | 2 +- custom-node-list.json | 20 +++++++++---------- extension-node-map.json | 18 ++++++++--------- model-list.json | 30 +++++++++++++++++++++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 18 ++++++++--------- node_db/new/model-list.json | 30 +++++++++++++++++++++++++++++ 9 files changed, 99 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 2fff17a..073241d 100644 --- a/README.md +++ b/README.md @@ -167,8 +167,8 @@ NODE_CLASS_MAPPINGS.update({ * https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension -* https://github.com/laksjdjf/pfg-ComfyUI * https://github.com/senshilabs/NINJA-plugin +* https://github.com/Beinsezii/bsz-cui-extras ## Roadmap diff --git a/__init__.py b/__init__.py index b3b0056..7668b39 100644 --- a/__init__.py +++ b/__init__.py @@ -76,7 +76,7 @@ config_path = os.path.join(os.path.dirname(__file__), "config.ini") cached_config = None -default_channels = 'default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main,new::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new,' +default_channels = 'default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main,recent::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new,' with open(os.path.join(comfyui_manager_path, 'channels.list'), 'r') as file: channels = file.read() default_channels = channels.replace('\n', ',') diff --git a/channels.list b/channels.list index 75edf75..8cf859e 100644 --- a/channels.list +++ b/channels.list @@ -1,2 +1,2 @@ default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main -new::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new \ No newline at end of file +recent::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index fb08469..7574ff7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1262,6 +1262,16 @@ "install_type": "git-clone", "description": "Nodes:Load IPAdapter. This custom nodes provides loader of the IP-Adapter model.

NOTE: To use this extension node, you need to download the ip-adapter_sd15.bin file and place it in the custom_nodes/IPAdapter-ComfyUI/models directory. Additionally, you need to download the 'Clip vision model' from the 'Install models' menu as well.

" }, + { + "author": "laksjdjf", + "title": "pfg-ComfyUI", + "reference": "https://github.com/laksjdjf/pfg-ComfyUI", + "files": [ + "https://github.com/laksjdjf/pfg-ComfyUI" + ], + "install_type": "git-clone", + "description": "ComfyUI version of https://github.com/laksjdjf/pfg-webui. (To use this extension, you need to download the required model file from Install Models)" + }, { "author": "alsritter", "title": "asymmetric-tiling-comfyui", @@ -1490,16 +1500,6 @@ "install_type": "copy", "description": "Nodes:CLIPTextEncodeWithWildcards. This wildcard node is a wildcard node that operates based on the seed." }, - { - "author": "Beinsezii", - "title": "bsz-cui-extras", - "reference": "https://github.com/Beinsezii/bsz-cui-extras", - "files": [ - "https://github.com/Beinsezii/bsz-cui-extras/raw/master/custom_nodes/bsz-auto-hires.py" - ], - "install_type": "copy", - "description": "Contains 3 nodes each with a different means to the same end result. These nodes are designed to automatically calculate the appropriate latent sizes when performing a 'Hi Res Fix' style workflow." - }, { "author": "throttlekitty", "title": "SDXLCustomAspectRatio", diff --git a/extension-node-map.json b/extension-node-map.json index 5241ebc..47bcb3f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -49,16 +49,6 @@ "title_aux": "Masquerade Nodes" } ], - "https://github.com/Beinsezii/bsz-cui-extras/raw/master/custom_nodes/bsz-auto-hires.py": [ - [ - "BSZAbsoluteHires", - "BSZAspectHires", - "BSZCombinedHires" - ], - { - "title_aux": "bsz-cui-extras" - } - ], "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ [ "BatchJoinAudio", @@ -1654,6 +1644,14 @@ "title_aux": "IPAdapter-ComfyUI" } ], + "https://github.com/laksjdjf/pfg-ComfyUI": [ + [ + "PFG" + ], + { + "title_aux": "pfg-ComfyUI" + } + ], "https://github.com/lilly1987/ComfyUI_node_Lilly": [ [ "CheckpointLoaderSimpleText", diff --git a/model-list.json b/model-list.json index df93b17..0e9180f 100644 --- a/model-list.json +++ b/model-list.json @@ -990,6 +990,36 @@ "reference": "https://huggingface.co/h94/IP-Adapter", "filename": "ip-adapter_sd15.bin", "url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin" + }, + { + "name": "pfg-novel-n10.pt", + "type": "PFG", + "base": "SD1.5", + "save_path": "custom_nodes/pfg-ComfyUI/models", + "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/furusu/PFG", + "filename": "pfg-novel-n10.pt", + "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-novel-n10.pt" + }, + { + "name": "pfg-wd14-n10.pt", + "type": "PFG", + "base": "SD1.5", + "save_path": "custom_nodes/pfg-ComfyUI/models", + "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/furusu/PFG", + "filename": "pfg-wd14-n10.pt", + "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-wd14-n10.pt" + }, + { + "name": "pfg-wd15beta2-n10.pt", + "type": "PFG", + "base": "SD1.5", + "save_path": "custom_nodes/pfg-ComfyUI/models", + "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/furusu/PFG", + "filename": "pfg-wd15beta2-n10.pt", + "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-wd15beta2-n10.pt" } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 0cb89ee..f827b89 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -120,6 +120,16 @@ "install_type": "git-clone", "description": "Nodes:Load IPAdapter. This custom nodes provides loader of the IP-Adapter model.

NOTE: To use this extension node, you need to download the ip-adapter_sd15.bin file and place it in the custom_nodes/IPAdapter-ComfyUI/models directory. Additionally, you need to download the 'Clip vision model' from the 'Install models' menu as well.

" }, + { + "author": "laksjdjf", + "title": "pfg-ComfyUI", + "reference": "https://github.com/laksjdjf/pfg-ComfyUI", + "files": [ + "https://github.com/laksjdjf/pfg-ComfyUI" + ], + "install_type": "git-clone", + "description": "ComfyUI version of https://github.com/laksjdjf/pfg-webui. (To use this extension, you need to download the required model file from Install Models)" + }, { "author": "Girish Gopaul", "title": "Save Image with Generation Metadata", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 5241ebc..47bcb3f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -49,16 +49,6 @@ "title_aux": "Masquerade Nodes" } ], - "https://github.com/Beinsezii/bsz-cui-extras/raw/master/custom_nodes/bsz-auto-hires.py": [ - [ - "BSZAbsoluteHires", - "BSZAspectHires", - "BSZCombinedHires" - ], - { - "title_aux": "bsz-cui-extras" - } - ], "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ [ "BatchJoinAudio", @@ -1654,6 +1644,14 @@ "title_aux": "IPAdapter-ComfyUI" } ], + "https://github.com/laksjdjf/pfg-ComfyUI": [ + [ + "PFG" + ], + { + "title_aux": "pfg-ComfyUI" + } + ], "https://github.com/lilly1987/ComfyUI_node_Lilly": [ [ "CheckpointLoaderSimpleText", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 814216b..2c326f1 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -207,6 +207,36 @@ "reference": "https://huggingface.co/h94/IP-Adapter", "filename": "ip-adapter_sd15.bin", "url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin" + }, + { + "name": "pfg-novel-n10.pt", + "type": "PFG", + "base": "SD1.5", + "save_path": "custom_nodes/pfg-ComfyUI/models", + "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/furusu/PFG", + "filename": "pfg-novel-n10.pt", + "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-novel-n10.pt" + }, + { + "name": "pfg-wd14-n10.pt", + "type": "PFG", + "base": "SD1.5", + "save_path": "custom_nodes/pfg-ComfyUI/models", + "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/furusu/PFG", + "filename": "pfg-wd14-n10.pt", + "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-wd14-n10.pt" + }, + { + "name": "pfg-wd15beta2-n10.pt", + "type": "PFG", + "base": "SD1.5", + "save_path": "custom_nodes/pfg-ComfyUI/models", + "description": "Pressing 'install' directly downloads the model from the pfg-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", + "reference": "https://huggingface.co/furusu/PFG", + "filename": "pfg-wd15beta2-n10.pt", + "url": "https://huggingface.co/furusu/PFG/resolve/main/pfg-wd15beta2-n10.pt" } ] }