mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
update DB
This commit is contained in:
parent
284e90dc82
commit
9bb1c357e9
@ -167,8 +167,8 @@ NODE_CLASS_MAPPINGS.update({
|
|||||||
|
|
||||||
* https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes
|
* https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes
|
||||||
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
|
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
|
||||||
* https://github.com/laksjdjf/pfg-ComfyUI
|
|
||||||
* https://github.com/senshilabs/NINJA-plugin
|
* https://github.com/senshilabs/NINJA-plugin
|
||||||
|
* https://github.com/Beinsezii/bsz-cui-extras
|
||||||
|
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|||||||
@ -76,7 +76,7 @@ config_path = os.path.join(os.path.dirname(__file__), "config.ini")
|
|||||||
cached_config = None
|
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:
|
with open(os.path.join(comfyui_manager_path, 'channels.list'), 'r') as file:
|
||||||
channels = file.read()
|
channels = file.read()
|
||||||
default_channels = channels.replace('\n', ',')
|
default_channels = channels.replace('\n', ',')
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
|
default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
|
||||||
new::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new
|
recent::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new
|
||||||
@ -1262,6 +1262,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:Load IPAdapter. This custom nodes provides loader of the IP-Adapter model.<p style='background-color: black; color: red;'>NOTE: To use this extension node, you need to download the <a href='https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin'>ip-adapter_sd15.bin</a> file and place it in the <font color='white'><B>custom_nodes/IPAdapter-ComfyUI/models</B></font> directory. Additionally, you need to download the 'Clip vision model' from the 'Install models' menu as well.</P>"
|
"description": "Nodes:Load IPAdapter. This custom nodes provides loader of the IP-Adapter model.<p style='background-color: black; color: red;'>NOTE: To use this extension node, you need to download the <a href='https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin'>ip-adapter_sd15.bin</a> file and place it in the <font color='white'><B>custom_nodes/IPAdapter-ComfyUI/models</B></font> directory. Additionally, you need to download the 'Clip vision model' from the 'Install models' menu as well.</P>"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"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 <B>Install Models</B>)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "alsritter",
|
"author": "alsritter",
|
||||||
"title": "asymmetric-tiling-comfyui",
|
"title": "asymmetric-tiling-comfyui",
|
||||||
@ -1490,16 +1500,6 @@
|
|||||||
"install_type": "copy",
|
"install_type": "copy",
|
||||||
"description": "Nodes:CLIPTextEncodeWithWildcards. This wildcard node is a wildcard node that operates based on the seed."
|
"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",
|
"author": "throttlekitty",
|
||||||
"title": "SDXLCustomAspectRatio",
|
"title": "SDXLCustomAspectRatio",
|
||||||
|
|||||||
@ -49,16 +49,6 @@
|
|||||||
"title_aux": "Masquerade Nodes"
|
"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": [
|
"https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [
|
||||||
[
|
[
|
||||||
"BatchJoinAudio",
|
"BatchJoinAudio",
|
||||||
@ -1654,6 +1644,14 @@
|
|||||||
"title_aux": "IPAdapter-ComfyUI"
|
"title_aux": "IPAdapter-ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/laksjdjf/pfg-ComfyUI": [
|
||||||
|
[
|
||||||
|
"PFG"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "pfg-ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/lilly1987/ComfyUI_node_Lilly": [
|
"https://github.com/lilly1987/ComfyUI_node_Lilly": [
|
||||||
[
|
[
|
||||||
"CheckpointLoaderSimpleText",
|
"CheckpointLoaderSimpleText",
|
||||||
|
|||||||
@ -990,6 +990,36 @@
|
|||||||
"reference": "https://huggingface.co/h94/IP-Adapter",
|
"reference": "https://huggingface.co/h94/IP-Adapter",
|
||||||
"filename": "ip-adapter_sd15.bin",
|
"filename": "ip-adapter_sd15.bin",
|
||||||
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -120,6 +120,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:Load IPAdapter. This custom nodes provides loader of the IP-Adapter model.<p style='background-color: black; color: red;'>NOTE: To use this extension node, you need to download the <a href='https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin'>ip-adapter_sd15.bin</a> file and place it in the <font color='white'><B>custom_nodes/IPAdapter-ComfyUI/models</B></font> directory. Additionally, you need to download the 'Clip vision model' from the 'Install models' menu as well.</P>"
|
"description": "Nodes:Load IPAdapter. This custom nodes provides loader of the IP-Adapter model.<p style='background-color: black; color: red;'>NOTE: To use this extension node, you need to download the <a href='https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin'>ip-adapter_sd15.bin</a> file and place it in the <font color='white'><B>custom_nodes/IPAdapter-ComfyUI/models</B></font> directory. Additionally, you need to download the 'Clip vision model' from the 'Install models' menu as well.</P>"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"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 <B>Install Models</B>)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Girish Gopaul",
|
"author": "Girish Gopaul",
|
||||||
"title": "Save Image with Generation Metadata",
|
"title": "Save Image with Generation Metadata",
|
||||||
|
|||||||
@ -49,16 +49,6 @@
|
|||||||
"title_aux": "Masquerade Nodes"
|
"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": [
|
"https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [
|
||||||
[
|
[
|
||||||
"BatchJoinAudio",
|
"BatchJoinAudio",
|
||||||
@ -1654,6 +1644,14 @@
|
|||||||
"title_aux": "IPAdapter-ComfyUI"
|
"title_aux": "IPAdapter-ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/laksjdjf/pfg-ComfyUI": [
|
||||||
|
[
|
||||||
|
"PFG"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "pfg-ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/lilly1987/ComfyUI_node_Lilly": [
|
"https://github.com/lilly1987/ComfyUI_node_Lilly": [
|
||||||
[
|
[
|
||||||
"CheckpointLoaderSimpleText",
|
"CheckpointLoaderSimpleText",
|
||||||
|
|||||||
@ -207,6 +207,36 @@
|
|||||||
"reference": "https://huggingface.co/h94/IP-Adapter",
|
"reference": "https://huggingface.co/h94/IP-Adapter",
|
||||||
"filename": "ip-adapter_sd15.bin",
|
"filename": "ip-adapter_sd15.bin",
|
||||||
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user