mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
f02b208723
commit
cb7ac4fb41
@ -2345,6 +2345,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom nodes for inpainting/outpainting using the new latent consistency model (LCM)"
|
||||
},
|
||||
{
|
||||
"author": "noxinias",
|
||||
"title": "ComfyUI_NoxinNodes",
|
||||
"reference": "https://github.com/noxinias/ComfyUI_NoxinNodes",
|
||||
"files": [
|
||||
"https://github.com/noxinias/ComfyUI_NoxinNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Noxin Complete Chime, Noxin Scaled Resolutions, Load from Noxin Prompt Library, Save to Noxin Prompt Library"
|
||||
},
|
||||
{
|
||||
"author": "GMapeSplat",
|
||||
"title": "ezXY",
|
||||
"reference": "https://github.com/GMapeSplat/ComfyUI_ezXY",
|
||||
"files": [
|
||||
"https://github.com/GMapeSplat/ComfyUI_ezXY"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Features: Automatic type-casting for most custom and native nodes, Compact math node, List generation for iteration control, Versitile XY plotter"
|
||||
},
|
||||
{
|
||||
"author": "Ser-Hilary",
|
||||
"title": "SDXL_sizing",
|
||||
@ -2563,6 +2583,16 @@
|
||||
"install_type": "copy",
|
||||
"description": "Nodes: Chatbox Overlay. Custom node for ComfyUI to add a text box over a processed image before save node."
|
||||
},
|
||||
{
|
||||
"author": "CaptainGrock",
|
||||
"title": "ComfyUIInvisibleWatermark",
|
||||
"reference": "https://github.com/CaptainGrock/ComfyUIInvisibleWatermark",
|
||||
"files": [
|
||||
"https://github.com/CaptainGrock/ComfyUIInvisibleWatermark/raw/main/Invisible%20Watermark.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "Nodes:Apply Invisible Watermark, Extract Watermark. Adds up to 12 characters encoded into an image that can be extracted."
|
||||
},
|
||||
{
|
||||
"author": "theally",
|
||||
"title": "TheAlly's Custom Nodes",
|
||||
|
||||
@ -193,6 +193,15 @@
|
||||
"title_aux": "Tiled sampling for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/CaptainGrock/ComfyUIInvisibleWatermark/raw/main/Invisible%20Watermark.py": [
|
||||
[
|
||||
"Apply Invisible Watermark",
|
||||
"Extract Watermark"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUIInvisibleWatermark"
|
||||
}
|
||||
],
|
||||
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [
|
||||
[
|
||||
"LoadImageFromPath"
|
||||
@ -476,6 +485,21 @@
|
||||
"title_aux": "FizzNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/GMapeSplat/ComfyUI_ezXY": [
|
||||
[
|
||||
"ItemFromList",
|
||||
"IterationDriver",
|
||||
"LineToConsole",
|
||||
"NumbersToList",
|
||||
"PlotImages",
|
||||
"StringToList",
|
||||
"ezMath",
|
||||
"ezXY_Driver"
|
||||
],
|
||||
{
|
||||
"title_aux": "ezXY"
|
||||
}
|
||||
],
|
||||
"https://github.com/Gourieff/comfyui-reactor-node": [
|
||||
[
|
||||
"ReActorFaceSwap"
|
||||
@ -3151,6 +3175,17 @@
|
||||
"title_aux": "comfyUI_Nodes_nicolai256"
|
||||
}
|
||||
],
|
||||
"https://github.com/noxinias/ComfyUI_NoxinNodes": [
|
||||
[
|
||||
"NOXCHIME",
|
||||
"NOXPROMPTLIB_LOAD",
|
||||
"NOXPROMPTLIB_SAVE",
|
||||
"NOXSCALEDRES"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_NoxinNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ntdviet/comfyui-ext/raw/main/custom_nodes/gcLatentTunnel/gcLatentTunnel.py": [
|
||||
[
|
||||
"gcLatentTunnel"
|
||||
@ -3665,8 +3700,11 @@
|
||||
],
|
||||
"https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": [
|
||||
[
|
||||
"FreeU_LCM",
|
||||
"LCMGenerate",
|
||||
"LCMGenerate_img2img",
|
||||
"LCMLoader",
|
||||
"LCMLoader_img2img",
|
||||
"LCM_outpaint_prep",
|
||||
"LoadImageNode_LCM",
|
||||
"SaveImage_LCM"
|
||||
|
||||
@ -1,5 +1,35 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "CaptainGrock",
|
||||
"title": "ComfyUIInvisibleWatermark",
|
||||
"reference": "https://github.com/CaptainGrock/ComfyUIInvisibleWatermark",
|
||||
"files": [
|
||||
"https://github.com/CaptainGrock/ComfyUIInvisibleWatermark/raw/main/Invisible%20Watermark.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "Nodes:Apply Invisible Watermark, Extract Watermark. Adds up to 12 characters encoded into an image that can be extracted."
|
||||
},
|
||||
{
|
||||
"author": "GMapeSplat",
|
||||
"title": "ezXY",
|
||||
"reference": "https://github.com/GMapeSplat/ComfyUI_ezXY",
|
||||
"files": [
|
||||
"https://github.com/GMapeSplat/ComfyUI_ezXY"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Features: Automatic type-casting for most custom and native nodes, Compact math node, List generation for iteration control, Versitile XY plotter"
|
||||
},
|
||||
{
|
||||
"author": "noxinias",
|
||||
"title": "ComfyUI_NoxinNodes",
|
||||
"reference": "https://github.com/noxinias/ComfyUI_NoxinNodes",
|
||||
"files": [
|
||||
"https://github.com/noxinias/ComfyUI_NoxinNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Noxin Complete Chime, Noxin Scaled Resolutions, Load from Noxin Prompt Library, Save to Noxin Prompt Library"
|
||||
},
|
||||
{
|
||||
"author": "taabata",
|
||||
"title": "LCM_Inpaint-Outpaint_Comfy",
|
||||
|
||||
@ -193,6 +193,15 @@
|
||||
"title_aux": "Tiled sampling for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/CaptainGrock/ComfyUIInvisibleWatermark/raw/main/Invisible%20Watermark.py": [
|
||||
[
|
||||
"Apply Invisible Watermark",
|
||||
"Extract Watermark"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUIInvisibleWatermark"
|
||||
}
|
||||
],
|
||||
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [
|
||||
[
|
||||
"LoadImageFromPath"
|
||||
@ -476,6 +485,21 @@
|
||||
"title_aux": "FizzNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/GMapeSplat/ComfyUI_ezXY": [
|
||||
[
|
||||
"ItemFromList",
|
||||
"IterationDriver",
|
||||
"LineToConsole",
|
||||
"NumbersToList",
|
||||
"PlotImages",
|
||||
"StringToList",
|
||||
"ezMath",
|
||||
"ezXY_Driver"
|
||||
],
|
||||
{
|
||||
"title_aux": "ezXY"
|
||||
}
|
||||
],
|
||||
"https://github.com/Gourieff/comfyui-reactor-node": [
|
||||
[
|
||||
"ReActorFaceSwap"
|
||||
@ -3151,6 +3175,17 @@
|
||||
"title_aux": "comfyUI_Nodes_nicolai256"
|
||||
}
|
||||
],
|
||||
"https://github.com/noxinias/ComfyUI_NoxinNodes": [
|
||||
[
|
||||
"NOXCHIME",
|
||||
"NOXPROMPTLIB_LOAD",
|
||||
"NOXPROMPTLIB_SAVE",
|
||||
"NOXSCALEDRES"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_NoxinNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ntdviet/comfyui-ext/raw/main/custom_nodes/gcLatentTunnel/gcLatentTunnel.py": [
|
||||
[
|
||||
"gcLatentTunnel"
|
||||
@ -3665,8 +3700,11 @@
|
||||
],
|
||||
"https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": [
|
||||
[
|
||||
"FreeU_LCM",
|
||||
"LCMGenerate",
|
||||
"LCMGenerate_img2img",
|
||||
"LCMLoader",
|
||||
"LCMLoader_img2img",
|
||||
"LCM_outpaint_prep",
|
||||
"LoadImageNode_LCM",
|
||||
"SaveImage_LCM"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user