update DB

This commit is contained in:
Dr.Lt.Data 2025-08-22 05:41:35 +09:00
parent 330c4657b1
commit e7d0b158e9
9 changed files with 3065 additions and 2804 deletions

View File

@ -21099,16 +21099,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "FlexiLoRALoader - A ComfyUI custom node for dynamic LoRA weight management. Apply multiple LoRAs with flexible weight patterns and randomization features for creative AI image generation.\nFeatures: • Multiple LoRA handling (up to 3) • Weight pattern presets • Random/Sequential mode • Debug logging support" "description": "FlexiLoRALoader - A ComfyUI custom node for dynamic LoRA weight management. Apply multiple LoRAs with flexible weight patterns and randomization features for creative AI image generation.\nFeatures: • Multiple LoRA handling (up to 3) • Weight pattern presets • Random/Sequential mode • Debug logging support"
}, },
{
"author": "zhilemann",
"title": "ComfyUI-moondream2",
"reference": "https://github.com/zhilemann/ComfyUI-moondream2",
"files": [
"https://github.com/zhilemann/ComfyUI-moondream2"
],
"install_type": "git-clone",
"description": "nodes for nightly moondream2 VLM inference\nsupports only captioning and visual queries at the moment"
},
{ {
"author": "cherninlab", "author": "cherninlab",
"title": "Logo Generator Node for ComfyUI", "title": "Logo Generator Node for ComfyUI",
@ -24506,6 +24496,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A model cached-loader custom node for ComfyUI." "description": "A model cached-loader custom node for ComfyUI."
}, },
{
"author": "infinigence",
"title": "ComfyUI-Infinigence-Nodes",
"reference": "https://github.com/infinigence/ComfyUI-Infinigence-Nodes",
"files": [
"https://github.com/infinigence/ComfyUI-Infinigence-Nodes"
],
"install_type": "git-clone",
"description": "NODES: DrawTextNode, ..."
},
{ {
"author": "zaheenrahman", "author": "zaheenrahman",
"title": "ComfyUI-ColorCorrection", "title": "ComfyUI-ColorCorrection",
@ -26623,6 +26623,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Embeds an invisible watermark in the input image" "description": "Embeds an invisible watermark in the input image"
}, },
{
"author": "lihaoyun6",
"title": "Comfyui-QwenPromptRewriter",
"reference": "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter",
"files": [
"https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter"
],
"install_type": "git-clone",
"description": "Enhance your prompts using the Qwen LLM to align the behavior and capabilities of the Qwen-Image/Edit online version."
},
{ {
"author": "northumber", "author": "northumber",
"title": "ComfyUI-northTools", "title": "ComfyUI-northTools",
@ -31265,6 +31275,46 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is a custom node for ComfyUI that allows users to perform Image-to-Image generation by calling the FLUX.1-Kontext-Dev model via the official ModelScope API." "description": "This is a custom node for ComfyUI that allows users to perform Image-to-Image generation by calling the FLUX.1-Kontext-Dev model via the official ModelScope API."
}, },
{
"author": "svntax",
"title": "ComfyUI-RetroDiffusion-API-Node",
"reference": "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node",
"files": [
"https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for the [a/Retro Diffusion API](https://retrodiffusion.ai/)"
},
{
"author": "chyer",
"title": "Chye ComfyUI Toolset",
"reference": "https://github.com/chyer/Chye-ComfyUI-Toolset",
"files": [
"https://github.com/chyer/Chye-ComfyUI-Toolset"
],
"install_type": "git-clone",
"description": "A comprehensive toolset of ComfyUI custom nodes for latent generation, image processing, and workflow utilities"
},
{
"author": "bhvbhushan",
"title": "ComfyUI LoRA Block Weight Loader",
"reference": "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight",
"files": [
"https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight"
],
"install_type": "git-clone",
"description": "Advanced LoRA loader with per-block weight control for fine-grained influence over different model layers in ComfyUI"
},
{
"author": "lucasgattas",
"title": "comfyui-egregora-tiled",
"reference": "https://github.com/lucasgattas/comfyui-egregora-tiled",
"files": [
"https://github.com/lucasgattas/comfyui-egregora-tiled"
],
"install_type": "git-clone",
"description": "Tiled regional prompting + tiled VAE decode with seam-free blending for ComfyUI"
},

View File

@ -6051,6 +6051,7 @@
"https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": [ "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": [
[ [
"GeekyQwenCompositor", "GeekyQwenCompositor",
"GeekyQwenEffects",
"GeekyQwenSegmentLoader" "GeekyQwenSegmentLoader"
], ],
{ {
@ -8708,6 +8709,8 @@
], ],
"https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": [ "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": [
[ [
"AutoGrabCutRemover",
"GrabCutRefinement",
"TransparencyBackgroundRemover", "TransparencyBackgroundRemover",
"TransparencyBackgroundRemoverBatch" "TransparencyBackgroundRemoverBatch"
], ],
@ -10742,6 +10745,7 @@
"Pad 180 to 360 Equirectangular", "Pad 180 to 360 Equirectangular",
"Paste Image with Coords", "Paste Image with Coords",
"Roll Image Axes", "Roll Image Axes",
"Roll Mask Axes",
"Split Cubemap Faces", "Split Cubemap Faces",
"Stack Cubemap Faces" "Stack Cubemap Faces"
], ],
@ -16906,6 +16910,7 @@
"BlenderInputBoolean", "BlenderInputBoolean",
"BlenderInputCombo", "BlenderInputCombo",
"BlenderInputFloat", "BlenderInputFloat",
"BlenderInputGroup",
"BlenderInputInt", "BlenderInputInt",
"BlenderInputLoad3D", "BlenderInputLoad3D",
"BlenderInputLoadImage", "BlenderInputLoadImage",
@ -18042,6 +18047,15 @@
"title_aux": "Comfy-Pack" "title_aux": "Comfy-Pack"
} }
], ],
"https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": [
[
"HierarchicalLoRAWeightEditor",
"NunchakuHierarchicalLoRALoader"
],
{
"title_aux": "ComfyUI LoRA Block Weight Loader"
}
],
"https://github.com/big-mon/ComfyUI-ResolutionPresets": [ "https://github.com/big-mon/ComfyUI-ResolutionPresets": [
[ [
"ResolutionPresetsSDXL" "ResolutionPresetsSDXL"
@ -20716,6 +20730,24 @@
"title_aux": "comfyui_text_list_stepper" "title_aux": "comfyui_text_list_stepper"
} }
], ],
"https://github.com/chyer/Chye-ComfyUI-Toolset": [
[
"CYHARRHalationNode",
"CYHChromaticAberrationNode",
"CYHFilmGrainNode",
"CYHFolderFilenameBuilderNode",
"CYHLatentFluxAspectRatio",
"CYHLatentPhoneAspectRatio",
"CYHLatentQwenAspectRatio",
"CYHLatentSDXLAspectRatio",
"CYHLatentSocialAspectRatio",
"CYHLatentVideoAspectRatio",
"CYHResolutionMultiplierNode"
],
{
"title_aux": "Chye ComfyUI Toolset"
}
],
"https://github.com/ciga2011/ComfyUI-MarkItDown": [ "https://github.com/ciga2011/ComfyUI-MarkItDown": [
[ [
"WIZ_AUDIO2MARKDOWN", "WIZ_AUDIO2MARKDOWN",
@ -22783,6 +22815,7 @@
"ChatterBoxEngineNode", "ChatterBoxEngineNode",
"ChatterBoxF5TTSEditOptions", "ChatterBoxF5TTSEditOptions",
"F5TTSEngineNode", "F5TTSEngineNode",
"HiggsAudioEngineNode",
"MouthMovementAnalyzer", "MouthMovementAnalyzer",
"UnifiedTTSSRTNode", "UnifiedTTSSRTNode",
"UnifiedTTSTextNode", "UnifiedTTSTextNode",
@ -26703,6 +26736,14 @@
"title_aux": "FaceSwap" "title_aux": "FaceSwap"
} }
], ],
"https://github.com/infinigence/ComfyUI-Infinigence-Nodes": [
[
"DrawTextNode"
],
{
"title_aux": "ComfyUI-Infinigence-Nodes"
}
],
"https://github.com/inflamously/comfyui-prompt-enhancer": [ "https://github.com/inflamously/comfyui-prompt-enhancer": [
[ [
"PROMPT_ENHANCER", "PROMPT_ENHANCER",
@ -30405,6 +30446,14 @@
"title_aux": "ComfyUI-CSV-Random-Picker" "title_aux": "ComfyUI-CSV-Random-Picker"
} }
], ],
"https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": [
[
"QwenPromptRewriter"
],
{
"title_aux": "Comfyui-QwenPromptRewriter"
}
],
"https://github.com/lingha0h/comfyui_kj": [ "https://github.com/lingha0h/comfyui_kj": [
[ [
"cpm_textInput" "cpm_textInput"
@ -31846,6 +31895,17 @@
"title_aux": "ComfyUI GFPGAN" "title_aux": "ComfyUI GFPGAN"
} }
], ],
"https://github.com/lucasgattas/comfyui-egregora-tiled": [
[
"EgregoraImageTileSplit",
"EgregoraLatentTileSplit",
"EgregoraTiledRegionalPrompt",
"EgregoraVAEDecodeFromTiles"
],
{
"title_aux": "comfyui-egregora-tiled"
}
],
"https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": [ "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": [
[ [
"CatvtonFluxSampler", "CatvtonFluxSampler",
@ -32860,12 +32920,14 @@
"PngRectanglesToMaskList", "PngRectanglesToMaskList",
"RandomNestedLayouts", "RandomNestedLayouts",
"RandomTillingLayouts", "RandomTillingLayouts",
"ReverseImageAndAllImages",
"SN74HC1G86", "SN74HC1G86",
"SN74HC86", "SN74HC86",
"SN74LVC1G125", "SN74LVC1G125",
"SeedGeneratorMira", "SeedGeneratorMira",
"SingleBooleanTrigger", "SingleBooleanTrigger",
"SixBooleanTrigger", "SixBooleanTrigger",
"StackImages",
"StepsAndCfg", "StepsAndCfg",
"TextBoxMira", "TextBoxMira",
"TextCombinerSix", "TextCombinerSix",
@ -38433,6 +38495,14 @@
"title_aux": "AS_LLM_nodes" "title_aux": "AS_LLM_nodes"
} }
], ],
"https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node": [
[
"Retro Diffusion API Node"
],
{
"title_aux": "ComfyUI-RetroDiffusion-API-Node"
}
],
"https://github.com/sweetndata/ComfyUI-Image-Harmonizer": [ "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": [
[ [
"harmonizer" "harmonizer"
@ -41928,17 +41998,6 @@
"title_aux": "ComfyUI_photomakerV2_native" "title_aux": "ComfyUI_photomakerV2_native"
} }
], ],
"https://github.com/zhilemann/ComfyUI-moondream2": [
[
"moondream2_Caption",
"moondream2_DownLoad",
"moondream2_Encode",
"moondream2_Query"
],
{
"title_aux": "ComfyUI-moondream2"
}
],
"https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [ "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [
[ [
"SD3AlimamaInpaintControlNetApplyAdvanced", "SD3AlimamaInpaintControlNetApplyAdvanced",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "mrCodinghero",
"title": "ComfyUI-Codinghero",
"reference": "https://github.com/mrCodinghero/ComfyUI-Codinghero",
"files": [
"https://github.com/mrCodinghero/ComfyUI-Codinghero"
],
"install_type": "git-clone",
"description": "NODES: Image Size, Video Settings"
},
{ {
"author": "Vsolon", "author": "Vsolon",
"title": "ComfyUI-CBZ-Pack [UNSAFE]", "title": "ComfyUI-CBZ-Pack [UNSAFE]",

View File

@ -3740,6 +3740,22 @@
"title_aux": "ComfyUI Custom Nodes: OpenRouter & Ollama [UNSAFE]" "title_aux": "ComfyUI Custom Nodes: OpenRouter & Ollama [UNSAFE]"
} }
], ],
"https://github.com/Vsolon/ComfyUI-CBZ-Pack": [
[
"CBZ Preview Any",
"CBZCollector",
"CBZCollectorPassthrough",
"CBZUnpacker",
"CBZUnpackerPassthrough",
"DirToCBZ",
"DirToCBZPassthrough",
"ExportCBZ",
"ExportCBZPassthrough"
],
{
"title_aux": "ComfyUI-CBZ-Pack [UNSAFE]"
}
],
"https://github.com/WASasquatch/ASTERR": [ "https://github.com/WASasquatch/ASTERR": [
[ [
"ASTERR", "ASTERR",
@ -5226,6 +5242,7 @@
"ModelMergeSimple", "ModelMergeSimple",
"ModelMergeSubtract", "ModelMergeSubtract",
"ModelMergeWAN2_1", "ModelMergeWAN2_1",
"ModelPatchLoader",
"ModelSamplingAuraFlow", "ModelSamplingAuraFlow",
"ModelSamplingContinuousEDM", "ModelSamplingContinuousEDM",
"ModelSamplingContinuousV", "ModelSamplingContinuousV",
@ -5276,6 +5293,7 @@
"PrimitiveString", "PrimitiveString",
"PrimitiveStringMultiline", "PrimitiveStringMultiline",
"QuadrupleCLIPLoader", "QuadrupleCLIPLoader",
"QwenImageDiffsynthControlnet",
"RandomNoise", "RandomNoise",
"RebatchImages", "RebatchImages",
"RebatchLatents", "RebatchLatents",
@ -5728,7 +5746,8 @@
"Cosmos1ForwardRenderer", "Cosmos1ForwardRenderer",
"Cosmos1InverseRenderer", "Cosmos1InverseRenderer",
"LoadDiffusionRendererModel", "LoadDiffusionRendererModel",
"LoadHDRImage" "LoadHDRImage",
"VAEPassthroughTest"
], ],
{ {
"title_aux": "DiffusionRenderer-ComfyUI [WIP]" "title_aux": "DiffusionRenderer-ComfyUI [WIP]"
@ -8160,6 +8179,15 @@
"title_aux": "ComfyUI-Qwen [CONFLICT]" "title_aux": "ComfyUI-Qwen [CONFLICT]"
} }
], ],
"https://github.com/mrCodinghero/ComfyUI-Codinghero": [
[
"Image Size Converter",
"Video Settings Converter"
],
{
"title_aux": "ComfyUI-Codinghero"
}
],
"https://github.com/mut-ex/comfyui-gligengui-node": [ "https://github.com/mut-ex/comfyui-gligengui-node": [
[ [
"GLIGEN_GUI" "GLIGEN_GUI"
@ -9668,6 +9696,7 @@
"https://github.com/tnil25/ComfyUI-TJNodes": [ "https://github.com/tnil25/ComfyUI-TJNodes": [
[ [
"ExpandMaskDir", "ExpandMaskDir",
"OverlayMaskNode",
"Tracker" "Tracker"
], ],
{ {

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "zhilemann",
"title": "ComfyUI-moondream2 [REMOVED]",
"reference": "https://github.com/zhilemann/ComfyUI-moondream2",
"files": [
"https://github.com/zhilemann/ComfyUI-moondream2"
],
"install_type": "git-clone",
"description": "nodes for nightly moondream2 VLM inference\nsupports only captioning and visual queries at the moment"
},
{ {
"author": "shinich39", "author": "shinich39",
"title": "comfyui-textarea-is-shit [REMOVED]", "title": "comfyui-textarea-is-shit [REMOVED]",

View File

@ -1,5 +1,65 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "bhvbhushan",
"title": "ComfyUI LoRA Block Weight Loader",
"reference": "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight",
"files": [
"https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight"
],
"install_type": "git-clone",
"description": "Advanced LoRA loader with per-block weight control for fine-grained influence over different model layers in ComfyUI"
},
{
"author": "lucasgattas",
"title": "comfyui-egregora-tiled",
"reference": "https://github.com/lucasgattas/comfyui-egregora-tiled",
"files": [
"https://github.com/lucasgattas/comfyui-egregora-tiled"
],
"install_type": "git-clone",
"description": "Tiled regional prompting + tiled VAE decode with seam-free blending for ComfyUI"
},
{
"author": "svntax",
"title": "ComfyUI-RetroDiffusion-API-Node",
"reference": "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node",
"files": [
"https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for the [a/Retro Diffusion API](https://retrodiffusion.ai/)"
},
{
"author": "lihaoyun6",
"title": "Comfyui-QwenPromptRewriter",
"reference": "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter",
"files": [
"https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter"
],
"install_type": "git-clone",
"description": "Enhance your prompts using the Qwen LLM to align the behavior and capabilities of the Qwen-Image/Edit online version."
},
{
"author": "chyer",
"title": "Chye ComfyUI Toolset",
"reference": "https://github.com/chyer/Chye-ComfyUI-Toolset",
"files": [
"https://github.com/chyer/Chye-ComfyUI-Toolset"
],
"install_type": "git-clone",
"description": "A comprehensive toolset of ComfyUI custom nodes for latent generation, image processing, and workflow utilities"
},
{
"author": "infinigence",
"title": "ComfyUI-Infinigence-Nodes",
"reference": "https://github.com/infinigence/ComfyUI-Infinigence-Nodes",
"files": [
"https://github.com/infinigence/ComfyUI-Infinigence-Nodes"
],
"install_type": "git-clone",
"description": "NODES: DrawTextNode, ..."
},
{ {
"author": "KohakuBlueleaf", "author": "KohakuBlueleaf",
"title": "HDM-ext", "title": "HDM-ext",
@ -631,67 +691,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A set of ComfyUI nodes for animating a foreground layer over a background, with unified timing and high-quality composition. It includes effectors for rotation, position, path-following position, scale, opacity, distortion, and masking, plus a core node that composes frames and exports APNG/WEBP and a frame sequence." "description": "A set of ComfyUI nodes for animating a foreground layer over a background, with unified timing and high-quality composition. It includes effectors for rotation, position, path-following position, scale, opacity, distortion, and masking, plus a core node that composes frames and exports APNG/WEBP and a frame sequence."
},
{
"author": "squirrel765",
"title": "lorasubdirectory",
"reference": "https://github.com/andrewsthomasj/lorasubdirectory",
"files": [
"https://github.com/andrewsthomasj/lorasubdirectory"
],
"install_type": "git-clone",
"description": "only show dropdown of loras ina a given subdirectory"
},
{
"author": "squirrel765",
"title": "comfyui-ea-nodes",
"reference": "https://github.com/ExoticArts/comfyui-ea-nodes",
"files": [
"https://github.com/ExoticArts/comfyui-ea-nodes"
],
"install_type": "git-clone",
"description": "ExoticArts custom nodes for ComfyUI (EA Power LoRA, etc.)"
},
{
"author": "squirrel765",
"title": "ComfyUI-LLM-VLM-Node",
"reference": "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node",
"files": [
"https://github.com/squirrel765/ComfyUI-LLM-VLM-Node"
],
"install_type": "git-clone",
"description": "A unified ComfyUI node for both LLM (text-only) and VLM (image-to-text) generation using GGUF models.."
},
{
"author": "boricuapab",
"title": "ComfyUI-Bori-JsonSetGetConverter",
"reference": "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions",
"files": [
"https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions"
],
"install_type": "git-clone",
"description": "This is a custom node for ComfyUI that provides the user with a dropdown which contains the recommended resolutions for the Qwen Image Model."
},
{
"author": "eric183",
"title": "ComfyUI-Only",
"id": "comfyui-only",
"reference": "https://github.com/eric183/ComfyUI-Only",
"files": [
"https://github.com/eric183/ComfyUI-Only"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI, originally focused on workflow parsing, now expanded to provide advanced file loading features like 'Load Latent (Advanced)' for drag-and-drop latent file uploads and 'WorkflowImageFileLoader' for parsing prompts from image metadata. It also adds a js extension for a better UI experience."
},
{
"author": "o-l-l-i",
"title": "Olm Histogram for ComfyUI",
"reference": "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram",
"files": [
"https://github.com/o-l-l-i/ComfyUI-Olm-Histogram"
],
"install_type": "git-clone",
"description": "A compact, real-time histogram analysis node for ComfyUI — with easy-to-use interactive UI, smooth rendering, and accurate pixel sampling. Built for compositing-style workflows and color diagnostics."
} }
] ]
} }

View File

@ -6051,6 +6051,7 @@
"https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": [ "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": [
[ [
"GeekyQwenCompositor", "GeekyQwenCompositor",
"GeekyQwenEffects",
"GeekyQwenSegmentLoader" "GeekyQwenSegmentLoader"
], ],
{ {
@ -8708,6 +8709,8 @@
], ],
"https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": [ "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": [
[ [
"AutoGrabCutRemover",
"GrabCutRefinement",
"TransparencyBackgroundRemover", "TransparencyBackgroundRemover",
"TransparencyBackgroundRemoverBatch" "TransparencyBackgroundRemoverBatch"
], ],
@ -10742,6 +10745,7 @@
"Pad 180 to 360 Equirectangular", "Pad 180 to 360 Equirectangular",
"Paste Image with Coords", "Paste Image with Coords",
"Roll Image Axes", "Roll Image Axes",
"Roll Mask Axes",
"Split Cubemap Faces", "Split Cubemap Faces",
"Stack Cubemap Faces" "Stack Cubemap Faces"
], ],
@ -16906,6 +16910,7 @@
"BlenderInputBoolean", "BlenderInputBoolean",
"BlenderInputCombo", "BlenderInputCombo",
"BlenderInputFloat", "BlenderInputFloat",
"BlenderInputGroup",
"BlenderInputInt", "BlenderInputInt",
"BlenderInputLoad3D", "BlenderInputLoad3D",
"BlenderInputLoadImage", "BlenderInputLoadImage",
@ -18042,6 +18047,15 @@
"title_aux": "Comfy-Pack" "title_aux": "Comfy-Pack"
} }
], ],
"https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": [
[
"HierarchicalLoRAWeightEditor",
"NunchakuHierarchicalLoRALoader"
],
{
"title_aux": "ComfyUI LoRA Block Weight Loader"
}
],
"https://github.com/big-mon/ComfyUI-ResolutionPresets": [ "https://github.com/big-mon/ComfyUI-ResolutionPresets": [
[ [
"ResolutionPresetsSDXL" "ResolutionPresetsSDXL"
@ -20716,6 +20730,24 @@
"title_aux": "comfyui_text_list_stepper" "title_aux": "comfyui_text_list_stepper"
} }
], ],
"https://github.com/chyer/Chye-ComfyUI-Toolset": [
[
"CYHARRHalationNode",
"CYHChromaticAberrationNode",
"CYHFilmGrainNode",
"CYHFolderFilenameBuilderNode",
"CYHLatentFluxAspectRatio",
"CYHLatentPhoneAspectRatio",
"CYHLatentQwenAspectRatio",
"CYHLatentSDXLAspectRatio",
"CYHLatentSocialAspectRatio",
"CYHLatentVideoAspectRatio",
"CYHResolutionMultiplierNode"
],
{
"title_aux": "Chye ComfyUI Toolset"
}
],
"https://github.com/ciga2011/ComfyUI-MarkItDown": [ "https://github.com/ciga2011/ComfyUI-MarkItDown": [
[ [
"WIZ_AUDIO2MARKDOWN", "WIZ_AUDIO2MARKDOWN",
@ -22783,6 +22815,7 @@
"ChatterBoxEngineNode", "ChatterBoxEngineNode",
"ChatterBoxF5TTSEditOptions", "ChatterBoxF5TTSEditOptions",
"F5TTSEngineNode", "F5TTSEngineNode",
"HiggsAudioEngineNode",
"MouthMovementAnalyzer", "MouthMovementAnalyzer",
"UnifiedTTSSRTNode", "UnifiedTTSSRTNode",
"UnifiedTTSTextNode", "UnifiedTTSTextNode",
@ -26703,6 +26736,14 @@
"title_aux": "FaceSwap" "title_aux": "FaceSwap"
} }
], ],
"https://github.com/infinigence/ComfyUI-Infinigence-Nodes": [
[
"DrawTextNode"
],
{
"title_aux": "ComfyUI-Infinigence-Nodes"
}
],
"https://github.com/inflamously/comfyui-prompt-enhancer": [ "https://github.com/inflamously/comfyui-prompt-enhancer": [
[ [
"PROMPT_ENHANCER", "PROMPT_ENHANCER",
@ -30405,6 +30446,14 @@
"title_aux": "ComfyUI-CSV-Random-Picker" "title_aux": "ComfyUI-CSV-Random-Picker"
} }
], ],
"https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": [
[
"QwenPromptRewriter"
],
{
"title_aux": "Comfyui-QwenPromptRewriter"
}
],
"https://github.com/lingha0h/comfyui_kj": [ "https://github.com/lingha0h/comfyui_kj": [
[ [
"cpm_textInput" "cpm_textInput"
@ -31846,6 +31895,17 @@
"title_aux": "ComfyUI GFPGAN" "title_aux": "ComfyUI GFPGAN"
} }
], ],
"https://github.com/lucasgattas/comfyui-egregora-tiled": [
[
"EgregoraImageTileSplit",
"EgregoraLatentTileSplit",
"EgregoraTiledRegionalPrompt",
"EgregoraVAEDecodeFromTiles"
],
{
"title_aux": "comfyui-egregora-tiled"
}
],
"https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": [ "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": [
[ [
"CatvtonFluxSampler", "CatvtonFluxSampler",
@ -32860,12 +32920,14 @@
"PngRectanglesToMaskList", "PngRectanglesToMaskList",
"RandomNestedLayouts", "RandomNestedLayouts",
"RandomTillingLayouts", "RandomTillingLayouts",
"ReverseImageAndAllImages",
"SN74HC1G86", "SN74HC1G86",
"SN74HC86", "SN74HC86",
"SN74LVC1G125", "SN74LVC1G125",
"SeedGeneratorMira", "SeedGeneratorMira",
"SingleBooleanTrigger", "SingleBooleanTrigger",
"SixBooleanTrigger", "SixBooleanTrigger",
"StackImages",
"StepsAndCfg", "StepsAndCfg",
"TextBoxMira", "TextBoxMira",
"TextCombinerSix", "TextCombinerSix",
@ -38433,6 +38495,14 @@
"title_aux": "AS_LLM_nodes" "title_aux": "AS_LLM_nodes"
} }
], ],
"https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node": [
[
"Retro Diffusion API Node"
],
{
"title_aux": "ComfyUI-RetroDiffusion-API-Node"
}
],
"https://github.com/sweetndata/ComfyUI-Image-Harmonizer": [ "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": [
[ [
"harmonizer" "harmonizer"
@ -41928,17 +41998,6 @@
"title_aux": "ComfyUI_photomakerV2_native" "title_aux": "ComfyUI_photomakerV2_native"
} }
], ],
"https://github.com/zhilemann/ComfyUI-moondream2": [
[
"moondream2_Caption",
"moondream2_DownLoad",
"moondream2_Encode",
"moondream2_Query"
],
{
"title_aux": "ComfyUI-moondream2"
}
],
"https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [ "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [
[ [
"SD3AlimamaInpaintControlNetApplyAdvanced", "SD3AlimamaInpaintControlNetApplyAdvanced",