mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-24 13:50:49 +08:00
This commit is contained in:
parent
cc3428eb3b
commit
2478d20e76
@ -5747,6 +5747,16 @@
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"title": "LoraInfo",
|
||||
@ -20386,6 +20396,16 @@
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"title": "ComfyUI-LTXVideo",
|
||||
@ -39138,16 +39158,6 @@
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"title": "Arctenoxs-Essentials_ComfyUI",
|
||||
@ -39390,8 +39400,26 @@
|
||||
"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."
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"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."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -14340,13 +14340,15 @@
|
||||
],
|
||||
"https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": [
|
||||
[
|
||||
"CheckpointLoaderWithOuputDirByModelName",
|
||||
"BFParameters",
|
||||
"BFParametersSimple",
|
||||
"IntegerPicker",
|
||||
"OuputDirByModelName",
|
||||
"RandomImageSizeAdvanced",
|
||||
"RandomImageSizeAdvancedYAML",
|
||||
"RandomInteger",
|
||||
"UniqueStringList"
|
||||
"UniqueStringList",
|
||||
"UniqueStringListAdvanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-watdafox-nodes"
|
||||
@ -14522,6 +14524,17 @@
|
||||
"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": [
|
||||
[
|
||||
"FooocusV2Expansion"
|
||||
@ -14903,6 +14916,7 @@
|
||||
"GeomPackComputeNormals",
|
||||
"GeomPackConnectedComponents",
|
||||
"GeomPackCreatePrimitive",
|
||||
"GeomPackDegenerateFaces",
|
||||
"GeomPackDepthNormalsToMesh",
|
||||
"GeomPackDetectSelfIntersections",
|
||||
"GeomPackExtractSkeleton",
|
||||
@ -14917,15 +14931,18 @@
|
||||
"GeomPackLoadMeshFBX",
|
||||
"GeomPackLoadMeshPath",
|
||||
"GeomPackMergeVertices",
|
||||
"GeomPackMeshFix",
|
||||
"GeomPackMeshFromSkeleton",
|
||||
"GeomPackMeshInfo",
|
||||
"GeomPackMeshQuality",
|
||||
"GeomPackMeshToMeshDistance",
|
||||
"GeomPackMeshToPointCloud",
|
||||
"GeomPackNormalizeMeshToBBox",
|
||||
"GeomPackOpenEdges",
|
||||
"GeomPackPointToMeshDistance",
|
||||
"GeomPackPreviewGaussian",
|
||||
"GeomPackPreviewMesh",
|
||||
"GeomPackPreviewMeshAnalysis",
|
||||
"GeomPackPreviewMeshDual",
|
||||
"GeomPackPreviewMeshUV",
|
||||
"GeomPackPreviewMeshVTK",
|
||||
@ -14943,7 +14960,8 @@
|
||||
"GeomPackTextureToGeometry",
|
||||
"GeomPackTransformMesh",
|
||||
"GeomPackUVUnwrap",
|
||||
"GeomPackVisualizeNormalField"
|
||||
"GeomPackVisualizeNormalField",
|
||||
"ScrambleIntField"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI libigl"
|
||||
@ -15658,6 +15676,7 @@
|
||||
"Runware Audio Sections",
|
||||
"Runware Background Removal",
|
||||
"Runware BlackForest Labs Provider Settings",
|
||||
"Runware Bria Provider Mask",
|
||||
"Runware Bria Provider Settings",
|
||||
"Runware Bytedance Provider Settings",
|
||||
"Runware ControlNet",
|
||||
@ -15721,6 +15740,7 @@
|
||||
"RunwareAudioInput",
|
||||
"RunwareAudioInputCombine",
|
||||
"RunwareBlackForestProviderSettings",
|
||||
"RunwareBriaProviderMask",
|
||||
"RunwareBriaProviderSettings",
|
||||
"RunwareBytedanceProviderSettings",
|
||||
"RunwareFrameImages",
|
||||
@ -17658,6 +17678,14 @@
|
||||
"title_aux": "ComfyUI-ModelSamplingSD3Advanced"
|
||||
}
|
||||
],
|
||||
"https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer": [
|
||||
[
|
||||
"SpectralVAEDetailer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SpectralVAEDetailer"
|
||||
}
|
||||
],
|
||||
"https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": [
|
||||
[
|
||||
"WeightedRandomChoice"
|
||||
@ -29578,15 +29606,6 @@
|
||||
"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": [
|
||||
[
|
||||
"EnhancedImageCompositeMasked"
|
||||
@ -31699,6 +31718,7 @@
|
||||
[
|
||||
"FL_CosyVoice3_AudioCrop",
|
||||
"FL_CosyVoice3_CrossLingual",
|
||||
"FL_CosyVoice3_Dialog",
|
||||
"FL_CosyVoice3_ModelLoader",
|
||||
"FL_CosyVoice3_VoiceConversion",
|
||||
"FL_CosyVoice3_ZeroShot"
|
||||
@ -42823,7 +42843,8 @@
|
||||
[
|
||||
"FlashVSRInitPipe",
|
||||
"FlashVSRNode",
|
||||
"FlashVSRNodeAdv"
|
||||
"FlashVSRNodeAdv",
|
||||
"FlashVSR_Stable"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-FlashVSR_Stable"
|
||||
@ -45699,6 +45720,7 @@
|
||||
"https://github.com/rakkarage/ComfyRage": [
|
||||
[
|
||||
"Debug",
|
||||
"Notify",
|
||||
"Pre",
|
||||
"Show"
|
||||
],
|
||||
@ -50847,29 +50869,8 @@
|
||||
],
|
||||
"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",
|
||||
"LatentPerlinFractalNoise",
|
||||
"LatentReactionDiffusion",
|
||||
"LatentSimplexNoise",
|
||||
"LatentSwirlNoise",
|
||||
"LatentWorleyNoise",
|
||||
"MemoryDiagnosticsPassThrough",
|
||||
"QwenRectifiedFlowInverter"
|
||||
],
|
||||
{
|
||||
@ -50915,6 +50916,41 @@
|
||||
"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": [
|
||||
[
|
||||
"CooldownImageNode",
|
||||
@ -51568,6 +51604,14 @@
|
||||
"title_aux": "ComfyUI-Vivax-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/vjumpkung/ComfyUI-STARWrapper": [
|
||||
[
|
||||
"STARVSRNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-STARWrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/vkff5833/ComfyUI-MobileClient": [
|
||||
[
|
||||
"MobileClient"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
2807
github-stats.json
2807
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -5598,16 +5598,6 @@
|
||||
"description": "NODES: Properties, Apply SVG to Image",
|
||||
"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",
|
||||
"title": "Comfyui-StringUtils",
|
||||
|
||||
@ -713,14 +713,6 @@
|
||||
"title_aux": "ComfyUI-Upscayl"
|
||||
}
|
||||
],
|
||||
"https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": [
|
||||
[
|
||||
"MangaLineExtraction-hf"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_MangaLineExtraction"
|
||||
}
|
||||
],
|
||||
"https://github.com/AkiEvansDev/ComfyUI-Tools": [
|
||||
[
|
||||
"AE.AnySwitch",
|
||||
@ -3686,13 +3678,15 @@
|
||||
],
|
||||
"https://github.com/OhSeongHyeon/comfyui-random-image-size": [
|
||||
[
|
||||
"CheckpointLoaderWithOuputDirByModelName",
|
||||
"BFParameters",
|
||||
"BFParametersSimple",
|
||||
"IntegerPicker",
|
||||
"OuputDirByModelName",
|
||||
"RandomImageSizeAdvanced",
|
||||
"RandomImageSizeAdvancedYAML",
|
||||
"RandomInteger",
|
||||
"UniqueStringList"
|
||||
"UniqueStringList",
|
||||
"UniqueStringListAdvanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-random-image-size"
|
||||
@ -3928,7 +3922,8 @@
|
||||
"LoadMVDUST3RModel",
|
||||
"MVDUST3DVisualizer",
|
||||
"MVDUST3RGridMesh",
|
||||
"MVDUST3RInference"
|
||||
"MVDUST3RInference",
|
||||
"PrepareImages"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MVDUST3R [UNSAFE]"
|
||||
@ -11017,6 +11012,7 @@
|
||||
"FloatToString",
|
||||
"FloatToStringWithPrefix",
|
||||
"IsComfyQueueEmpty",
|
||||
"LoRASyntaxExtractor",
|
||||
"LoraWildcardGenerator",
|
||||
"RepeatTextLines"
|
||||
],
|
||||
@ -11054,6 +11050,14 @@
|
||||
"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": [
|
||||
[
|
||||
"CameraCapture"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,25 @@
|
||||
{
|
||||
"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",
|
||||
"title": "ComfyUI-JEN [REMOVED]",
|
||||
|
||||
@ -1,5 +1,45 @@
|
||||
{
|
||||
"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",
|
||||
"title": "ComfyUI-FlashPortrait",
|
||||
@ -524,16 +564,6 @@
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"title": "ComfyUI-NegativeFold",
|
||||
|
||||
@ -14340,13 +14340,15 @@
|
||||
],
|
||||
"https://github.com/OhSeongHyeon/comfyui-watdafox-nodes": [
|
||||
[
|
||||
"CheckpointLoaderWithOuputDirByModelName",
|
||||
"BFParameters",
|
||||
"BFParametersSimple",
|
||||
"IntegerPicker",
|
||||
"OuputDirByModelName",
|
||||
"RandomImageSizeAdvanced",
|
||||
"RandomImageSizeAdvancedYAML",
|
||||
"RandomInteger",
|
||||
"UniqueStringList"
|
||||
"UniqueStringList",
|
||||
"UniqueStringListAdvanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-watdafox-nodes"
|
||||
@ -14522,6 +14524,17 @@
|
||||
"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": [
|
||||
[
|
||||
"FooocusV2Expansion"
|
||||
@ -14903,6 +14916,7 @@
|
||||
"GeomPackComputeNormals",
|
||||
"GeomPackConnectedComponents",
|
||||
"GeomPackCreatePrimitive",
|
||||
"GeomPackDegenerateFaces",
|
||||
"GeomPackDepthNormalsToMesh",
|
||||
"GeomPackDetectSelfIntersections",
|
||||
"GeomPackExtractSkeleton",
|
||||
@ -14917,15 +14931,18 @@
|
||||
"GeomPackLoadMeshFBX",
|
||||
"GeomPackLoadMeshPath",
|
||||
"GeomPackMergeVertices",
|
||||
"GeomPackMeshFix",
|
||||
"GeomPackMeshFromSkeleton",
|
||||
"GeomPackMeshInfo",
|
||||
"GeomPackMeshQuality",
|
||||
"GeomPackMeshToMeshDistance",
|
||||
"GeomPackMeshToPointCloud",
|
||||
"GeomPackNormalizeMeshToBBox",
|
||||
"GeomPackOpenEdges",
|
||||
"GeomPackPointToMeshDistance",
|
||||
"GeomPackPreviewGaussian",
|
||||
"GeomPackPreviewMesh",
|
||||
"GeomPackPreviewMeshAnalysis",
|
||||
"GeomPackPreviewMeshDual",
|
||||
"GeomPackPreviewMeshUV",
|
||||
"GeomPackPreviewMeshVTK",
|
||||
@ -14943,7 +14960,8 @@
|
||||
"GeomPackTextureToGeometry",
|
||||
"GeomPackTransformMesh",
|
||||
"GeomPackUVUnwrap",
|
||||
"GeomPackVisualizeNormalField"
|
||||
"GeomPackVisualizeNormalField",
|
||||
"ScrambleIntField"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI libigl"
|
||||
@ -15658,6 +15676,7 @@
|
||||
"Runware Audio Sections",
|
||||
"Runware Background Removal",
|
||||
"Runware BlackForest Labs Provider Settings",
|
||||
"Runware Bria Provider Mask",
|
||||
"Runware Bria Provider Settings",
|
||||
"Runware Bytedance Provider Settings",
|
||||
"Runware ControlNet",
|
||||
@ -15721,6 +15740,7 @@
|
||||
"RunwareAudioInput",
|
||||
"RunwareAudioInputCombine",
|
||||
"RunwareBlackForestProviderSettings",
|
||||
"RunwareBriaProviderMask",
|
||||
"RunwareBriaProviderSettings",
|
||||
"RunwareBytedanceProviderSettings",
|
||||
"RunwareFrameImages",
|
||||
@ -17658,6 +17678,14 @@
|
||||
"title_aux": "ComfyUI-ModelSamplingSD3Advanced"
|
||||
}
|
||||
],
|
||||
"https://github.com/SparknightLLC/ComfyUI-SpectralVAEDetailer": [
|
||||
[
|
||||
"SpectralVAEDetailer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SpectralVAEDetailer"
|
||||
}
|
||||
],
|
||||
"https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": [
|
||||
[
|
||||
"WeightedRandomChoice"
|
||||
@ -29578,15 +29606,6 @@
|
||||
"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": [
|
||||
[
|
||||
"EnhancedImageCompositeMasked"
|
||||
@ -31699,6 +31718,7 @@
|
||||
[
|
||||
"FL_CosyVoice3_AudioCrop",
|
||||
"FL_CosyVoice3_CrossLingual",
|
||||
"FL_CosyVoice3_Dialog",
|
||||
"FL_CosyVoice3_ModelLoader",
|
||||
"FL_CosyVoice3_VoiceConversion",
|
||||
"FL_CosyVoice3_ZeroShot"
|
||||
@ -42823,7 +42843,8 @@
|
||||
[
|
||||
"FlashVSRInitPipe",
|
||||
"FlashVSRNode",
|
||||
"FlashVSRNodeAdv"
|
||||
"FlashVSRNodeAdv",
|
||||
"FlashVSR_Stable"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-FlashVSR_Stable"
|
||||
@ -45699,6 +45720,7 @@
|
||||
"https://github.com/rakkarage/ComfyRage": [
|
||||
[
|
||||
"Debug",
|
||||
"Notify",
|
||||
"Pre",
|
||||
"Show"
|
||||
],
|
||||
@ -50847,29 +50869,8 @@
|
||||
],
|
||||
"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",
|
||||
"LatentPerlinFractalNoise",
|
||||
"LatentReactionDiffusion",
|
||||
"LatentSimplexNoise",
|
||||
"LatentSwirlNoise",
|
||||
"LatentWorleyNoise",
|
||||
"MemoryDiagnosticsPassThrough",
|
||||
"QwenRectifiedFlowInverter"
|
||||
],
|
||||
{
|
||||
@ -50915,6 +50916,41 @@
|
||||
"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": [
|
||||
[
|
||||
"CooldownImageNode",
|
||||
@ -51568,6 +51604,14 @@
|
||||
"title_aux": "ComfyUI-Vivax-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/vjumpkung/ComfyUI-STARWrapper": [
|
||||
[
|
||||
"STARVSRNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-STARWrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/vkff5833/ComfyUI-MobileClient": [
|
||||
[
|
||||
"MobileClient"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user