mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
01110862c4
commit
a1d02bdbef
@ -2136,6 +2136,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)"
|
||||
},
|
||||
{
|
||||
"author": "Clybius",
|
||||
"title": "ComfyUI Extra Samplers",
|
||||
"reference": "https://github.com/Clybius/ComfyUI-Extra-Samplers",
|
||||
"files": [
|
||||
"https://github.com/Clybius/ComfyUI-Extra-Samplers"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: SamplerCustomNoise, SamplerCustomNoiseDuo, SamplerCustomModelMixtureDuo, SamplerRES_Momentumized, SamplerDPMPP_DualSDE_Momentumized, SamplerCLYB_4M_SDE_Momentumized, SamplerTTM, SamplerLCMCustom\nThis extension provides various custom samplers not offered by the default nodes in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "mcmonkeyprojects",
|
||||
"title": "Stable Diffusion Dynamic Thresholding (CFG Scale Fix)",
|
||||
@ -3832,6 +3842,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Iterative Mixing KSampler, Batch Unsampler, Iterative Mixing KSampler Advanced"
|
||||
},
|
||||
{
|
||||
"author": "ttulttul",
|
||||
"title": "ComfyUI-Tensor-Operations",
|
||||
"reference": "https://github.com/ttulttul/ComfyUI-Tensor-Operations",
|
||||
"files": [
|
||||
"https://github.com/ttulttul/ComfyUI-Tensor-Operations"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This repo contains nodes for ComfyUI that implement some helpful operations on tensors, such as normalization."
|
||||
},
|
||||
{
|
||||
"author": "jitcoder",
|
||||
"title": "LoraInfo",
|
||||
@ -4904,6 +4924,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyS3 seamlessly integrates with [a/Amazon S3](https://aws.amazon.com/en/s3/) in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface."
|
||||
},
|
||||
{
|
||||
"author": "davask",
|
||||
"title": "ComfyUI-MarasIT-Nodes",
|
||||
"reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes",
|
||||
"files": [
|
||||
"https://github.com/davask/ComfyUI-MarasIT-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a revised version of the Bus node from the [a/Was Node Suite](https://github.com/WASasquatch/was-node-suite-comfyui) to integrate more input/output."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -109,6 +109,7 @@
|
||||
[
|
||||
"AutoNegativePrompt",
|
||||
"CreatePromptVariant",
|
||||
"OneButtonPreset",
|
||||
"OneButtonPrompt",
|
||||
"SavePromptToFile"
|
||||
],
|
||||
@ -441,6 +442,21 @@
|
||||
"title_aux": "ComfyUI_Ib_CustomNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Clybius/ComfyUI-Extra-Samplers": [
|
||||
[
|
||||
"SamplerCLYB_4M_SDE_Momentumized",
|
||||
"SamplerCustomModelMixtureDuo",
|
||||
"SamplerCustomNoise",
|
||||
"SamplerCustomNoiseDuo",
|
||||
"SamplerDPMPP_DualSDE_Momentumized",
|
||||
"SamplerLCMCustom",
|
||||
"SamplerRES_Momentumized",
|
||||
"SamplerTTM"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Extra Samplers"
|
||||
}
|
||||
],
|
||||
"https://github.com/Clybius/ComfyUI-Latent-Modifiers": [
|
||||
[
|
||||
"Latent Diffusion Mega Modifier"
|
||||
@ -982,6 +998,7 @@
|
||||
"https://github.com/IDGallagher/ComfyUI-IG-Nodes": [
|
||||
[
|
||||
"IG Analyze SSIM",
|
||||
"IG Cross Fade Images",
|
||||
"IG Explorer",
|
||||
"IG Float",
|
||||
"IG Folder",
|
||||
@ -3939,9 +3956,15 @@
|
||||
],
|
||||
"https://github.com/chaojie/ComfyUI-Panda3d": [
|
||||
[
|
||||
"Panda3dAmbientLight",
|
||||
"Panda3dAttachNewNode",
|
||||
"Panda3dBase",
|
||||
"Panda3dDirectionalLight",
|
||||
"Panda3dLoadModel",
|
||||
"Panda3dTest"
|
||||
"Panda3dLoadTexture",
|
||||
"Panda3dModelMerge",
|
||||
"Panda3dTest",
|
||||
"Panda3dTextureMerge"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Panda3d"
|
||||
@ -3986,7 +4009,9 @@
|
||||
"LayerFilter: ChannelShake",
|
||||
"LayerFilter: GaussianBlur",
|
||||
"LayerFilter: MotionBlur",
|
||||
"LayerFilter: SkinBeauty",
|
||||
"LayerFilter: SoftLight",
|
||||
"LayerFilter: WaterColor",
|
||||
"LayerMask: MaskBoxDetect",
|
||||
"LayerMask: MaskEdgeShrink",
|
||||
"LayerMask: MaskGradient",
|
||||
@ -4507,6 +4532,14 @@
|
||||
"title_aux": "DarkPrompts"
|
||||
}
|
||||
],
|
||||
"https://github.com/davask/ComfyUI-MarasIT-Nodes": [
|
||||
[
|
||||
"MarasitBusNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MarasIT-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
|
||||
[
|
||||
"dsp-imagehelpers-concat"
|
||||
@ -5039,7 +5072,7 @@
|
||||
[
|
||||
"Joytag",
|
||||
"PromptGenerate",
|
||||
"SimpleChat",
|
||||
"SimpleText",
|
||||
"VisionTextQuestion"
|
||||
],
|
||||
{
|
||||
@ -5935,6 +5968,7 @@
|
||||
"RemoveBackendData //Inspire",
|
||||
"RemoveBackendDataNumberKey //Inspire",
|
||||
"RemoveControlNet //Inspire",
|
||||
"RemoveControlNetFromRegionalPrompts //Inspire",
|
||||
"RetrieveBackendData //Inspire",
|
||||
"RetrieveBackendDataNumberKey //Inspire",
|
||||
"SeedExplorer //Inspire",
|
||||
@ -7356,6 +7390,15 @@
|
||||
"title_aux": "ComfyUI Iterative Mixing Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ttulttul/ComfyUI-Tensor-Operations": [
|
||||
[
|
||||
"Image Match Normalize",
|
||||
"Latent Match Normalize"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Tensor-Operations"
|
||||
}
|
||||
],
|
||||
"https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [
|
||||
[
|
||||
"Any Converter",
|
||||
|
||||
@ -70,16 +70,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial ComfyUI extension of clip-interrogator"
|
||||
},
|
||||
{
|
||||
"author": "solarpush",
|
||||
"title": "comfyui_sendimage_node",
|
||||
"reference": "https://github.com/solarpush/comfyui_sendimage_node",
|
||||
"files": [
|
||||
"https://github.com/solarpush/comfyui_sendimage_node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Send to Pod"
|
||||
},
|
||||
{
|
||||
"author": "prismwastaken",
|
||||
"title": "prism-tools",
|
||||
@ -180,16 +170,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:PythonScript, BlendImagesWithBoundedMasks, CropImagesWithMasks, VAELoaderDataType, ModelSamplerTonemapNoiseTest, gcLatentTunnel, ReferenceOnlySimple, EmptyImageWithColor, MaskFromColor, SetLatentCustomNoise, LatentToImage, ImageToLatent, LatentScaledNoise, DisplayAnyType, SamplerCustomCallback, CustomCallback, SplitCustomSigmas, SamplerDPMPP_2M_SDE_nidefawl, LatentPerlinNoise.<BR>[w/This node is an unsafe node that includes the capability to execute arbitrary python script.]"
|
||||
},
|
||||
{
|
||||
"author": "solarpush",
|
||||
"title": "comfyui_sendimage_node",
|
||||
"reference": "https://github.com/solarpush/comfyui_sendimage_node",
|
||||
"files": [
|
||||
"https://github.com/solarpush/comfyui_sendimage_node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Send images to the pod."
|
||||
},
|
||||
{
|
||||
"author": "kadirnar",
|
||||
"title": "comfyui_helpers",
|
||||
|
||||
@ -1,4 +1,188 @@
|
||||
{
|
||||
"https://github.com/17Retoucher/ComfyUI_Fooocus": [
|
||||
[
|
||||
"BasicScheduler",
|
||||
"CLIPLoader",
|
||||
"CLIPMergeSimple",
|
||||
"CLIPSave",
|
||||
"CLIPSetLastLayer",
|
||||
"CLIPTextEncode",
|
||||
"CLIPTextEncodeSDXL",
|
||||
"CLIPTextEncodeSDXLRefiner",
|
||||
"CLIPVisionEncode",
|
||||
"CLIPVisionLoader",
|
||||
"Canny",
|
||||
"CheckpointLoader",
|
||||
"CheckpointLoaderSimple",
|
||||
"CheckpointSave",
|
||||
"ConditioningAverage",
|
||||
"ConditioningCombine",
|
||||
"ConditioningConcat",
|
||||
"ConditioningSetArea",
|
||||
"ConditioningSetAreaPercentage",
|
||||
"ConditioningSetMask",
|
||||
"ConditioningSetTimestepRange",
|
||||
"ConditioningZeroOut",
|
||||
"ControlNetApply",
|
||||
"ControlNetApplyAdvanced",
|
||||
"ControlNetLoader",
|
||||
"CropMask",
|
||||
"DiffControlNetLoader",
|
||||
"DiffusersLoader",
|
||||
"DualCLIPLoader",
|
||||
"EmptyImage",
|
||||
"EmptyLatentImage",
|
||||
"ExponentialScheduler",
|
||||
"FeatherMask",
|
||||
"FlipSigmas",
|
||||
"Fooocus Controlnet",
|
||||
"Fooocus Hirefix",
|
||||
"Fooocus KSampler",
|
||||
"Fooocus Loader",
|
||||
"Fooocus LoraStack",
|
||||
"Fooocus PreKSampler",
|
||||
"Fooocus negative",
|
||||
"Fooocus positive",
|
||||
"Fooocus stylesSelector",
|
||||
"FreeU",
|
||||
"FreeU_V2",
|
||||
"GLIGENLoader",
|
||||
"GLIGENTextBoxApply",
|
||||
"GrowMask",
|
||||
"HyperTile",
|
||||
"HypernetworkLoader",
|
||||
"ImageBatch",
|
||||
"ImageBlend",
|
||||
"ImageBlur",
|
||||
"ImageColorToMask",
|
||||
"ImageCompositeMasked",
|
||||
"ImageCrop",
|
||||
"ImageInvert",
|
||||
"ImageOnlyCheckpointLoader",
|
||||
"ImagePadForOutpaint",
|
||||
"ImageQuantize",
|
||||
"ImageScale",
|
||||
"ImageScaleBy",
|
||||
"ImageScaleToTotalPixels",
|
||||
"ImageSharpen",
|
||||
"ImageToMask",
|
||||
"ImageUpscaleWithModel",
|
||||
"InvertMask",
|
||||
"JoinImageWithAlpha",
|
||||
"KSampler",
|
||||
"KSamplerAdvanced",
|
||||
"KSamplerSelect",
|
||||
"KarrasScheduler",
|
||||
"LatentAdd",
|
||||
"LatentBatch",
|
||||
"LatentBlend",
|
||||
"LatentComposite",
|
||||
"LatentCompositeMasked",
|
||||
"LatentCrop",
|
||||
"LatentFlip",
|
||||
"LatentFromBatch",
|
||||
"LatentInterpolate",
|
||||
"LatentMultiply",
|
||||
"LatentRotate",
|
||||
"LatentSubtract",
|
||||
"LatentUpscale",
|
||||
"LatentUpscaleBy",
|
||||
"LoadImage",
|
||||
"LoadImageMask",
|
||||
"LoadLatent",
|
||||
"LoraLoader",
|
||||
"LoraLoaderModelOnly",
|
||||
"MaskComposite",
|
||||
"MaskToImage",
|
||||
"ModelMergeAdd",
|
||||
"ModelMergeBlocks",
|
||||
"ModelMergeSimple",
|
||||
"ModelMergeSubtract",
|
||||
"ModelSamplingContinuousEDM",
|
||||
"ModelSamplingDiscrete",
|
||||
"PatchModelAddDownscale",
|
||||
"PerpNeg",
|
||||
"PolyexponentialScheduler",
|
||||
"PorterDuffImageComposite",
|
||||
"PreviewImage",
|
||||
"RebatchImages",
|
||||
"RebatchLatents",
|
||||
"RepeatImageBatch",
|
||||
"RepeatLatentBatch",
|
||||
"RescaleCFG",
|
||||
"SDTurboScheduler",
|
||||
"SVD_img2vid_Conditioning",
|
||||
"SamplerCustom",
|
||||
"SamplerDPMPP_2M_SDE",
|
||||
"SamplerDPMPP_SDE",
|
||||
"SaveAnimatedPNG",
|
||||
"SaveAnimatedWEBP",
|
||||
"SaveImage",
|
||||
"SaveLatent",
|
||||
"SelfAttentionGuidance",
|
||||
"SetLatentNoiseMask",
|
||||
"SolidMask",
|
||||
"SplitImageWithAlpha",
|
||||
"SplitSigmas",
|
||||
"StableZero123_Conditioning",
|
||||
"StyleModelApply",
|
||||
"StyleModelLoader",
|
||||
"TomePatchModel",
|
||||
"UNETLoader",
|
||||
"UpscaleModelLoader",
|
||||
"VAEDecode",
|
||||
"VAEDecodeTiled",
|
||||
"VAEEncode",
|
||||
"VAEEncodeForInpaint",
|
||||
"VAEEncodeTiled",
|
||||
"VAELoader",
|
||||
"VAESave",
|
||||
"VPScheduler",
|
||||
"VideoLinearCFGGuidance",
|
||||
"unCLIPCheckpointLoader",
|
||||
"unCLIPConditioning"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Fooocus"
|
||||
}
|
||||
],
|
||||
"https://github.com/BadCafeCode/execution-inversion-demo-comfyui": [
|
||||
[
|
||||
"AccumulateNode",
|
||||
"AccumulationGetItemNode",
|
||||
"AccumulationGetLengthNode",
|
||||
"AccumulationHeadNode",
|
||||
"AccumulationSetItemNode",
|
||||
"AccumulationTailNode",
|
||||
"AccumulationToListNode",
|
||||
"BoolOperationNode",
|
||||
"ComponentInput",
|
||||
"ComponentMetadata",
|
||||
"ComponentOutput",
|
||||
"DebugPrint",
|
||||
"ExecutionBlocker",
|
||||
"FloatConditions",
|
||||
"ForLoopClose",
|
||||
"ForLoopOpen",
|
||||
"IntConditions",
|
||||
"IntMathOperation",
|
||||
"InversionDemoAdvancedPromptNode",
|
||||
"InversionDemoFakeAdvancedPromptNode",
|
||||
"InversionDemoLazyConditional",
|
||||
"InversionDemoLazyIndexSwitch",
|
||||
"InversionDemoLazyMixImages",
|
||||
"InversionDemoLazySwitch",
|
||||
"ListToAccumulationNode",
|
||||
"MakeListNode",
|
||||
"StringConditions",
|
||||
"ToBoolNode",
|
||||
"WhileLoopClose",
|
||||
"WhileLoopOpen"
|
||||
],
|
||||
{
|
||||
"title_aux": "execution-inversion-demo-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": [
|
||||
[
|
||||
"BDXTestInt",
|
||||
@ -186,6 +370,15 @@
|
||||
"title_aux": "Gen Data Tester [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/blepping/ComfyUI-sonar": [
|
||||
[
|
||||
"SamplerSonarEuler",
|
||||
"SamplerSonarEulerA"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-sonar (WIP)"
|
||||
}
|
||||
],
|
||||
"https://github.com/comfyanonymous/ComfyUI": [
|
||||
[
|
||||
"BasicScheduler",
|
||||
@ -207,6 +400,7 @@
|
||||
"ConditioningConcat",
|
||||
"ConditioningSetArea",
|
||||
"ConditioningSetAreaPercentage",
|
||||
"ConditioningSetAreaStrength",
|
||||
"ConditioningSetMask",
|
||||
"ConditioningSetTimestepRange",
|
||||
"ConditioningZeroOut",
|
||||
@ -255,6 +449,7 @@
|
||||
"KarrasScheduler",
|
||||
"LatentAdd",
|
||||
"LatentBatch",
|
||||
"LatentBatchSeedBehavior",
|
||||
"LatentBlend",
|
||||
"LatentComposite",
|
||||
"LatentCompositeMasked",
|
||||
@ -548,6 +743,15 @@
|
||||
"title_aux": "comfyui_helpers"
|
||||
}
|
||||
],
|
||||
"https://github.com/kappa54m/ComfyUI_Usability": [
|
||||
[
|
||||
"LoadImageByPath",
|
||||
"LoadImageDedup"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Usability (WIP)"
|
||||
}
|
||||
],
|
||||
"https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes/raw/main/prompt_with_template.py": [
|
||||
[
|
||||
"ObjectPromptWithTemplate",
|
||||
@ -609,6 +813,19 @@
|
||||
"title_aux": "ComfyUI-nidefawl [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": [
|
||||
[
|
||||
"PromptUtilitiesConstString",
|
||||
"PromptUtilitiesConstStringMultiLine",
|
||||
"PromptUtilitiesFormatString",
|
||||
"PromptUtilitiesJoinStringList",
|
||||
"PromptUtilitiesLoadPreset",
|
||||
"PromptUtilitiesLoadPresetAdvanced"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PromptUtilities"
|
||||
}
|
||||
],
|
||||
"https://github.com/oyvindg/ComfyUI-TrollSuite": [
|
||||
[
|
||||
"BinaryImageMask",
|
||||
@ -651,18 +868,6 @@
|
||||
"title_aux": "prism-tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/solarpush/comfyui_sendimage_node": [
|
||||
[
|
||||
"Send_To_Pod"
|
||||
],
|
||||
{
|
||||
"author": "Enlumis",
|
||||
"description": "This one to send images to the pod.",
|
||||
"nickname": "go2flat",
|
||||
"title": "go2flat",
|
||||
"title_aux": "comfyui_sendimage_node"
|
||||
}
|
||||
],
|
||||
"https://github.com/unanan/ComfyUI-clip-interrogator": [
|
||||
[
|
||||
"ComfyUIClipInterrogator",
|
||||
|
||||
@ -10,6 +10,16 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "solarpush",
|
||||
"title": "comfyui_sendimage_node [REMOVED]",
|
||||
"reference": "https://github.com/solarpush/comfyui_sendimage_node",
|
||||
"files": [
|
||||
"https://github.com/solarpush/comfyui_sendimage_node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Send images to the pod."
|
||||
},
|
||||
{
|
||||
"author": "azazeal04",
|
||||
"title": "ComfyUI-Styles",
|
||||
|
||||
@ -10,6 +10,36 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "Clybius",
|
||||
"title": "ComfyUI Extra Samplers",
|
||||
"reference": "https://github.com/Clybius/ComfyUI-Extra-Samplers",
|
||||
"files": [
|
||||
"https://github.com/Clybius/ComfyUI-Extra-Samplers"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: SamplerCustomNoise, SamplerCustomNoiseDuo, SamplerCustomModelMixtureDuo, SamplerRES_Momentumized, SamplerDPMPP_DualSDE_Momentumized, SamplerCLYB_4M_SDE_Momentumized, SamplerTTM, SamplerLCMCustom\nThis extension provides various custom samplers not offered by the default nodes in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "ttulttul",
|
||||
"title": "ComfyUI-Tensor-Operations",
|
||||
"reference": "https://github.com/ttulttul/ComfyUI-Tensor-Operations",
|
||||
"files": [
|
||||
"https://github.com/ttulttul/ComfyUI-Tensor-Operations"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This repo contains nodes for ComfyUI that implement some helpful operations on tensors, such as normalization."
|
||||
},
|
||||
{
|
||||
"author": "davask",
|
||||
"title": "ComfyUI-MarasIT-Nodes",
|
||||
"reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes",
|
||||
"files": [
|
||||
"https://github.com/davask/ComfyUI-MarasIT-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a revised version of the Bus node from the [a/Was Node Suite](https://github.com/WASasquatch/was-node-suite-comfyui) to integrate more input/output."
|
||||
},
|
||||
{
|
||||
"author": "chaojie",
|
||||
"title": "ComfyUI-Panda3d",
|
||||
|
||||
@ -109,6 +109,7 @@
|
||||
[
|
||||
"AutoNegativePrompt",
|
||||
"CreatePromptVariant",
|
||||
"OneButtonPreset",
|
||||
"OneButtonPrompt",
|
||||
"SavePromptToFile"
|
||||
],
|
||||
@ -441,6 +442,21 @@
|
||||
"title_aux": "ComfyUI_Ib_CustomNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Clybius/ComfyUI-Extra-Samplers": [
|
||||
[
|
||||
"SamplerCLYB_4M_SDE_Momentumized",
|
||||
"SamplerCustomModelMixtureDuo",
|
||||
"SamplerCustomNoise",
|
||||
"SamplerCustomNoiseDuo",
|
||||
"SamplerDPMPP_DualSDE_Momentumized",
|
||||
"SamplerLCMCustom",
|
||||
"SamplerRES_Momentumized",
|
||||
"SamplerTTM"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Extra Samplers"
|
||||
}
|
||||
],
|
||||
"https://github.com/Clybius/ComfyUI-Latent-Modifiers": [
|
||||
[
|
||||
"Latent Diffusion Mega Modifier"
|
||||
@ -982,6 +998,7 @@
|
||||
"https://github.com/IDGallagher/ComfyUI-IG-Nodes": [
|
||||
[
|
||||
"IG Analyze SSIM",
|
||||
"IG Cross Fade Images",
|
||||
"IG Explorer",
|
||||
"IG Float",
|
||||
"IG Folder",
|
||||
@ -3939,9 +3956,15 @@
|
||||
],
|
||||
"https://github.com/chaojie/ComfyUI-Panda3d": [
|
||||
[
|
||||
"Panda3dAmbientLight",
|
||||
"Panda3dAttachNewNode",
|
||||
"Panda3dBase",
|
||||
"Panda3dDirectionalLight",
|
||||
"Panda3dLoadModel",
|
||||
"Panda3dTest"
|
||||
"Panda3dLoadTexture",
|
||||
"Panda3dModelMerge",
|
||||
"Panda3dTest",
|
||||
"Panda3dTextureMerge"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Panda3d"
|
||||
@ -3986,7 +4009,9 @@
|
||||
"LayerFilter: ChannelShake",
|
||||
"LayerFilter: GaussianBlur",
|
||||
"LayerFilter: MotionBlur",
|
||||
"LayerFilter: SkinBeauty",
|
||||
"LayerFilter: SoftLight",
|
||||
"LayerFilter: WaterColor",
|
||||
"LayerMask: MaskBoxDetect",
|
||||
"LayerMask: MaskEdgeShrink",
|
||||
"LayerMask: MaskGradient",
|
||||
@ -4507,6 +4532,14 @@
|
||||
"title_aux": "DarkPrompts"
|
||||
}
|
||||
],
|
||||
"https://github.com/davask/ComfyUI-MarasIT-Nodes": [
|
||||
[
|
||||
"MarasitBusNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MarasIT-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
|
||||
[
|
||||
"dsp-imagehelpers-concat"
|
||||
@ -5039,7 +5072,7 @@
|
||||
[
|
||||
"Joytag",
|
||||
"PromptGenerate",
|
||||
"SimpleChat",
|
||||
"SimpleText",
|
||||
"VisionTextQuestion"
|
||||
],
|
||||
{
|
||||
@ -5935,6 +5968,7 @@
|
||||
"RemoveBackendData //Inspire",
|
||||
"RemoveBackendDataNumberKey //Inspire",
|
||||
"RemoveControlNet //Inspire",
|
||||
"RemoveControlNetFromRegionalPrompts //Inspire",
|
||||
"RetrieveBackendData //Inspire",
|
||||
"RetrieveBackendDataNumberKey //Inspire",
|
||||
"SeedExplorer //Inspire",
|
||||
@ -7356,6 +7390,15 @@
|
||||
"title_aux": "ComfyUI Iterative Mixing Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ttulttul/ComfyUI-Tensor-Operations": [
|
||||
[
|
||||
"Image Match Normalize",
|
||||
"Latent Match Normalize"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Tensor-Operations"
|
||||
}
|
||||
],
|
||||
"https://github.com/tudal/Hakkun-ComfyUI-nodes/raw/main/hakkun_nodes.py": [
|
||||
[
|
||||
"Any Converter",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user