update DB

This commit is contained in:
Dr.Lt.Data 2024-11-26 00:33:34 +09:00
parent c4eecca6b6
commit 8576f9c97f
8 changed files with 2537 additions and 2302 deletions

View File

@ -7205,6 +7205,16 @@
"install_type": "git-clone",
"description": "A custom node that provides enhanced control over style transfer balance when using FLUX style models in ComfyUI. This node offers better control over the influence of text prompts versus style reference images."
},
{
"author": "ShmuelRonen",
"title": "ComfyUI Pixtral Large Extension",
"reference": "https://github.com/ShmuelRonen/ComfyUI_pixtral_large",
"files": [
"https://github.com/ShmuelRonen/ComfyUI_pixtral_large"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that integrates Mistral AI's Pixtral Large vision model, enabling powerful multimodal AI capabilities within ComfyUI. Pixtral Large is a 124B parameter model (123B decoder + 1B vision encoder) that can analyze up to 30 high-resolution images simultaneously."
},
{
"author": "redhottensors",
"title": "ComfyUI-Prediction",
@ -14462,7 +14472,7 @@
"https://github.com/Steudio/ComfyUI_Steudio"
],
"install_type": "git-clone",
"description": "Nodes: Make_Tile_Calc, Make_Tiles, Unmake_Tiles, Make_Size, Make_Size_Latent"
"description": "Nodes: Divide and Conquer Algorithm, Divide Image, Combine Tiles, Make_Size"
},
{
"author": "Assistant",
@ -16137,6 +16147,16 @@
"install_type": "git-clone",
"description": "A custom node for ComfyUI that allows you to create iPhone-compatible Live Photos from videos. This node can convert video sequences into Live Photo format, with the ability to select key frames and customize the output."
},
{
"author": "stormcenter",
"title": "ComfyUI-SVGFullfill",
"reference": "https://github.com/stormcenter/ComfyUI-SVGFullfill",
"files": [
"https://github.com/stormcenter/ComfyUI-SVGFullfill"
],
"install_type": "git-clone",
"description": "ComfyUI-SVGFullfill is a custom node for ComfyUI that handles SVG file processing. Key features: - SVG file upload and preview - Replace images (up to 3) and text elements (up to 10) in SVG - Chinese font support - Real-time canvas preview - PNG export"
},
{
"author": "AkashKarnatak",
"title": "ComfyUI_faishme",
@ -17159,7 +17179,7 @@
"https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl"
],
"install_type": "git-clone",
"description": "This extension offers a new Apply-Style node for Reflux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Reflux."
"description": "This extension offers a new Apply-Style node for Redux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Redux."
},
{
"author": "ramesh-x90",
@ -17171,6 +17191,36 @@
"install_type": "git-clone",
"description": "This repository provides custom nodes for ComfyUI designed to process audio files, performing speaker diarization and integrating speaker data into whisper-transcribed segments. These nodes utilize the PyAnnote library for speaker identification and pandas for efficient data handling."
},
{
"author": "wu12023",
"title": "ComfyUI-Image-Evaluation",
"reference": "https://github.com/wu12023/ComfyUI-Image-Evaluation",
"files": [
"https://github.com/wu12023/ComfyUI-Image-Evaluation"
],
"install_type": "git-clone",
"description": "An extension to ComfyUI that evaluates images using multiple models."
},
{
"author": "windfancy",
"title": "zsq_prompt",
"reference": "https://github.com/windfancy/zsq_prompt",
"files": [
"https://github.com/windfancy/zsq_prompt"
],
"install_type": "git-clone",
"description": "NODES: PromptStyler, PromptLatent, PromptCLIPEncode, PromptSelector"
},
{
"author": "c0ffymachyne",
"title": "Bytebeat Synthesizer: Composing with Operators",
"reference": "https://github.com/c0ffymachyne/ComfyUI_BeatByte",
"files": [
"https://github.com/c0ffymachyne/ComfyUI_BeatByte"
],
"install_type": "git-clone",
"description": "Bytebeat is like composing music with the tools of a programmers toolkit. Instead of piano keys, you have operators like >>, |, and &. Its like giving your CPU a guitar and letting it shred! 🤘"
},
@ -17531,14 +17581,14 @@
"description": "This repository contains a custom node for ComfyUI that allows searching for a keyword in the first column of a CSV file and returning a value from a specified column in that row. The node is designed to be modular and fit within the node-based workflow of ComfyUI."
},
{
"author": "BobsBlazed",
"title": "Bobs_FLUX_SDXL_Latent_Optimizer",
"reference": "https://github.com/BobsBlazed/Bobs_FLUX_SDXL_Latent_Optimizer",
"author": "bobsblazed",
"title": "Bobs_Latent_Optimizer",
"reference": "https://github.com/BobsBlazed/Bobs_Latent_Optimizer",
"files": [
"https://raw.githubusercontent.com/BobsBlazed/Bobs_Latent_Optimizer/refs/heads/main/Bobs_Latent_Optimizer.py"
"https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py"
],
"install_type": "copy",
"description": "This custom node for ComfyUI is designed to optimize latent generation for use with both FLUX and SDXL modes. It provides flexible control over aspect ratios, megapixel sizes, and upscale factors, allowing users to dynamically create latents that fit specific tiling and resolution needs."
"description": "This custom node for ComfyUI is designed to optimize latent generation for use with FLUX, SDXL and SD3. It provides flexible control over aspect ratios, megapixel sizes, and upscale factors, allowing users to dynamically create latents that fit specific tiling and resolution needs."
},
{
"author": "SimonHeese",

View File

@ -1898,6 +1898,14 @@
"title_aux": "ComfyUI-Rework-X"
}
],
"https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py": [
[
"BobsFluxSDXLLatentNode"
],
{
"title_aux": "Bobs_Latent_Optimizer"
}
],
"https://github.com/Bria-AI/ComfyUI-BRIA-API": [
[
"BriaEraser"
@ -2298,6 +2306,7 @@
[
"FinalFrameSelector",
"PromptJournal",
"ReverseFrameSequence",
"VideoMerge",
"YouTubeVideoDownloader"
],
@ -5888,7 +5897,8 @@
[
"Florence2toCoordinatesButxy",
"LoadImageWithName",
"Phi35VisionInstruct"
"LoadPhi35VisionModel",
"Phi35VisionRun"
],
{
"title_aux": "comfyui-florence2xy"
@ -6551,6 +6561,16 @@
"title_aux": "ComfyUI_Gemini_Flash"
}
],
"https://github.com/ShmuelRonen/ComfyUI_pixtral_large": [
[
"ComfyUIPixtralLarge",
"MultiImagesInput",
"preview_text"
],
{
"title_aux": "ComfyUI Pixtral Large Extension"
}
],
"https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": [
[
"ComfyUIPixtralVision",
@ -6889,10 +6909,10 @@
],
"https://github.com/Steudio/ComfyUI_Steudio": [
[
"Make Size",
"Make Tiles",
"Make Tiles Math",
"Unmake Tiles"
"Combine Tiles",
"Divide Image",
"Divide and Conquer Algorithm",
"Make Size"
],
{
"title_aux": "ComfyUI_Steudio"
@ -8338,21 +8358,19 @@
"https://github.com/YarvixPA/ComfyUI-NeuralMedia": [
[
"ApplyControlNet",
"BiRefNetNode",
"CLIPVisionStyleApply",
"InpaintConditioningNode",
"InpaintNode",
"LoadImagesFromFolderNode",
"MultiControlnet",
"MultiControlnetApply",
"MultiControlnetUnion",
"OutpaintNode",
"RemoveBackgroundNode",
"SDXLTextEncoderSimpleNode",
"SaveCaptionsImages",
"TextFieldNode",
"TileCheckpointPatchNode",
"UpscaleImageWithModel",
"VTracerImageVectorizerNode",
"WeldInpaintNode"
"VTracerImageVectorizerNode"
],
{
"title_aux": "ComfyUI-NeuralMedia"
@ -9321,6 +9339,7 @@
"Sage_LoraStack",
"Sage_LoraStackDebugString",
"Sage_LoraStackLoader",
"Sage_PonyPrefix",
"Sage_SamplerInfo",
"Sage_SaveImageWithMetadata",
"Sage_SetFloat",
@ -10099,6 +10118,14 @@
"title_aux": "ComfyUI_SUNoise"
}
],
"https://github.com/c0ffymachyne/ComfyUI_BeatByte": [
[
"BytebeatSynth"
],
{
"title_aux": "Bytebeat Synthesizer: Composing with Operators"
}
],
"https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": [
[
"SignalProcessingFilter",
@ -12788,6 +12815,7 @@
"Eden_DetermineFrameCount",
"Eden_Float",
"Eden_FloatToInt",
"Eden_GPTPromptEnhancer",
"Eden_IMG_padder",
"Eden_IMG_unpadder",
"Eden_Image_Math",
@ -13523,6 +13551,9 @@
"FluxDev_BFL",
"FluxPro11Ultra_BFL",
"FluxPro11_BFL",
"FluxProCanny_BFL",
"FluxProDepth_BFL",
"FluxProFill_BFL",
"FluxPro_BFL"
],
{
@ -13796,6 +13827,7 @@
"https://github.com/glifxyz/ComfyUI-GlifNodes": [
[
"FilmGrain",
"FluxReduxFloatRamp",
"GlifConsistencyDecoder",
"GlifPatchConsistencyDecoderTiled",
"GlifVariable",
@ -15807,8 +15839,7 @@
],
"https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": [
[
"StyleModelApplyAdvanced",
"StyleModelApplyInterpolation",
"ReduxAdvanced",
"StyleModelApplySimple"
],
{
@ -16283,6 +16314,7 @@
"CustomControlNetWeightsFluxFromList",
"CustomSigmas",
"DifferentialDiffusionAdvanced",
"DiffusionModelLoaderKJ",
"DownloadAndLoadCLIPSeg",
"DrawInstanceDiffusionTracking",
"DummyOut",
@ -16645,18 +16677,13 @@
"https://github.com/klinter007/klinter_nodes": [
[
"ExtraPadding",
"Filter",
"Florence2Captions2IPA",
"FluxSizeSelector",
"FolderLoader",
"PresentString",
"SingleString",
"LoadImagePlus",
"SizeSelector",
"TextAppendNode",
"YellowBus",
"YellowBusV2",
"ZoomOutComposer",
"concat"
"concat",
"filter"
],
{
"title_aux": "Klinter_nodes"
@ -17373,7 +17400,9 @@
"AddFluxFlow",
"ApplyFluxRaveAttention",
"ApplyRefFlux",
"ApplyRegionalConds",
"ConfigureModifiedFlux",
"CreateRegionalCond",
"FlowEditForwardSampler",
"FlowEditReverseSampler",
"FluxAttnOverride",
@ -17389,6 +17418,7 @@
"PrepareAttnBank",
"RFDoubleBlocksOverride",
"RFSingleBlocksOverride",
"RegionalStyleModelApply",
"SEGAttention"
],
{
@ -18772,12 +18802,16 @@
],
"https://github.com/morino-kumasan/comfyui-toml-prompt": [
[
"IntSelector",
"LatentSelector",
"MultipartCLIPTextEncode",
"MultipleLoraTagLoader",
"PromptLoader",
"StringConcat",
"StringSelector",
"StringSub",
"StringViewer",
"SummaryReader",
"TomlPromptDecode"
],
{
@ -21550,6 +21584,15 @@
"title_aux": "ComfyUI LivePhoto Creator"
}
],
"https://github.com/stormcenter/ComfyUI-SVGFullfill": [
[
"SVGEditor",
"SVGUploader"
],
{
"title_aux": "ComfyUI-SVGFullfill"
}
],
"https://github.com/storyicon/comfyui_musev_evolved": [
[
"AnimationZoom (comfyui_musev_evolved)",
@ -22126,6 +22169,14 @@
"title_aux": "Face Restorer for ComfyUI"
}
],
"https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": [
[
"JoyCaptioner"
],
{
"title_aux": "Joy Caption Alpha Two for ComfyUI"
}
],
"https://github.com/turkyden/ComfyUI-SmartCrop": [
[
"ImageSmartCrop"
@ -22578,6 +22629,17 @@
"title_aux": "ComfyUI-Environment-Visualizer"
}
],
"https://github.com/windfancy/zsq_prompt": [
[
"PromptCLIPEncode",
"PromptLatent",
"PromptSelector",
"PromptStyler"
],
{
"title_aux": "zsq_prompt"
}
],
"https://github.com/wmatson/easy-comfy-nodes": [
[
"EZAssocDictNode",
@ -22656,6 +22718,14 @@
"title_aux": "ComfyUI-RK-Sampler"
}
],
"https://github.com/wu12023/ComfyUI-Image-Evaluation": [
[
"Clip_Score-\ud83d\udd2c"
],
{
"title_aux": "ComfyUI-Image-Evaluation"
}
],
"https://github.com/wujm424606/ComfyUi-Ollama-YN": [
[
"MyOllamaDeleteModel",
@ -23650,14 +23720,6 @@
"title_aux": "Hayo comfyui nodes"
}
],
"https://raw.githubusercontent.com/BobsBlazed/Bobs_Latent_Optimizer/refs/heads/main/Bobs_Latent_Optimizer.py": [
[
"BobsFluxSDXLLatentNode"
],
{
"title_aux": "Bobs_FLUX_SDXL_Latent_Optimizer"
}
],
"https://raw.githubusercontent.com/CaptainGrock/ComfyUIInvisibleWatermark/main/Invisible%20Watermark.py": [
[
"Apply Invisible Watermark",

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,17 @@
{
"author": "AIFSH",
"title": "UltralightDigitalHuman-ComfyUI",
"reference": "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI",
"files": [
"https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI"
],
"install_type": "git-clone",
"description": "a custom node for [a/Ultralight-Digital-Human](https://github.com/anliyuan/Ultralight-Digital-Human)\nNOTE: The files in the repo are not organized."
},
{
"author": "vahidzxc",
"title": "ComfyUI-My-Handy-Nodes",

View File

@ -239,6 +239,15 @@
"title_aux": "IMAGDressing-ComfyUI"
}
],
"https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": [
[
"InferUltralightDigitalHumanNode",
"TrainUltralightDigitalHumanNode"
],
{
"title_aux": "UltralightDigitalHuman-ComfyUI"
}
],
"https://github.com/AIFSH/UtilNodes-ComfyUI": [
[
"GetRGBEmptyImgae",
@ -578,6 +587,7 @@
[
"FinalFrameSelector",
"PromptJournal",
"ReverseFrameSequence",
"VideoMerge",
"YouTubeVideoDownloader"
],
@ -2881,7 +2891,9 @@
"AddFluxFlow",
"ApplyFluxRaveAttention",
"ApplyRefFlux",
"ApplyRegionalConds",
"ConfigureModifiedFlux",
"CreateRegionalCond",
"FlowEditForwardSampler",
"FlowEditReverseSampler",
"FluxAttnOverride",
@ -2897,6 +2909,7 @@
"PrepareAttnBank",
"RFDoubleBlocksOverride",
"RFSingleBlocksOverride",
"RegionalStyleModelApply",
"SEGAttention"
],
{

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,68 @@
{
"author": "tungdop2",
"title": "Joy Caption Alpha Two for ComfyUI",
"id": "joy-captioner-alpha-two",
"reference": "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two",
"files": [
"https://github.com/tungdop2/Comfyui_joy-caption-alpha-two"
],
"install_type": "git-clone",
"description": "The Joy Caption Alpha Two node for ComfyUI, based on https://huggingface.co/spaces/fancyfeast/joy-caption-alpha-two"
},
{
"author": "c0ffymachyne",
"title": "Bytebeat Synthesizer: Composing with Operators",
"reference": "https://github.com/c0ffymachyne/ComfyUI_BeatByte",
"files": [
"https://github.com/c0ffymachyne/ComfyUI_BeatByte"
],
"install_type": "git-clone",
"description": "Bytebeat is like composing music with the tools of a programmers toolkit. Instead of piano keys, you have operators like >>, |, and &. Its like giving your CPU a guitar and letting it shred! 🤘"
},
{
"author": "ShmuelRonen",
"title": "ComfyUI Pixtral Large Extension",
"reference": "https://github.com/ShmuelRonen/ComfyUI_pixtral_large",
"files": [
"https://github.com/ShmuelRonen/ComfyUI_pixtral_large"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that integrates Mistral AI's Pixtral Large vision model, enabling powerful multimodal AI capabilities within ComfyUI. Pixtral Large is a 124B parameter model (123B decoder + 1B vision encoder) that can analyze up to 30 high-resolution images simultaneously."
},
{
"author": "wu12023",
"title": "ComfyUI-Image-Evaluation",
"reference": "https://github.com/wu12023/ComfyUI-Image-Evaluation",
"files": [
"https://github.com/wu12023/ComfyUI-Image-Evaluation"
],
"install_type": "git-clone",
"description": "An extension to ComfyUI that evaluates images using multiple models."
},
{
"author": "windfancy",
"title": "zsq_prompt",
"reference": "https://github.com/windfancy/zsq_prompt",
"files": [
"https://github.com/windfancy/zsq_prompt"
],
"install_type": "git-clone",
"description": "NODES: PromptStyler, PromptLatent, PromptCLIPEncode, PromptSelector"
},
{
"author": "bobsblazed",
"title": "Bobs_Latent_Optimizer",
"reference": "https://github.com/BobsBlazed/Bobs_Latent_Optimizer",
"files": [
"https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py"
],
"install_type": "copy",
"description": "This custom node for ComfyUI is designed to optimize latent generation for use with FLUX, SDXL and SD3. It provides flexible control over aspect ratios, megapixel sizes, and upscale factors, allowing users to dynamically create latents that fit specific tiling and resolution needs."
},
{
"author": "logtd",
"title": "ComfyUI-LTXTricks",
@ -29,7 +91,7 @@
"https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl"
],
"install_type": "git-clone",
"description": "This extension offers a new Apply-Style node for Reflux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Reflux."
"description": "This extension offers a new Apply-Style node for Redux that allows for changing the influence of the conditioning image on the final outcome. This effectively allows for changing the style or content of an image using a prompt while using Redux."
},
{
"author": "ramesh-x90",
@ -632,66 +694,6 @@
],
"install_type": "git-clone",
"description": "NODES:TTP_Hunyuan3DNode, TTP_SquareImage, TTP_GIFViewer"
},
{
"author": "ARZUMATA",
"title": "ComfyUI-Qwen2",
"reference": "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2",
"files": [
"https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2"
],
"install_type": "git-clone",
"description": "Qwen2 Nodes for ComfyUI.\nI needed to run Qwen2 on ComfyUI to use it in my workflow for batching images and captioning and none of the implementations I found on the web worked the way I wanted.[w/May contain bugs.]"
},
{
"author": "ryanontheinside",
"title": "Doom",
"reference": "https://github.com/ryanontheinside/ComfyUI_Doom",
"files": [
"https://github.com/ryanontheinside/ComfyUI_Doom"
],
"install_type": "git-clone",
"description": "Play Doom in ComfyUI."
},
{
"author": "wTechArtist",
"title": "ComfyUI-StableDelight-weiweiliang",
"reference": "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang",
"files": [
"https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang"
],
"install_type": "git-clone",
"description": "Nodes:StableDelight-weiweiliang"
},
{
"author": "VangengLab",
"title": "ComfyUI-LivePortrait_v2",
"reference": "https://github.com/VangengLab/ComfyUI-LivePortrait_v2",
"files": [
"https://github.com/VangengLab/ComfyUI-LivePortrait_v2"
],
"install_type": "git-clone",
"description": "We developed a custom_node for Liveportrait_v2 that enables flexible use on Comfyui to drive animal image-based emoji generation from videos."
},
{
"author": "VangengLab",
"title": "ComfyUI-LivePortrait_v3",
"reference": "https://github.com/VangengLab/ComfyUI-LivePortrait_v3",
"files": [
"https://github.com/VangengLab/ComfyUI-LivePortrait_v3"
],
"install_type": "git-clone",
"description": "We developed a custom_node for Liveportrait_v3 that enables flexible use on Comfyui to drive image-based emoji generation from photos."
},
{
"author": "jtydhr88",
"title": "ComfyUI-Hunyuan3D-1-wrapper",
"reference": "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper",
"files": [
"https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper"
],
"install_type": "git-clone",
"description": "ComfyUI Hunyuan3D-1-wrapper is a custom node that allows you to run [a/Tencent/Hunyuan3D-1](https://github.com/Tencent/Hunyuan3D-1) in ComfyUI as a wrapper."
}
]
}

View File

@ -1898,6 +1898,14 @@
"title_aux": "ComfyUI-Rework-X"
}
],
"https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py": [
[
"BobsFluxSDXLLatentNode"
],
{
"title_aux": "Bobs_Latent_Optimizer"
}
],
"https://github.com/Bria-AI/ComfyUI-BRIA-API": [
[
"BriaEraser"
@ -2298,6 +2306,7 @@
[
"FinalFrameSelector",
"PromptJournal",
"ReverseFrameSequence",
"VideoMerge",
"YouTubeVideoDownloader"
],
@ -5888,7 +5897,8 @@
[
"Florence2toCoordinatesButxy",
"LoadImageWithName",
"Phi35VisionInstruct"
"LoadPhi35VisionModel",
"Phi35VisionRun"
],
{
"title_aux": "comfyui-florence2xy"
@ -6551,6 +6561,16 @@
"title_aux": "ComfyUI_Gemini_Flash"
}
],
"https://github.com/ShmuelRonen/ComfyUI_pixtral_large": [
[
"ComfyUIPixtralLarge",
"MultiImagesInput",
"preview_text"
],
{
"title_aux": "ComfyUI Pixtral Large Extension"
}
],
"https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": [
[
"ComfyUIPixtralVision",
@ -6889,10 +6909,10 @@
],
"https://github.com/Steudio/ComfyUI_Steudio": [
[
"Make Size",
"Make Tiles",
"Make Tiles Math",
"Unmake Tiles"
"Combine Tiles",
"Divide Image",
"Divide and Conquer Algorithm",
"Make Size"
],
{
"title_aux": "ComfyUI_Steudio"
@ -8338,21 +8358,19 @@
"https://github.com/YarvixPA/ComfyUI-NeuralMedia": [
[
"ApplyControlNet",
"BiRefNetNode",
"CLIPVisionStyleApply",
"InpaintConditioningNode",
"InpaintNode",
"LoadImagesFromFolderNode",
"MultiControlnet",
"MultiControlnetApply",
"MultiControlnetUnion",
"OutpaintNode",
"RemoveBackgroundNode",
"SDXLTextEncoderSimpleNode",
"SaveCaptionsImages",
"TextFieldNode",
"TileCheckpointPatchNode",
"UpscaleImageWithModel",
"VTracerImageVectorizerNode",
"WeldInpaintNode"
"VTracerImageVectorizerNode"
],
{
"title_aux": "ComfyUI-NeuralMedia"
@ -9321,6 +9339,7 @@
"Sage_LoraStack",
"Sage_LoraStackDebugString",
"Sage_LoraStackLoader",
"Sage_PonyPrefix",
"Sage_SamplerInfo",
"Sage_SaveImageWithMetadata",
"Sage_SetFloat",
@ -10099,6 +10118,14 @@
"title_aux": "ComfyUI_SUNoise"
}
],
"https://github.com/c0ffymachyne/ComfyUI_BeatByte": [
[
"BytebeatSynth"
],
{
"title_aux": "Bytebeat Synthesizer: Composing with Operators"
}
],
"https://github.com/c0ffymachyne/ComfyUI_SingalProcessing": [
[
"SignalProcessingFilter",
@ -12788,6 +12815,7 @@
"Eden_DetermineFrameCount",
"Eden_Float",
"Eden_FloatToInt",
"Eden_GPTPromptEnhancer",
"Eden_IMG_padder",
"Eden_IMG_unpadder",
"Eden_Image_Math",
@ -13523,6 +13551,9 @@
"FluxDev_BFL",
"FluxPro11Ultra_BFL",
"FluxPro11_BFL",
"FluxProCanny_BFL",
"FluxProDepth_BFL",
"FluxProFill_BFL",
"FluxPro_BFL"
],
{
@ -13796,6 +13827,7 @@
"https://github.com/glifxyz/ComfyUI-GlifNodes": [
[
"FilmGrain",
"FluxReduxFloatRamp",
"GlifConsistencyDecoder",
"GlifPatchConsistencyDecoderTiled",
"GlifVariable",
@ -15807,8 +15839,7 @@
],
"https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": [
[
"StyleModelApplyAdvanced",
"StyleModelApplyInterpolation",
"ReduxAdvanced",
"StyleModelApplySimple"
],
{
@ -16283,6 +16314,7 @@
"CustomControlNetWeightsFluxFromList",
"CustomSigmas",
"DifferentialDiffusionAdvanced",
"DiffusionModelLoaderKJ",
"DownloadAndLoadCLIPSeg",
"DrawInstanceDiffusionTracking",
"DummyOut",
@ -16645,18 +16677,13 @@
"https://github.com/klinter007/klinter_nodes": [
[
"ExtraPadding",
"Filter",
"Florence2Captions2IPA",
"FluxSizeSelector",
"FolderLoader",
"PresentString",
"SingleString",
"LoadImagePlus",
"SizeSelector",
"TextAppendNode",
"YellowBus",
"YellowBusV2",
"ZoomOutComposer",
"concat"
"concat",
"filter"
],
{
"title_aux": "Klinter_nodes"
@ -17373,7 +17400,9 @@
"AddFluxFlow",
"ApplyFluxRaveAttention",
"ApplyRefFlux",
"ApplyRegionalConds",
"ConfigureModifiedFlux",
"CreateRegionalCond",
"FlowEditForwardSampler",
"FlowEditReverseSampler",
"FluxAttnOverride",
@ -17389,6 +17418,7 @@
"PrepareAttnBank",
"RFDoubleBlocksOverride",
"RFSingleBlocksOverride",
"RegionalStyleModelApply",
"SEGAttention"
],
{
@ -18772,12 +18802,16 @@
],
"https://github.com/morino-kumasan/comfyui-toml-prompt": [
[
"IntSelector",
"LatentSelector",
"MultipartCLIPTextEncode",
"MultipleLoraTagLoader",
"PromptLoader",
"StringConcat",
"StringSelector",
"StringSub",
"StringViewer",
"SummaryReader",
"TomlPromptDecode"
],
{
@ -21550,6 +21584,15 @@
"title_aux": "ComfyUI LivePhoto Creator"
}
],
"https://github.com/stormcenter/ComfyUI-SVGFullfill": [
[
"SVGEditor",
"SVGUploader"
],
{
"title_aux": "ComfyUI-SVGFullfill"
}
],
"https://github.com/storyicon/comfyui_musev_evolved": [
[
"AnimationZoom (comfyui_musev_evolved)",
@ -22126,6 +22169,14 @@
"title_aux": "Face Restorer for ComfyUI"
}
],
"https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": [
[
"JoyCaptioner"
],
{
"title_aux": "Joy Caption Alpha Two for ComfyUI"
}
],
"https://github.com/turkyden/ComfyUI-SmartCrop": [
[
"ImageSmartCrop"
@ -22578,6 +22629,17 @@
"title_aux": "ComfyUI-Environment-Visualizer"
}
],
"https://github.com/windfancy/zsq_prompt": [
[
"PromptCLIPEncode",
"PromptLatent",
"PromptSelector",
"PromptStyler"
],
{
"title_aux": "zsq_prompt"
}
],
"https://github.com/wmatson/easy-comfy-nodes": [
[
"EZAssocDictNode",
@ -22656,6 +22718,14 @@
"title_aux": "ComfyUI-RK-Sampler"
}
],
"https://github.com/wu12023/ComfyUI-Image-Evaluation": [
[
"Clip_Score-\ud83d\udd2c"
],
{
"title_aux": "ComfyUI-Image-Evaluation"
}
],
"https://github.com/wujm424606/ComfyUi-Ollama-YN": [
[
"MyOllamaDeleteModel",
@ -23650,14 +23720,6 @@
"title_aux": "Hayo comfyui nodes"
}
],
"https://raw.githubusercontent.com/BobsBlazed/Bobs_Latent_Optimizer/refs/heads/main/Bobs_Latent_Optimizer.py": [
[
"BobsFluxSDXLLatentNode"
],
{
"title_aux": "Bobs_FLUX_SDXL_Latent_Optimizer"
}
],
"https://raw.githubusercontent.com/CaptainGrock/ComfyUIInvisibleWatermark/main/Invisible%20Watermark.py": [
[
"Apply Invisible Watermark",