mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
3ffb581067
commit
4f0f448dd1
@ -1557,16 +1557,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:SDXL Empty Latent Image. An extension node for ComfyUI that allows you to select a resolution from the pre-defined json files and output a Latent Image."
|
||||
},
|
||||
{
|
||||
"author": "laksjdjf",
|
||||
"title": "IPAdapter-ComfyUI",
|
||||
"reference": "https://github.com/laksjdjf/IPAdapter-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/laksjdjf/IPAdapter-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Load IPAdapter. This custom nodes provides loader of the IP-Adapter model.[w/NOTE: To use this extension node, you need to download the [a/ip-adapter_sd15.bin](https://huggingface.co/h94/IP-Adapter/resolve/main/models/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",
|
||||
@ -3078,6 +3068,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This is an Extension for ComfyUI, which adds a button, CLS, to clear the console window."
|
||||
},
|
||||
{
|
||||
"author": "Haoming02",
|
||||
"title": "ComfyUI Menu Anchor",
|
||||
"reference": "https://github.com/Haoming02/comfyui-menu-anchor",
|
||||
"files": [
|
||||
"https://github.com/Haoming02/comfyui-menu-anchor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is an Extension for ComfyUI, which moves the menu to the specified corner on startup."
|
||||
},
|
||||
{
|
||||
"author": "bedovyy",
|
||||
"title": "ComfyUI_NAIDGenerator",
|
||||
|
||||
@ -2696,7 +2696,8 @@
|
||||
],
|
||||
"https://github.com/brianfitzgerald/style_aligned_comfy": [
|
||||
[
|
||||
"StyleAlignedPatch"
|
||||
"StyleAlignedBatchAlign",
|
||||
"StyleAlignedReferenceSampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "StyleAligned for ComfyUI"
|
||||
@ -3856,15 +3857,6 @@
|
||||
"title_aux": "abg-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/laksjdjf/IPAdapter-ComfyUI": [
|
||||
[
|
||||
"IPAdapter",
|
||||
"ImageCrop"
|
||||
],
|
||||
{
|
||||
"title_aux": "IPAdapter-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/laksjdjf/LCMSampler-ComfyUI": [
|
||||
[
|
||||
"SamplerLCM",
|
||||
@ -4117,6 +4109,7 @@
|
||||
"CacheBackendDataNumberKeyList //Inspire",
|
||||
"Canny_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"ChangeImageBatchSize //Inspire",
|
||||
"CheckpointLoaderSimpleShared //Inspire",
|
||||
"Color_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"ConcatConditioningsWithMultiplier //Inspire",
|
||||
"DWPreprocessor_Provider_for_SEGS //Inspire",
|
||||
|
||||
@ -1,5 +1,24 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "#NOTICE_1.13",
|
||||
"title": "NOTICE: This channel is not the default channel.",
|
||||
"reference": "https://github.com/ltdrdata/ComfyUI-Manager",
|
||||
"files": [],
|
||||
"install_type": "git-clone",
|
||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nLegacy channel provides only the list of the deprecated nodes. If you want to find the complete node list, please go to the Default channel."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "laksjdjf",
|
||||
"title": "IPAdapter-ComfyUI",
|
||||
"reference": "https://github.com/laksjdjf/IPAdapter-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/laksjdjf/IPAdapter-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom nodes provides loader of the IP-Adapter model.[w/NOTE: To use this extension node, you need to download the [a/ip-adapter_sd15.bin](https://huggingface.co/h94/IP-Adapter/resolve/main/models/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.]<BR>NOTE: Use ComfyUI_IPAdapter_plus instead of this."
|
||||
},
|
||||
{
|
||||
"author": "RockOfFire",
|
||||
"title": "CR Animation Nodes",
|
||||
|
||||
@ -9,6 +9,16 @@
|
||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "Haoming02",
|
||||
"title": "ComfyUI Menu Anchor",
|
||||
"reference": "https://github.com/Haoming02/comfyui-menu-anchor",
|
||||
"files": [
|
||||
"https://github.com/Haoming02/comfyui-menu-anchor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is an Extension for ComfyUI, which moves the menu to the specified corner on startup."
|
||||
},
|
||||
{
|
||||
"author": "glifxyz",
|
||||
"title": "ComfyUI-GlifNodes",
|
||||
|
||||
@ -2696,7 +2696,8 @@
|
||||
],
|
||||
"https://github.com/brianfitzgerald/style_aligned_comfy": [
|
||||
[
|
||||
"StyleAlignedPatch"
|
||||
"StyleAlignedBatchAlign",
|
||||
"StyleAlignedReferenceSampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "StyleAligned for ComfyUI"
|
||||
@ -3856,15 +3857,6 @@
|
||||
"title_aux": "abg-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/laksjdjf/IPAdapter-ComfyUI": [
|
||||
[
|
||||
"IPAdapter",
|
||||
"ImageCrop"
|
||||
],
|
||||
{
|
||||
"title_aux": "IPAdapter-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/laksjdjf/LCMSampler-ComfyUI": [
|
||||
[
|
||||
"SamplerLCM",
|
||||
@ -4117,6 +4109,7 @@
|
||||
"CacheBackendDataNumberKeyList //Inspire",
|
||||
"Canny_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"ChangeImageBatchSize //Inspire",
|
||||
"CheckpointLoaderSimpleShared //Inspire",
|
||||
"Color_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"ConcatConditioningsWithMultiplier //Inspire",
|
||||
"DWPreprocessor_Provider_for_SEGS //Inspire",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user