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
c80ca12abd
commit
d84301148a
@ -4304,6 +4304,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A pony prompt helper extension for AUTOMATIC1111's Stable Diffusion Web UI and ComfyUI that utilizes the full power of your favorite booru query syntax. Currently supports [a/Derpibooru](https://derpibooru/org) and [a/E621](https://e621.net/)."
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI-DDColor",
|
||||
"reference": "https://github.com/kijai/ComfyUI-DDColor",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-DDColor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "chflame163",
|
||||
"title": "ComfyUI Layer Style",
|
||||
"reference": "https://github.com/chflame163/ComfyUI_LayerStyle",
|
||||
"files": [
|
||||
"https://github.com/chflame163/ComfyUI_LayerStyle"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1616,7 +1616,11 @@
|
||||
"ImageListSelect(FaceParsing)",
|
||||
"ImagePadWithBBox(FaceParsing)",
|
||||
"ImageResizeCalculator(FaceParsing)",
|
||||
"ImageResizeWithBBox(FaceParsing)",
|
||||
"ImageSize(FaceParsing)",
|
||||
"LatentCropWithBBox(FaceParsing)",
|
||||
"LatentInsertWithBBox(FaceParsing)",
|
||||
"LatentSize(FaceParsing)",
|
||||
"MaskComposite(FaceParsing)",
|
||||
"MaskListComposite(FaceParsing)",
|
||||
"MaskListSelect(FaceParsing)",
|
||||
@ -2026,6 +2030,7 @@
|
||||
"CR Split String",
|
||||
"CR Starburst Colors",
|
||||
"CR Starburst Lines",
|
||||
"CR String To Boolean",
|
||||
"CR String To Combo",
|
||||
"CR String To Number",
|
||||
"CR Style Bars",
|
||||
@ -3505,6 +3510,14 @@
|
||||
"title_aux": "ComfyUI-MotionCtrl-SVD"
|
||||
}
|
||||
],
|
||||
"https://github.com/chflame163/ComfyUI_LayerStyle": [
|
||||
[
|
||||
"LayerStyle_DropShadow"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Layer Style"
|
||||
}
|
||||
],
|
||||
"https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [
|
||||
[
|
||||
"Input Trigger",
|
||||
@ -4754,6 +4767,14 @@
|
||||
"title_aux": "Knodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-DDColor": [
|
||||
[
|
||||
"DDColor_Colorize"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DDColor"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-KJNodes": [
|
||||
[
|
||||
"AddLabel",
|
||||
@ -4990,6 +5011,7 @@
|
||||
"Base64ToMask",
|
||||
"ImageToBase64",
|
||||
"ImageToBase64Advanced",
|
||||
"LoadImageFromUrl",
|
||||
"LoadImageToBase64",
|
||||
"MaskImageToBase64",
|
||||
"MaskToBase64",
|
||||
@ -5260,6 +5282,7 @@
|
||||
"RegionalSeedExplorerMask //Inspire",
|
||||
"RemoveBackendData //Inspire",
|
||||
"RemoveBackendDataNumberKey //Inspire",
|
||||
"RemoveControlNet //Inspire",
|
||||
"RetrieveBackendData //Inspire",
|
||||
"RetrieveBackendDataNumberKey //Inspire",
|
||||
"SeedExplorer //Inspire",
|
||||
|
||||
@ -122,6 +122,15 @@
|
||||
"title_aux": "ComfyUI-AnyText\uff08WIP\uff09"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker": [
|
||||
[
|
||||
"PhotoMaker_Batch_Zho",
|
||||
"PhotoMaker_Zho"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI PhotoMaker (WIP)"
|
||||
}
|
||||
],
|
||||
"https://github.com/alt-key-project/comfyui-dream-video-batches": [
|
||||
[
|
||||
"Blended Transition [DVB]",
|
||||
@ -632,6 +641,14 @@
|
||||
"title_aux": "comfy-trt-test [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/poisenbery/NudeNet-Detector-Provider": [
|
||||
[
|
||||
"NudeNetDetectorProvider"
|
||||
],
|
||||
{
|
||||
"title_aux": "NudeNet-Detector-Provider [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/solarpush/comfyui_sendimage_node": [
|
||||
[
|
||||
"Send_To_Pod"
|
||||
|
||||
@ -10,6 +10,26 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "chflame163",
|
||||
"title": "ComfyUI Layer Style",
|
||||
"reference": "https://github.com/chflame163/ComfyUI_LayerStyle",
|
||||
"files": [
|
||||
"https://github.com/chflame163/ComfyUI_LayerStyle"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress."
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI-DDColor",
|
||||
"reference": "https://github.com/kijai/ComfyUI-DDColor",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-DDColor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "prozacgod",
|
||||
"title": "ComfyUI Multi-Workspace",
|
||||
|
||||
@ -1616,7 +1616,11 @@
|
||||
"ImageListSelect(FaceParsing)",
|
||||
"ImagePadWithBBox(FaceParsing)",
|
||||
"ImageResizeCalculator(FaceParsing)",
|
||||
"ImageResizeWithBBox(FaceParsing)",
|
||||
"ImageSize(FaceParsing)",
|
||||
"LatentCropWithBBox(FaceParsing)",
|
||||
"LatentInsertWithBBox(FaceParsing)",
|
||||
"LatentSize(FaceParsing)",
|
||||
"MaskComposite(FaceParsing)",
|
||||
"MaskListComposite(FaceParsing)",
|
||||
"MaskListSelect(FaceParsing)",
|
||||
@ -2026,6 +2030,7 @@
|
||||
"CR Split String",
|
||||
"CR Starburst Colors",
|
||||
"CR Starburst Lines",
|
||||
"CR String To Boolean",
|
||||
"CR String To Combo",
|
||||
"CR String To Number",
|
||||
"CR Style Bars",
|
||||
@ -3505,6 +3510,14 @@
|
||||
"title_aux": "ComfyUI-MotionCtrl-SVD"
|
||||
}
|
||||
],
|
||||
"https://github.com/chflame163/ComfyUI_LayerStyle": [
|
||||
[
|
||||
"LayerStyle_DropShadow"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Layer Style"
|
||||
}
|
||||
],
|
||||
"https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [
|
||||
[
|
||||
"Input Trigger",
|
||||
@ -4754,6 +4767,14 @@
|
||||
"title_aux": "Knodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-DDColor": [
|
||||
[
|
||||
"DDColor_Colorize"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DDColor"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-KJNodes": [
|
||||
[
|
||||
"AddLabel",
|
||||
@ -4990,6 +5011,7 @@
|
||||
"Base64ToMask",
|
||||
"ImageToBase64",
|
||||
"ImageToBase64Advanced",
|
||||
"LoadImageFromUrl",
|
||||
"LoadImageToBase64",
|
||||
"MaskImageToBase64",
|
||||
"MaskToBase64",
|
||||
@ -5260,6 +5282,7 @@
|
||||
"RegionalSeedExplorerMask //Inspire",
|
||||
"RemoveBackendData //Inspire",
|
||||
"RemoveBackendDataNumberKey //Inspire",
|
||||
"RemoveControlNet //Inspire",
|
||||
"RetrieveBackendData //Inspire",
|
||||
"RetrieveBackendDataNumberKey //Inspire",
|
||||
"SeedExplorer //Inspire",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user