update DB

This commit is contained in:
Dr.Lt.Data 2025-07-23 07:32:34 +09:00
parent 8be35e3621
commit 5236b03f66
6 changed files with 2771 additions and 2699 deletions

View File

@ -29677,6 +29677,17 @@
"install_type": "git-clone",
"description": "Sends images with metadata (PNGInfo) obtained from the input values of each node to Eagle. You can customize the tags to be registered in Eagle."
},
{
"author": "Azornes",
"title": "Comfyui-LayerForge",
"id": "layerforge",
"reference": "https://github.com/Azornes/Comfyui-LayerForge",
"files": [
"https://github.com/Azornes/Comfyui-LayerForge"
],
"install_type": "git-clone",
"description": "Photoshop-like layered canvas editor to your ComfyUI workflow. This node is perfect for complex compositing, inpainting, and outpainting, featuring multi-layer support, masking, blend modes, and precise transformations. Includes optional AI-powered background removal for streamlined image editing."
},
@ -30099,17 +30110,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Azornes",
"title": "Comfyui-LayerForge",
"id": "layerforge",
"reference": "https://github.com/Azornes/Comfyui-LayerForge",
"files": [
"https://github.com/Azornes/Comfyui-LayerForge"
],
"install_type": "git-clone",
"description": "Photoshop-like layered canvas editor to your ComfyUI workflow. This node is perfect for complex compositing, inpainting, and outpainting, featuring multi-layer support, masking, blend modes, and precise transformations. Includes optional AI-powered background removal for streamlined image editing."
}
]
}

View File

@ -19928,6 +19928,7 @@
"GenerateMusic",
"GenerateSpeech",
"GenerateVideo",
"GroqProviderNode",
"JoinStringsMulti",
"LLMToolkitProviderSelector",
"LLMToolkitTextGenerator",
@ -28138,7 +28139,8 @@
[
"SanaLoRALoader",
"SanaModelLoader",
"SanaSampler"
"SanaSampler",
"i2iFlash"
],
{
"title_aux": "ComfyUI Sana Custom Node"
@ -32749,6 +32751,8 @@
"https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": [
[
"PapcornsAspectResize",
"PapcornsAudioTrimAndSave",
"PapcornsAudioTrimmer",
"UploadImageToGCS"
],
{
@ -33527,6 +33531,15 @@
"title_aux": "queuetools"
}
],
"https://github.com/r-vage/ComfyUI-RvTools_v2": [
[
"CombineVideoClips",
"WanVideoVaceSeamlessJoin"
],
{
"title_aux": "ComfyUI-RvTools_v2"
}
],
"https://github.com/r3dial/redial-discomphy": [
[
"DiscordMessage"
@ -37821,8 +37834,18 @@
],
"https://github.com/wawahuy/ComfyUI-HTTP": [
[
"Base64ToImageNode",
"HTTPFormDataConcatNode",
"HTTPFormDataNode",
"HTTPFormFileItemNode",
"HTTPFormImageItemNode",
"HTTPFormTextItemNode",
"HTTPGetJSONFieldNode",
"HTTPGetNode"
"HTTPGetNode",
"HTTPPostFormDataNode",
"HTTPPostJSONNode",
"HTTPPostRawNode",
"ImageToBase64Node"
],
{
"title_aux": "ComfyUI HTTP - REST API Nodes"

File diff suppressed because it is too large Load Diff

View File

@ -6627,6 +6627,7 @@
"https://github.com/kongds1999/ComfyUI_was_image": [
[
"ConvertGrayToImage",
"Generate Color Palette",
"Replace Color By Palette"
],
{
@ -7799,6 +7800,9 @@
],
"https://github.com/pixixai/ComfyUI_Pixix-Tools": [
[
"BaiduTranslateNode",
"ChatGLM4TranslateTextNode",
"ColorPicker",
"LoadTextFromFolderNode"
],
{
@ -7961,9 +7965,14 @@
[
"rakete.BuildString",
"rakete.GetWidgetValue",
"rakete.GpuGarbageCollector"
"rakete.GpuGarbageCollector",
"rakete.JoinStrings"
],
{
"author": "Rakete",
"description": "Rakete Comfy Custom Nodes",
"nickname": "Rakete Nodes",
"title": "Rakete Nodes",
"title_aux": "comfyui-rakete"
}
],
@ -8533,7 +8542,13 @@
],
"https://github.com/spawner1145/comfyui-spawner-nodes": [
[
"ConditioningCrossAttention",
"ConditioningInspector",
"ConditioningPacker",
"ImageMetadataReader",
"SaveTrainingDataPair",
"TensorInspector",
"TensorShapeAdapter",
"TextEncoderDecoder",
"json_process"
],

View File

@ -1,5 +1,16 @@
{
"custom_nodes": [
{
"author": "Azornes",
"title": "Comfyui-LayerForge",
"id": "layerforge",
"reference": "https://github.com/Azornes/Comfyui-LayerForge",
"files": [
"https://github.com/Azornes/Comfyui-LayerForge"
],
"install_type": "git-clone",
"description": "Photoshop-like layered canvas editor to your ComfyUI workflow. This node is perfect for complex compositing, inpainting, and outpainting, featuring multi-layer support, masking, blend modes, and precise transformations. Includes optional AI-powered background removal for streamlined image editing."
},
{
"author": "cedarconnor",
"title": "ComfyUI Upsampler Nodes",

View File

@ -19928,6 +19928,7 @@
"GenerateMusic",
"GenerateSpeech",
"GenerateVideo",
"GroqProviderNode",
"JoinStringsMulti",
"LLMToolkitProviderSelector",
"LLMToolkitTextGenerator",
@ -28138,7 +28139,8 @@
[
"SanaLoRALoader",
"SanaModelLoader",
"SanaSampler"
"SanaSampler",
"i2iFlash"
],
{
"title_aux": "ComfyUI Sana Custom Node"
@ -32749,6 +32751,8 @@
"https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": [
[
"PapcornsAspectResize",
"PapcornsAudioTrimAndSave",
"PapcornsAudioTrimmer",
"UploadImageToGCS"
],
{
@ -33527,6 +33531,15 @@
"title_aux": "queuetools"
}
],
"https://github.com/r-vage/ComfyUI-RvTools_v2": [
[
"CombineVideoClips",
"WanVideoVaceSeamlessJoin"
],
{
"title_aux": "ComfyUI-RvTools_v2"
}
],
"https://github.com/r3dial/redial-discomphy": [
[
"DiscordMessage"
@ -37821,8 +37834,18 @@
],
"https://github.com/wawahuy/ComfyUI-HTTP": [
[
"Base64ToImageNode",
"HTTPFormDataConcatNode",
"HTTPFormDataNode",
"HTTPFormFileItemNode",
"HTTPFormImageItemNode",
"HTTPFormTextItemNode",
"HTTPGetJSONFieldNode",
"HTTPGetNode"
"HTTPGetNode",
"HTTPPostFormDataNode",
"HTTPPostJSONNode",
"HTTPPostRawNode",
"ImageToBase64Node"
],
{
"title_aux": "ComfyUI HTTP - REST API Nodes"