update DB
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled

This commit is contained in:
Dr.Lt.Data 2025-12-24 12:50:12 +09:00
parent cc3428eb3b
commit 2478d20e76
10 changed files with 5534 additions and 5271 deletions

View File

@ -5747,6 +5747,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Progressive upscaling node for flow-matching models that incrementally doubles resolution with flow-consistent re-noising, denoising, and skip residual blending to preserve composition." "description": "Progressive upscaling node for flow-matching models that incrementally doubles resolution with flow-consistent re-noising, denoising, and skip residual blending to preserve composition."
}, },
{
"author": "ttulttul",
"title": "Skoogeer-Noise",
"reference": "https://github.com/ttulttul/Skoogeer-Noise",
"files": [
"https://github.com/ttulttul/Skoogeer-Noise"
],
"install_type": "git-clone",
"description": "Noise, conditioning, and perturbation utility nodes for ComfyUI (procedural noise, mesh drag, latent channel stats preview)."
},
{ {
"author": "jitcoder", "author": "jitcoder",
"title": "LoraInfo", "title": "LoraInfo",
@ -20386,6 +20396,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Adds windowed, curved shift control for Flow Matching samplers (SD3-style / flow schedules). It is a drop-in replacement for Comfy's included ModelSamplingSD3 node." "description": "Adds windowed, curved shift control for Flow Matching samplers (SD3-style / flow schedules). It is a drop-in replacement for Comfy's included ModelSamplingSD3 node."
}, },
{
"author": "SparknightLLC",
"title": "ComfyUI-SpectralVAEDetailer",
"reference": "https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer",
"files": [
"https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer"
],
"install_type": "git-clone",
"description": "Adjusts a latent image before the VAE decoding step in order to improve your image quality."
},
{ {
"author": "lightricks", "author": "lightricks",
"title": "ComfyUI-LTXVideo", "title": "ComfyUI-LTXVideo",
@ -39138,16 +39158,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI Qwen-Image-Edit-2509 node integration for image editing using OpenAI Image API. (Description by CC)" "description": "ComfyUI Qwen-Image-Edit-2509 node integration for image editing using OpenAI Image API. (Description by CC)"
}, },
{
"author": "danieljanata",
"title": "ComfyUI-QwenVL-Override",
"reference": "https://github.com/danieljanata/ComfyUI-QwenVL-Override",
"files": [
"https://github.com/danieljanata/ComfyUI-QwenVL-Override"
],
"install_type": "git-clone",
"description": "Adds two nodes that reuse upstream ComfyUI-QwenVL presets but add a runtime override that can be wired/unwired without getting stuck."
},
{ {
"author": "Arctenox", "author": "Arctenox",
"title": "Arctenoxs-Essentials_ComfyUI", "title": "Arctenoxs-Essentials_ComfyUI",
@ -39390,8 +39400,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Drop-in replacement for ComfyUI's standard KSampler that embeds cryptographic proof of authorship directly into generated images through deterministic noise injection into the latent representation." "description": "Drop-in replacement for ComfyUI's standard KSampler that embeds cryptographic proof of authorship directly into generated images through deterministic noise injection into the latent representation."
}, },
{
"author": "vjumpkung",
"title": "ComfyUI-STARWrapper",
"reference": "https://github.com/vjumpkung/ComfyUI-STARWrapper",
"files": [
"https://github.com/vjumpkung/ComfyUI-STARWrapper"
],
"install_type": "git-clone",
"description": "An experimental STAR Video Upscale Wrapper."
},
{
"author": "Paddel87",
"title": "ComfyUI_fal_image",
"reference": "https://github.com/Paddel87/ComfyUI_fal_image",
"files": [
"https://github.com/Paddel87/ComfyUI_fal_image"
],
"install_type": "git-clone",
"description": "ComfyUI custom node pack for fal.ai image generation supporting FLUX models with queue polling, safety controls, and native image I/O conversion."
},

View File

@ -14340,13 +14340,15 @@
], ],
"https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": [ "https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": [
[ [
"CheckpointLoaderWithOuputDirByModelName", "BFParameters",
"BFParametersSimple",
"IntegerPicker", "IntegerPicker",
"OuputDirByModelName", "OuputDirByModelName",
"RandomImageSizeAdvanced", "RandomImageSizeAdvanced",
"RandomImageSizeAdvancedYAML", "RandomImageSizeAdvancedYAML",
"RandomInteger", "RandomInteger",
"UniqueStringList" "UniqueStringList",
"UniqueStringListAdvanced"
], ],
{ {
"title_aux": "comfyui-watdafox-nodes" "title_aux": "comfyui-watdafox-nodes"
@ -14522,6 +14524,17 @@
"title_aux": "ComfyUI-ZeptaframePromptMerger" "title_aux": "ComfyUI-ZeptaframePromptMerger"
} }
], ],
"https://github.com/Paddel87/ComfyUI_fal_image": [
[
"FALContextStore",
"FALImage2Image",
"FALModelSelectImage",
"FALText2Image"
],
{
"title_aux": "ComfyUI_fal_image"
}
],
"https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": [ "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": [
[ [
"FooocusV2Expansion" "FooocusV2Expansion"
@ -14903,6 +14916,7 @@
"GeomPackComputeNormals", "GeomPackComputeNormals",
"GeomPackConnectedComponents", "GeomPackConnectedComponents",
"GeomPackCreatePrimitive", "GeomPackCreatePrimitive",
"GeomPackDegenerateFaces",
"GeomPackDepthNormalsToMesh", "GeomPackDepthNormalsToMesh",
"GeomPackDetectSelfIntersections", "GeomPackDetectSelfIntersections",
"GeomPackExtractSkeleton", "GeomPackExtractSkeleton",
@ -14917,15 +14931,18 @@
"GeomPackLoadMeshFBX", "GeomPackLoadMeshFBX",
"GeomPackLoadMeshPath", "GeomPackLoadMeshPath",
"GeomPackMergeVertices", "GeomPackMergeVertices",
"GeomPackMeshFix",
"GeomPackMeshFromSkeleton", "GeomPackMeshFromSkeleton",
"GeomPackMeshInfo", "GeomPackMeshInfo",
"GeomPackMeshQuality", "GeomPackMeshQuality",
"GeomPackMeshToMeshDistance", "GeomPackMeshToMeshDistance",
"GeomPackMeshToPointCloud", "GeomPackMeshToPointCloud",
"GeomPackNormalizeMeshToBBox", "GeomPackNormalizeMeshToBBox",
"GeomPackOpenEdges",
"GeomPackPointToMeshDistance", "GeomPackPointToMeshDistance",
"GeomPackPreviewGaussian", "GeomPackPreviewGaussian",
"GeomPackPreviewMesh", "GeomPackPreviewMesh",
"GeomPackPreviewMeshAnalysis",
"GeomPackPreviewMeshDual", "GeomPackPreviewMeshDual",
"GeomPackPreviewMeshUV", "GeomPackPreviewMeshUV",
"GeomPackPreviewMeshVTK", "GeomPackPreviewMeshVTK",
@ -14943,7 +14960,8 @@
"GeomPackTextureToGeometry", "GeomPackTextureToGeometry",
"GeomPackTransformMesh", "GeomPackTransformMesh",
"GeomPackUVUnwrap", "GeomPackUVUnwrap",
"GeomPackVisualizeNormalField" "GeomPackVisualizeNormalField",
"ScrambleIntField"
], ],
{ {
"title_aux": "ComfyUI libigl" "title_aux": "ComfyUI libigl"
@ -15658,6 +15676,7 @@
"Runware Audio Sections", "Runware Audio Sections",
"Runware Background Removal", "Runware Background Removal",
"Runware BlackForest Labs Provider Settings", "Runware BlackForest Labs Provider Settings",
"Runware Bria Provider Mask",
"Runware Bria Provider Settings", "Runware Bria Provider Settings",
"Runware Bytedance Provider Settings", "Runware Bytedance Provider Settings",
"Runware ControlNet", "Runware ControlNet",
@ -15721,6 +15740,7 @@
"RunwareAudioInput", "RunwareAudioInput",
"RunwareAudioInputCombine", "RunwareAudioInputCombine",
"RunwareBlackForestProviderSettings", "RunwareBlackForestProviderSettings",
"RunwareBriaProviderMask",
"RunwareBriaProviderSettings", "RunwareBriaProviderSettings",
"RunwareBytedanceProviderSettings", "RunwareBytedanceProviderSettings",
"RunwareFrameImages", "RunwareFrameImages",
@ -17658,6 +17678,14 @@
"title_aux": "ComfyUI-ModelSamplingSD3Advanced" "title_aux": "ComfyUI-ModelSamplingSD3Advanced"
} }
], ],
"https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer": [
[
"SpectralVAEDetailer"
],
{
"title_aux": "ComfyUI-SpectralVAEDetailer"
}
],
"https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": [ "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": [
[ [
"WeightedRandomChoice" "WeightedRandomChoice"
@ -29578,15 +29606,6 @@
"title_aux": "ComfyUI-TTS" "title_aux": "ComfyUI-TTS"
} }
], ],
"https://github.com/danieljanata/ComfyUI-QwenVL-Override": [
[
"AILab_QwenVL_Override",
"AILab_QwenVL_Override_Advanced"
],
{
"title_aux": "ComfyUI-QwenVL-Override"
}
],
"https://github.com/darkamenosa/comfy_inpaint_blend": [ "https://github.com/darkamenosa/comfy_inpaint_blend": [
[ [
"EnhancedImageCompositeMasked" "EnhancedImageCompositeMasked"
@ -31699,6 +31718,7 @@
[ [
"FL_CosyVoice3_AudioCrop", "FL_CosyVoice3_AudioCrop",
"FL_CosyVoice3_CrossLingual", "FL_CosyVoice3_CrossLingual",
"FL_CosyVoice3_Dialog",
"FL_CosyVoice3_ModelLoader", "FL_CosyVoice3_ModelLoader",
"FL_CosyVoice3_VoiceConversion", "FL_CosyVoice3_VoiceConversion",
"FL_CosyVoice3_ZeroShot" "FL_CosyVoice3_ZeroShot"
@ -42823,7 +42843,8 @@
[ [
"FlashVSRInitPipe", "FlashVSRInitPipe",
"FlashVSRNode", "FlashVSRNode",
"FlashVSRNodeAdv" "FlashVSRNodeAdv",
"FlashVSR_Stable"
], ],
{ {
"title_aux": "ComfyUI-FlashVSR_Stable" "title_aux": "ComfyUI-FlashVSR_Stable"
@ -45699,6 +45720,7 @@
"https://github.com/rakkarage/ComfyRage": [ "https://github.com/rakkarage/ComfyRage": [
[ [
"Debug", "Debug",
"Notify",
"Pre", "Pre",
"Show" "Show"
], ],
@ -50847,29 +50869,8 @@
], ],
"https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": [ "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": [
[ [
"ConditioningAddNoise",
"ConditioningFrequencyMerge",
"ConditioningFrequencySplit",
"ConditioningGaussianBlur",
"ConditioningScale",
"ImageAddNoise",
"ImageFractalBrownianMotion",
"ImagePerlinFractalNoise",
"ImageReactionDiffusion",
"ImageSimplexNoise",
"ImageSwirlNoise",
"ImageWorleyNoise",
"LatentAddNoise",
"LatentForwardDiffusion",
"LatentFractalBrownianMotion",
"LatentFrequencySplit",
"LatentGaussianBlur",
"LatentHybridInverter", "LatentHybridInverter",
"LatentPerlinFractalNoise", "MemoryDiagnosticsPassThrough",
"LatentReactionDiffusion",
"LatentSimplexNoise",
"LatentSwirlNoise",
"LatentWorleyNoise",
"QwenRectifiedFlowInverter" "QwenRectifiedFlowInverter"
], ],
{ {
@ -50915,6 +50916,41 @@
"title_aux": "ComfyUI-Tensor-Operations" "title_aux": "ComfyUI-Tensor-Operations"
} }
], ],
"https://github.com/ttulttul/Skoogeer-Noise": [
[
"ConditioningAddNoise",
"ConditioningFrequencyMerge",
"ConditioningFrequencySplit",
"ConditioningGaussianBlur",
"ConditioningScale",
"ImageAddNoise",
"ImageFractalBrownianMotion",
"ImageMeshDrag",
"ImageNoise",
"ImagePerlinFractalNoise",
"ImageReactionDiffusion",
"ImageSimplexNoise",
"ImageSwirlNoise",
"ImageWorleyNoise",
"LatentAddNoise",
"LatentChannelStatsPreview",
"LatentForwardDiffusion",
"LatentFractalBrownianMotion",
"LatentFrequencyMerge",
"LatentFrequencySplit",
"LatentGaussianBlur",
"LatentMeshDrag",
"LatentNoise",
"LatentPerlinFractalNoise",
"LatentReactionDiffusion",
"LatentSimplexNoise",
"LatentSwirlNoise",
"LatentWorleyNoise"
],
{
"title_aux": "Skoogeer-Noise"
}
],
"https://github.com/tuki0918/ComfyUI_Cooldown_Node": [ "https://github.com/tuki0918/ComfyUI_Cooldown_Node": [
[ [
"CooldownImageNode", "CooldownImageNode",
@ -51568,6 +51604,14 @@
"title_aux": "ComfyUI-Vivax-Nodes" "title_aux": "ComfyUI-Vivax-Nodes"
} }
], ],
"https://github.com/vjumpkung/ComfyUI-STARWrapper": [
[
"STARVSRNode"
],
{
"title_aux": "ComfyUI-STARWrapper"
}
],
"https://github.com/vkff5833/ComfyUI-MobileClient": [ "https://github.com/vkff5833/ComfyUI-MobileClient": [
[ [
"MobileClient" "MobileClient"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5598,16 +5598,6 @@
"description": "NODES: Properties, Apply SVG to Image", "description": "NODES: Properties, Apply SVG to Image",
"install_type": "git-clone" "install_type": "git-clone"
}, },
{
"author": "AhBumm",
"title": "ComfyUI_MangaLineExtraction",
"reference": "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf",
"files": [
"https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf"
],
"description": "p1atdev/MangaLineExtraction-hf as a node in comfyui",
"install_type": "git-clone"
},
{ {
"author": "Kur0butiMegane", "author": "Kur0butiMegane",
"title": "Comfyui-StringUtils", "title": "Comfyui-StringUtils",

View File

@ -713,14 +713,6 @@
"title_aux": "ComfyUI-Upscayl" "title_aux": "ComfyUI-Upscayl"
} }
], ],
"https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": [
[
"MangaLineExtraction-hf"
],
{
"title_aux": "ComfyUI_MangaLineExtraction"
}
],
"https://github.com/AkiEvansDev/ComfyUI-Tools": [ "https://github.com/AkiEvansDev/ComfyUI-Tools": [
[ [
"AE.AnySwitch", "AE.AnySwitch",
@ -3686,13 +3678,15 @@
], ],
"https://github.com/OhSeongHyeon/comfyui-random-image-size": [ "https://github.com/OhSeongHyeon/comfyui-random-image-size": [
[ [
"CheckpointLoaderWithOuputDirByModelName", "BFParameters",
"BFParametersSimple",
"IntegerPicker", "IntegerPicker",
"OuputDirByModelName", "OuputDirByModelName",
"RandomImageSizeAdvanced", "RandomImageSizeAdvanced",
"RandomImageSizeAdvancedYAML", "RandomImageSizeAdvancedYAML",
"RandomInteger", "RandomInteger",
"UniqueStringList" "UniqueStringList",
"UniqueStringListAdvanced"
], ],
{ {
"title_aux": "comfyui-random-image-size" "title_aux": "comfyui-random-image-size"
@ -3928,7 +3922,8 @@
"LoadMVDUST3RModel", "LoadMVDUST3RModel",
"MVDUST3DVisualizer", "MVDUST3DVisualizer",
"MVDUST3RGridMesh", "MVDUST3RGridMesh",
"MVDUST3RInference" "MVDUST3RInference",
"PrepareImages"
], ],
{ {
"title_aux": "ComfyUI-MVDUST3R [UNSAFE]" "title_aux": "ComfyUI-MVDUST3R [UNSAFE]"
@ -11017,6 +11012,7 @@
"FloatToString", "FloatToString",
"FloatToStringWithPrefix", "FloatToStringWithPrefix",
"IsComfyQueueEmpty", "IsComfyQueueEmpty",
"LoRASyntaxExtractor",
"LoraWildcardGenerator", "LoraWildcardGenerator",
"RepeatTextLines" "RepeatTextLines"
], ],
@ -11054,6 +11050,14 @@
"title_aux": "ComfyUI_Cluster [WIP]" "title_aux": "ComfyUI_Cluster [WIP]"
} }
], ],
"https://github.com/nschpy/ComfyUI_MovisAdapter": [
[
"Example"
],
{
"title_aux": "ComfyUI_MovisAdapter [UNSAFE]"
}
],
"https://github.com/numq/comfyui-camera-capture-node": [ "https://github.com/numq/comfyui-camera-capture-node": [
[ [
"CameraCapture" "CameraCapture"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "AhBumm",
"title": "ComfyUI_MangaLineExtraction [REMOVED]",
"reference": "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf",
"files": [
"https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf"
],
"description": "p1atdev/MangaLineExtraction-hf as a node in comfyui",
"install_type": "git-clone"
},
{
"author": "danieljanata",
"title": "ComfyUI-QwenVL-Override [REMOVED]",
"reference": "https://github.com/danieljanata/ComfyUI-QwenVL-Override",
"files": [
"https://github.com/danieljanata/ComfyUI-QwenVL-Override"
],
"install_type": "git-clone",
"description": "Adds two nodes that reuse upstream ComfyUI-QwenVL presets but add a runtime override that can be wired/unwired without getting stuck."
},
{ {
"author": "Futureversecom", "author": "Futureversecom",
"title": "ComfyUI-JEN [REMOVED]", "title": "ComfyUI-JEN [REMOVED]",

View File

@ -1,5 +1,45 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "vjumpkung",
"title": "ComfyUI-STARWrapper",
"reference": "https://github.com/vjumpkung/ComfyUI-STARWrapper",
"files": [
"https://github.com/vjumpkung/ComfyUI-STARWrapper"
],
"install_type": "git-clone",
"description": "An experimental STAR Video Upscale Wrapper."
},
{
"author": "ttulttul",
"title": "Skoogeer-Noise",
"reference": "https://github.com/ttulttul/Skoogeer-Noise",
"files": [
"https://github.com/ttulttul/Skoogeer-Noise"
],
"install_type": "git-clone",
"description": "Noise, conditioning, and perturbation utility nodes for ComfyUI (procedural noise, mesh drag, latent channel stats preview)."
},
{
"author": "SparknightLLC",
"title": "ComfyUI-SpectralVAEDetailer",
"reference": "https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer",
"files": [
"https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer"
],
"install_type": "git-clone",
"description": "Adjusts a latent image before the VAE decoding step in order to improve your image quality."
},
{
"author": "Paddel87",
"title": "ComfyUI_fal_image",
"reference": "https://github.com/Paddel87/ComfyUI_fal_image",
"files": [
"https://github.com/Paddel87/ComfyUI_fal_image"
],
"install_type": "git-clone",
"description": "ComfyUI custom node pack for fal.ai image generation supporting FLUX models with queue polling, safety controls, and native image I/O conversion."
},
{ {
"author": "okdalto", "author": "okdalto",
"title": "ComfyUI-FlashPortrait", "title": "ComfyUI-FlashPortrait",
@ -524,16 +564,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI Qwen-Image-Edit-2509 node integration for image editing using OpenAI Image API. (Description by CC)" "description": "ComfyUI Qwen-Image-Edit-2509 node integration for image editing using OpenAI Image API. (Description by CC)"
}, },
{
"author": "danieljanata",
"title": "ComfyUI-QwenVL-Override",
"reference": "https://github.com/danieljanata/ComfyUI-QwenVL-Override",
"files": [
"https://github.com/danieljanata/ComfyUI-QwenVL-Override"
],
"install_type": "git-clone",
"description": "Adds two nodes that reuse upstream ComfyUI-QwenVL presets but add a runtime override that can be wired/unwired without getting stuck."
},
{ {
"author": "Faildes", "author": "Faildes",
"title": "ComfyUI-NegativeFold", "title": "ComfyUI-NegativeFold",

View File

@ -14340,13 +14340,15 @@
], ],
"https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": [ "https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": [
[ [
"CheckpointLoaderWithOuputDirByModelName", "BFParameters",
"BFParametersSimple",
"IntegerPicker", "IntegerPicker",
"OuputDirByModelName", "OuputDirByModelName",
"RandomImageSizeAdvanced", "RandomImageSizeAdvanced",
"RandomImageSizeAdvancedYAML", "RandomImageSizeAdvancedYAML",
"RandomInteger", "RandomInteger",
"UniqueStringList" "UniqueStringList",
"UniqueStringListAdvanced"
], ],
{ {
"title_aux": "comfyui-watdafox-nodes" "title_aux": "comfyui-watdafox-nodes"
@ -14522,6 +14524,17 @@
"title_aux": "ComfyUI-ZeptaframePromptMerger" "title_aux": "ComfyUI-ZeptaframePromptMerger"
} }
], ],
"https://github.com/Paddel87/ComfyUI_fal_image": [
[
"FALContextStore",
"FALImage2Image",
"FALModelSelectImage",
"FALText2Image"
],
{
"title_aux": "ComfyUI_fal_image"
}
],
"https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": [ "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": [
[ [
"FooocusV2Expansion" "FooocusV2Expansion"
@ -14903,6 +14916,7 @@
"GeomPackComputeNormals", "GeomPackComputeNormals",
"GeomPackConnectedComponents", "GeomPackConnectedComponents",
"GeomPackCreatePrimitive", "GeomPackCreatePrimitive",
"GeomPackDegenerateFaces",
"GeomPackDepthNormalsToMesh", "GeomPackDepthNormalsToMesh",
"GeomPackDetectSelfIntersections", "GeomPackDetectSelfIntersections",
"GeomPackExtractSkeleton", "GeomPackExtractSkeleton",
@ -14917,15 +14931,18 @@
"GeomPackLoadMeshFBX", "GeomPackLoadMeshFBX",
"GeomPackLoadMeshPath", "GeomPackLoadMeshPath",
"GeomPackMergeVertices", "GeomPackMergeVertices",
"GeomPackMeshFix",
"GeomPackMeshFromSkeleton", "GeomPackMeshFromSkeleton",
"GeomPackMeshInfo", "GeomPackMeshInfo",
"GeomPackMeshQuality", "GeomPackMeshQuality",
"GeomPackMeshToMeshDistance", "GeomPackMeshToMeshDistance",
"GeomPackMeshToPointCloud", "GeomPackMeshToPointCloud",
"GeomPackNormalizeMeshToBBox", "GeomPackNormalizeMeshToBBox",
"GeomPackOpenEdges",
"GeomPackPointToMeshDistance", "GeomPackPointToMeshDistance",
"GeomPackPreviewGaussian", "GeomPackPreviewGaussian",
"GeomPackPreviewMesh", "GeomPackPreviewMesh",
"GeomPackPreviewMeshAnalysis",
"GeomPackPreviewMeshDual", "GeomPackPreviewMeshDual",
"GeomPackPreviewMeshUV", "GeomPackPreviewMeshUV",
"GeomPackPreviewMeshVTK", "GeomPackPreviewMeshVTK",
@ -14943,7 +14960,8 @@
"GeomPackTextureToGeometry", "GeomPackTextureToGeometry",
"GeomPackTransformMesh", "GeomPackTransformMesh",
"GeomPackUVUnwrap", "GeomPackUVUnwrap",
"GeomPackVisualizeNormalField" "GeomPackVisualizeNormalField",
"ScrambleIntField"
], ],
{ {
"title_aux": "ComfyUI libigl" "title_aux": "ComfyUI libigl"
@ -15658,6 +15676,7 @@
"Runware Audio Sections", "Runware Audio Sections",
"Runware Background Removal", "Runware Background Removal",
"Runware BlackForest Labs Provider Settings", "Runware BlackForest Labs Provider Settings",
"Runware Bria Provider Mask",
"Runware Bria Provider Settings", "Runware Bria Provider Settings",
"Runware Bytedance Provider Settings", "Runware Bytedance Provider Settings",
"Runware ControlNet", "Runware ControlNet",
@ -15721,6 +15740,7 @@
"RunwareAudioInput", "RunwareAudioInput",
"RunwareAudioInputCombine", "RunwareAudioInputCombine",
"RunwareBlackForestProviderSettings", "RunwareBlackForestProviderSettings",
"RunwareBriaProviderMask",
"RunwareBriaProviderSettings", "RunwareBriaProviderSettings",
"RunwareBytedanceProviderSettings", "RunwareBytedanceProviderSettings",
"RunwareFrameImages", "RunwareFrameImages",
@ -17658,6 +17678,14 @@
"title_aux": "ComfyUI-ModelSamplingSD3Advanced" "title_aux": "ComfyUI-ModelSamplingSD3Advanced"
} }
], ],
"https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer": [
[
"SpectralVAEDetailer"
],
{
"title_aux": "ComfyUI-SpectralVAEDetailer"
}
],
"https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": [ "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": [
[ [
"WeightedRandomChoice" "WeightedRandomChoice"
@ -29578,15 +29606,6 @@
"title_aux": "ComfyUI-TTS" "title_aux": "ComfyUI-TTS"
} }
], ],
"https://github.com/danieljanata/ComfyUI-QwenVL-Override": [
[
"AILab_QwenVL_Override",
"AILab_QwenVL_Override_Advanced"
],
{
"title_aux": "ComfyUI-QwenVL-Override"
}
],
"https://github.com/darkamenosa/comfy_inpaint_blend": [ "https://github.com/darkamenosa/comfy_inpaint_blend": [
[ [
"EnhancedImageCompositeMasked" "EnhancedImageCompositeMasked"
@ -31699,6 +31718,7 @@
[ [
"FL_CosyVoice3_AudioCrop", "FL_CosyVoice3_AudioCrop",
"FL_CosyVoice3_CrossLingual", "FL_CosyVoice3_CrossLingual",
"FL_CosyVoice3_Dialog",
"FL_CosyVoice3_ModelLoader", "FL_CosyVoice3_ModelLoader",
"FL_CosyVoice3_VoiceConversion", "FL_CosyVoice3_VoiceConversion",
"FL_CosyVoice3_ZeroShot" "FL_CosyVoice3_ZeroShot"
@ -42823,7 +42843,8 @@
[ [
"FlashVSRInitPipe", "FlashVSRInitPipe",
"FlashVSRNode", "FlashVSRNode",
"FlashVSRNodeAdv" "FlashVSRNodeAdv",
"FlashVSR_Stable"
], ],
{ {
"title_aux": "ComfyUI-FlashVSR_Stable" "title_aux": "ComfyUI-FlashVSR_Stable"
@ -45699,6 +45720,7 @@
"https://github.com/rakkarage/ComfyRage": [ "https://github.com/rakkarage/ComfyRage": [
[ [
"Debug", "Debug",
"Notify",
"Pre", "Pre",
"Show" "Show"
], ],
@ -50847,29 +50869,8 @@
], ],
"https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": [ "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": [
[ [
"ConditioningAddNoise",
"ConditioningFrequencyMerge",
"ConditioningFrequencySplit",
"ConditioningGaussianBlur",
"ConditioningScale",
"ImageAddNoise",
"ImageFractalBrownianMotion",
"ImagePerlinFractalNoise",
"ImageReactionDiffusion",
"ImageSimplexNoise",
"ImageSwirlNoise",
"ImageWorleyNoise",
"LatentAddNoise",
"LatentForwardDiffusion",
"LatentFractalBrownianMotion",
"LatentFrequencySplit",
"LatentGaussianBlur",
"LatentHybridInverter", "LatentHybridInverter",
"LatentPerlinFractalNoise", "MemoryDiagnosticsPassThrough",
"LatentReactionDiffusion",
"LatentSimplexNoise",
"LatentSwirlNoise",
"LatentWorleyNoise",
"QwenRectifiedFlowInverter" "QwenRectifiedFlowInverter"
], ],
{ {
@ -50915,6 +50916,41 @@
"title_aux": "ComfyUI-Tensor-Operations" "title_aux": "ComfyUI-Tensor-Operations"
} }
], ],
"https://github.com/ttulttul/Skoogeer-Noise": [
[
"ConditioningAddNoise",
"ConditioningFrequencyMerge",
"ConditioningFrequencySplit",
"ConditioningGaussianBlur",
"ConditioningScale",
"ImageAddNoise",
"ImageFractalBrownianMotion",
"ImageMeshDrag",
"ImageNoise",
"ImagePerlinFractalNoise",
"ImageReactionDiffusion",
"ImageSimplexNoise",
"ImageSwirlNoise",
"ImageWorleyNoise",
"LatentAddNoise",
"LatentChannelStatsPreview",
"LatentForwardDiffusion",
"LatentFractalBrownianMotion",
"LatentFrequencyMerge",
"LatentFrequencySplit",
"LatentGaussianBlur",
"LatentMeshDrag",
"LatentNoise",
"LatentPerlinFractalNoise",
"LatentReactionDiffusion",
"LatentSimplexNoise",
"LatentSwirlNoise",
"LatentWorleyNoise"
],
{
"title_aux": "Skoogeer-Noise"
}
],
"https://github.com/tuki0918/ComfyUI_Cooldown_Node": [ "https://github.com/tuki0918/ComfyUI_Cooldown_Node": [
[ [
"CooldownImageNode", "CooldownImageNode",
@ -51568,6 +51604,14 @@
"title_aux": "ComfyUI-Vivax-Nodes" "title_aux": "ComfyUI-Vivax-Nodes"
} }
], ],
"https://github.com/vjumpkung/ComfyUI-STARWrapper": [
[
"STARVSRNode"
],
{
"title_aux": "ComfyUI-STARWrapper"
}
],
"https://github.com/vkff5833/ComfyUI-MobileClient": [ "https://github.com/vkff5833/ComfyUI-MobileClient": [
[ [
"MobileClient" "MobileClient"