mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update DB
This commit is contained in:
parent
4146722010
commit
e32a3f0c6a
@ -8948,6 +8948,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Apply Meanshift Filter"
|
||||
},
|
||||
{
|
||||
"author": "githubYiheng",
|
||||
"title": "comfyui_private_postprocessor",
|
||||
"id": "githubyiheng-private-postprocessor",
|
||||
"reference": "https://github.com/githubYiheng/comfyui_private_postprocessor",
|
||||
"files": [
|
||||
"https://github.com/githubYiheng/comfyui_private_postprocessor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Private ImageCPostprocessor"
|
||||
},
|
||||
{
|
||||
"author": "Fihade",
|
||||
"title": "IC-Light-ComfyUI-Node",
|
||||
|
||||
@ -7567,7 +7567,8 @@
|
||||
"DRMN_CaptionVisualizer",
|
||||
"DRMN_SearchAndReplace",
|
||||
"DRMN_TXTFileSaver",
|
||||
"DRMN_TagManipulatorByImageNames"
|
||||
"DRMN_TagManipulatorByImageNames",
|
||||
"DRMN_xCopy"
|
||||
],
|
||||
{
|
||||
"author": "Daxton Caylor",
|
||||
@ -7938,7 +7939,8 @@
|
||||
"MaskFromRGB_KMeans",
|
||||
"SaveExplorationState",
|
||||
"SaveImageAdvanced",
|
||||
"VAEDecode_to_folder"
|
||||
"VAEDecode_to_folder",
|
||||
"VideoFrameSelector"
|
||||
],
|
||||
{
|
||||
"title_aux": "Various custom nodes by Eden.art"
|
||||
@ -8643,6 +8645,14 @@
|
||||
"title_aux": "comfyui_meanshift_filter"
|
||||
}
|
||||
],
|
||||
"https://github.com/githubYiheng/comfyui_private_postprocessor": [
|
||||
[
|
||||
"ImageCPostprocessor"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_private_postprocessor"
|
||||
}
|
||||
],
|
||||
"https://github.com/glibsonoran/Plush-for-ComfyUI": [
|
||||
[
|
||||
"AdvPromptEnhancer",
|
||||
@ -9994,6 +10004,8 @@
|
||||
"MarigoldDepthEstimation",
|
||||
"MarigoldDepthEstimationVideo",
|
||||
"MarigoldDepthEstimation_v2",
|
||||
"MarigoldDepthEstimation_v2_video",
|
||||
"MarigoldModelLoader",
|
||||
"RemapDepth",
|
||||
"SaveImageOpenEXR"
|
||||
],
|
||||
@ -12003,7 +12015,8 @@
|
||||
[
|
||||
"ControlNet Selector",
|
||||
"ControlNetOptionalLoader",
|
||||
"DiffusersSelector"
|
||||
"DiffusersSelector",
|
||||
"SaveImageJPGNoMeta"
|
||||
],
|
||||
{
|
||||
"title_aux": "Suplex Misc ComfyUI Nodes"
|
||||
|
||||
@ -2067,6 +2067,10 @@
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-24 15:21:40"
|
||||
},
|
||||
"https://github.com/githubYiheng/comfyui_private_postprocessor": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-29 15:08:40"
|
||||
},
|
||||
"https://github.com/glibsonoran/Plush-for-ComfyUI": {
|
||||
"stars": 100,
|
||||
"last_update": "2024-05-24 16:32:17"
|
||||
|
||||
@ -12,6 +12,17 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "githubYiheng",
|
||||
"title": "comfyui_private_postprocessor",
|
||||
"id": "githubyiheng-private-postprocessor",
|
||||
"reference": "https://github.com/githubYiheng/comfyui_private_postprocessor",
|
||||
"files": [
|
||||
"https://github.com/githubYiheng/comfyui_private_postprocessor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Private ImageCPostprocessor"
|
||||
},
|
||||
{
|
||||
"author": "LykosAI",
|
||||
"title": "ComfyUI Nodes for Inference.Core",
|
||||
@ -680,27 +691,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "comfyui-paint"
|
||||
},
|
||||
{
|
||||
"author": "katalist-ai",
|
||||
"title": "comfyUI-nsfw-detection",
|
||||
"id": "nsfw-detection",
|
||||
"reference": "https://github.com/katalist-ai/comfyUI-nsfw-detection",
|
||||
"files": [
|
||||
"https://github.com/katalist-ai/comfyUI-nsfw-detection"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: NudenetDetector"
|
||||
},
|
||||
{
|
||||
"author": "royceschultz",
|
||||
"title": "ComfyUI-Notifications",
|
||||
"reference": "https://github.com/royceschultz/ComfyUI-Notifications",
|
||||
"files": [
|
||||
"https://github.com/royceschultz/ComfyUI-Notifications"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Send notifications when a workflow completes."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -7567,7 +7567,8 @@
|
||||
"DRMN_CaptionVisualizer",
|
||||
"DRMN_SearchAndReplace",
|
||||
"DRMN_TXTFileSaver",
|
||||
"DRMN_TagManipulatorByImageNames"
|
||||
"DRMN_TagManipulatorByImageNames",
|
||||
"DRMN_xCopy"
|
||||
],
|
||||
{
|
||||
"author": "Daxton Caylor",
|
||||
@ -7938,7 +7939,8 @@
|
||||
"MaskFromRGB_KMeans",
|
||||
"SaveExplorationState",
|
||||
"SaveImageAdvanced",
|
||||
"VAEDecode_to_folder"
|
||||
"VAEDecode_to_folder",
|
||||
"VideoFrameSelector"
|
||||
],
|
||||
{
|
||||
"title_aux": "Various custom nodes by Eden.art"
|
||||
@ -8643,6 +8645,14 @@
|
||||
"title_aux": "comfyui_meanshift_filter"
|
||||
}
|
||||
],
|
||||
"https://github.com/githubYiheng/comfyui_private_postprocessor": [
|
||||
[
|
||||
"ImageCPostprocessor"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_private_postprocessor"
|
||||
}
|
||||
],
|
||||
"https://github.com/glibsonoran/Plush-for-ComfyUI": [
|
||||
[
|
||||
"AdvPromptEnhancer",
|
||||
@ -9994,6 +10004,8 @@
|
||||
"MarigoldDepthEstimation",
|
||||
"MarigoldDepthEstimationVideo",
|
||||
"MarigoldDepthEstimation_v2",
|
||||
"MarigoldDepthEstimation_v2_video",
|
||||
"MarigoldModelLoader",
|
||||
"RemapDepth",
|
||||
"SaveImageOpenEXR"
|
||||
],
|
||||
@ -12003,7 +12015,8 @@
|
||||
[
|
||||
"ControlNet Selector",
|
||||
"ControlNetOptionalLoader",
|
||||
"DiffusersSelector"
|
||||
"DiffusersSelector",
|
||||
"SaveImageJPGNoMeta"
|
||||
],
|
||||
{
|
||||
"title_aux": "Suplex Misc ComfyUI Nodes"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user