update DB

This commit is contained in:
Dr.Lt.Data 2026-01-13 18:50:56 +09:00
parent 29a59595b9
commit 2cb7f021e9
8 changed files with 1205 additions and 1151 deletions

View File

@ -41027,16 +41027,6 @@
"install_type": "git-clone",
"description": "A ComfyUI custom node package that provides two nodes for iterating through prompts and templates. Perfect for batch processing, testing multiple prompts, or creating variations."
},
{
"author": "bozkut",
"title": "ComfyUI-Prompt-Expander",
"reference": "https://github.com/bozkut/ComfyUI-Prompt-Expander",
"files": [
"https://github.com/bozkut/ComfyUI-Prompt-Expander"
],
"install_type": "git-clone",
"description": "An LLM-powered prompt expansion node for ComfyUI. Transform simple prompts into detailed, high-quality image generation prompts."
},
{
"author": "shumoLR",
"title": "Comfyui_SynVow_MultiangleCamera",

View File

@ -26354,14 +26354,6 @@
"title_aux": "ComfyUI-AI-CustomURL"
}
],
"https://github.com/bozkut/ComfyUI-Prompt-Expander": [
[
"PromptExpanderNode"
],
{
"title_aux": "ComfyUI-Prompt-Expander"
}
],
"https://github.com/bpmpnaito/comfyui-imageviewer": [
[
"ImageViewer"
@ -37340,6 +37332,14 @@
"title_aux": "ResAdapter for ComfyUI"
}
],
"https://github.com/jinanlongen/ComfyUI-Prompt-Expander": [
[
"PromptExpanderNode"
],
{
"title_aux": "ComfyUI Prompt Expander Node"
}
],
"https://github.com/jinchanz/ComfyUI-ADIC": [
[
"ADICOpenAIGPTImage1",
@ -51388,6 +51388,7 @@
],
"https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep": [
[
"WanVACEExtend",
"WanVACEPrep"
],
{

View File

@ -4344,6 +4344,11 @@
"last_update": "2025-09-18 20:12:57",
"author_account_age_days": 900
},
"https://github.com/Lumiyumi/LumyINTP": {
"stars": 0,
"last_update": "2026-01-09 17:01:51",
"author_account_age_days": 704
},
"https://github.com/LuqP2/ImageMetaHub-ComfyUI-Save": {
"stars": 7,
"last_update": "2026-01-10 00:38:16",
@ -4419,6 +4424,11 @@
"last_update": "2025-12-20 18:29:00",
"author_account_age_days": 3145
},
"https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps": {
"stars": 0,
"last_update": "2026-01-12 15:57:18",
"author_account_age_days": 1017
},
"https://github.com/Makeezi/ComfyUI-promptLAB": {
"stars": 0,
"last_update": "2024-05-23 01:24:51",
@ -15704,6 +15714,11 @@
"last_update": "2025-03-03 07:47:31",
"author_account_age_days": 405
},
"https://github.com/patientx/CFZ-SwitchMenu": {
"stars": 0,
"last_update": "2026-01-10 00:13:49",
"author_account_age_days": 4512
},
"https://github.com/patriciogonzalezvivo/comfyui_glslnodes": {
"stars": 230,
"last_update": "2025-05-05 15:00:47",

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "bozkut",
"title": "ComfyUI-Prompt-Expander [NAME CONFLICT]",
"reference": "https://github.com/bozkut/ComfyUI-Prompt-Expander",
"files": [
"https://github.com/bozkut/ComfyUI-Prompt-Expander"
],
"install_type": "git-clone",
"description": "An LLM-powered prompt expansion node for ComfyUI. Transform simple prompts into detailed, high-quality image generation prompts."
},
{
"author": "my-xz-org",
"title": "comfyui_xz_nodes",

View File

@ -6497,6 +6497,15 @@
"title_aux": "ComfyUI-ACES-EXR-OCIOr [UNSAFE]"
}
],
"https://github.com/bozkut/ComfyUI-Prompt-Expander": [
[
"PromptExpanderNode",
"PromptExpanderSimple"
],
{
"title_aux": "ComfyUI-Prompt-Expander [NAME CONFLICT]"
}
],
"https://github.com/brace-great/comfyui-eim": [
[
"EncryptImage"
@ -8520,24 +8529,18 @@
"XIS_CoordinatePath",
"XIS_CropImage",
"XIS_CurveEditor",
"XIS_DynamicImageInputs",
"XIS_DynamicKSampler",
"XIS_DynamicPackImages",
"XIS_FloatSwitch",
"XIS_Float_Slider",
"XIS_FromListGet1Color",
"XIS_FromListGet1Cond",
"XIS_FromListGet1Float",
"XIS_FromListGet1Image",
"XIS_FromListGet1Int",
"XIS_FromListGet1Latent",
"XIS_FromListGet1Mask",
"XIS_FromListGet1Model",
"XIS_FromListGet1String",
"XIS_INT_Slider",
"XIS_IPAStyleSettings",
"XIS_IfDataIsNone",
"XIS_ImageAdjustAndBlend",
"XIS_ImageManager",
"XIS_ImageMaskMirror",
"XIS_ImagePreview",
"XIS_ImagePuzzle",
"XIS_ImageSwitch",
"XIS_IntSwitch",
@ -8560,7 +8563,6 @@
"XIS_PromptProcessor",
"XIS_PromptsWithSwitches",
"XIS_ReorderImageMaskGroups",
"XIS_ReorderImages",
"XIS_ResizeImageOrMask",
"XIS_ResizeToDivisible",
"XIS_ResolutionSelector",

File diff suppressed because it is too large Load Diff

View File

@ -221,16 +221,6 @@
"install_type": "git-clone",
"description": "A ComfyUI custom node package that provides two nodes for iterating through prompts and templates. Perfect for batch processing, testing multiple prompts, or creating variations."
},
{
"author": "bozkut",
"title": "ComfyUI-Prompt-Expander",
"reference": "https://github.com/bozkut/ComfyUI-Prompt-Expander",
"files": [
"https://github.com/bozkut/ComfyUI-Prompt-Expander"
],
"install_type": "git-clone",
"description": "An LLM-powered prompt expansion node for ComfyUI. Transform simple prompts into detailed, high-quality image generation prompts."
},
{
"author": "FemReiyaDev",
"title": "ComfyUI-ReiyaNodes",

View File

@ -26354,14 +26354,6 @@
"title_aux": "ComfyUI-AI-CustomURL"
}
],
"https://github.com/bozkut/ComfyUI-Prompt-Expander": [
[
"PromptExpanderNode"
],
{
"title_aux": "ComfyUI-Prompt-Expander"
}
],
"https://github.com/bpmpnaito/comfyui-imageviewer": [
[
"ImageViewer"
@ -37340,6 +37332,14 @@
"title_aux": "ResAdapter for ComfyUI"
}
],
"https://github.com/jinanlongen/ComfyUI-Prompt-Expander": [
[
"PromptExpanderNode"
],
{
"title_aux": "ComfyUI Prompt Expander Node"
}
],
"https://github.com/jinchanz/ComfyUI-ADIC": [
[
"ADICOpenAIGPTImage1",
@ -51388,6 +51388,7 @@
],
"https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep": [
[
"WanVACEExtend",
"WanVACEPrep"
],
{