mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-01 07:47:52 +08:00
update DB
This commit is contained in:
@ -2284,8 +2284,15 @@
|
||||
"https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": [
|
||||
[
|
||||
"ImagePreprocessor",
|
||||
"JSONBuilderLarge",
|
||||
"JSONBuilderMedium",
|
||||
"JSONBuilderSimple",
|
||||
"JSONCombine",
|
||||
"JSONExtractor",
|
||||
"JSONFixer",
|
||||
"LLM_Loader",
|
||||
"OpenAICompatibleLoader"
|
||||
"OpenAICompatibleLoader",
|
||||
"StringTemplate"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-LLMs-Toolkit [WIP]"
|
||||
@ -4026,8 +4033,8 @@
|
||||
"SAM3D_DepthEstimate",
|
||||
"SAM3D_PoseOptimization",
|
||||
"SAM3D_PreviewPointCloud",
|
||||
"SAM3D_ScenePoseOptimize",
|
||||
"SAM3D_UnloadModel"
|
||||
"SAM3D_ProjectionOverlay",
|
||||
"SAM3D_ScenePoseOptimize"
|
||||
],
|
||||
{
|
||||
"title_aux": "SAM3DObjects [UNSAFE]"
|
||||
@ -7254,6 +7261,7 @@
|
||||
"KlingCameraControlT2VNode",
|
||||
"KlingCameraControls",
|
||||
"KlingDualCharacterVideoEffectNode",
|
||||
"KlingFirstLastFrameNode",
|
||||
"KlingImage2VideoNode",
|
||||
"KlingImageGenerationNode",
|
||||
"KlingImageToVideoWithAudio",
|
||||
@ -7271,6 +7279,7 @@
|
||||
"KlingTextToVideoNode",
|
||||
"KlingTextToVideoWithAudio",
|
||||
"KlingVideoExtendNode",
|
||||
"KlingVideoNode",
|
||||
"KlingVirtualTryOnNode",
|
||||
"LTXAVTextEncoderLoader",
|
||||
"LTXVAddGuide",
|
||||
@ -7639,6 +7648,7 @@
|
||||
"VPScheduler",
|
||||
"Veo3FirstLastFrameNode",
|
||||
"VeoVideoGenerationNode",
|
||||
"Video Slice",
|
||||
"VideoLinearCFGGuidance",
|
||||
"VideoTriangleCFGGuidance",
|
||||
"Vidu2ImageToVideoNode",
|
||||
@ -7726,10 +7736,12 @@
|
||||
],
|
||||
"https://github.com/comfyscript/ComfyUI-CloudClient": [
|
||||
[
|
||||
"ClientImageCompressorNode",
|
||||
"ClientImageDownloadNode",
|
||||
"ClientVideoDownloadNode",
|
||||
"ServerMemoryImageNode"
|
||||
"RemoteImageLoader",
|
||||
"ServerMemoryImageNode",
|
||||
"TemporaryImagePreview",
|
||||
"UniversalDataToImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CloudClient"
|
||||
@ -9991,7 +10003,6 @@
|
||||
"CollectVideosNode",
|
||||
"ConformAudio",
|
||||
"ConformVideo",
|
||||
"ExtendVideoNearestFrame",
|
||||
"ImageDelay",
|
||||
"IntToString",
|
||||
"KlingVideoHandler",
|
||||
@ -9999,6 +10010,7 @@
|
||||
"LoadVideoWithFilename",
|
||||
"PairSwitchNode",
|
||||
"PreviewImageLimited",
|
||||
"ResampleVideoNearest",
|
||||
"StringSplitSelect",
|
||||
"Unbroken-Video-Handler",
|
||||
"VideoHandler",
|
||||
@ -12845,6 +12857,7 @@
|
||||
"ImageBlendByMask",
|
||||
"Image_Color_Noise",
|
||||
"InstructPromptPresets",
|
||||
"JoinerPadding",
|
||||
"LlTokenizerOptions",
|
||||
"ModifyMask",
|
||||
"SU_LoadImageDirectory",
|
||||
@ -13071,6 +13084,10 @@
|
||||
"https://github.com/stalkervr/ComfyUI-StalkerVr": [
|
||||
[
|
||||
"AnyCollector",
|
||||
"ConsoleLog",
|
||||
"CreateProjectStructure",
|
||||
"DebugConditioningStructure",
|
||||
"FormatDatePath",
|
||||
"ImageBatchCrop",
|
||||
"ImageGridCropper",
|
||||
"ImageRatioResizer",
|
||||
@ -13080,6 +13097,8 @@
|
||||
"JsonFieldRemover",
|
||||
"JsonFieldReplaceAdvanced",
|
||||
"JsonFieldValueExtractor",
|
||||
"JsonFormat",
|
||||
"JsonMinify",
|
||||
"JsonPairInput",
|
||||
"JsonPathLoader",
|
||||
"JsonPromptToTextPromptConverter",
|
||||
@ -13089,13 +13108,22 @@
|
||||
"ListItemExtractor",
|
||||
"LogValue",
|
||||
"LoopAny",
|
||||
"PipeIn",
|
||||
"PipeOut",
|
||||
"PromptPartJoin",
|
||||
"SaveTextFile",
|
||||
"StringBuilder",
|
||||
"StringCollector",
|
||||
"StringConcatenation",
|
||||
"StringListToString",
|
||||
"StringWrapper",
|
||||
"WanVideoMultiPrompt"
|
||||
"WanVideoEnhanceMotionAdvanced",
|
||||
"WanVideoEnhanceMotionAdvancedKJ",
|
||||
"WanVideoEnhanceSVI",
|
||||
"WanVideoMultiPrompt",
|
||||
"WanVideoSVIProEmbeds_EnhancedMotion",
|
||||
"YAMLLoadPrompt",
|
||||
"YAMLSavePrompt"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-StalkerVr"
|
||||
@ -13507,6 +13535,7 @@
|
||||
"TSLoadPoseDataPickle",
|
||||
"TSLoadVideoBatchListFromDir",
|
||||
"TSPoseDataSmoother",
|
||||
"TSRenameFilesInDir",
|
||||
"TSSavePoseDataAsPickle"
|
||||
],
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,26 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "SWORKS_TEAM",
|
||||
"title": "SEngine",
|
||||
"id": "sengine",
|
||||
"reference": "https://github.com/sworksteam/SEngine",
|
||||
"files": [
|
||||
"https://github.com/sworksteam/SEngine"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Sidebar browser for SWORKS_TEAM LoRAs from Civitai. Browse, download, and apply LoRAs with image previews and tag filtering."
|
||||
},
|
||||
{
|
||||
"author": "NineKey1028",
|
||||
"title": "ComfyUI_Dynamic_TagLoader",
|
||||
"reference": "https://github.com/NineKey1028/ComfyUI_Dynamic_TagLoader",
|
||||
"files": [
|
||||
"https://github.com/NineKey1028/ComfyUI_Dynamic_TagLoader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Automation toolkit for ComfyUI featuring dynamic tag combinations, LoRA parsing, and workflow metadata reading."
|
||||
},
|
||||
{
|
||||
"author": "dennisvink",
|
||||
"title": "Outline Alpha Snap Node for ComfyUI",
|
||||
@ -684,208 +705,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Auto-fixes WanVideoModel for PyTorch 2.10.0+ compatibility by automatically patching the model class to work with both PyTorch 2.9.0 and 2.10.0+."
|
||||
},
|
||||
{
|
||||
"author": "DanPli",
|
||||
"title": "ComfyUI-Flux2LatentPresets",
|
||||
"reference": "https://github.com/DanPli/ComfyUI-Flux2LatentPresets",
|
||||
"files": [
|
||||
"https://github.com/DanPli/ComfyUI-Flux2LatentPresets"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom ComfyUI node that provides Flux 2–recommended resolution presets for quickly creating empty latents, without manually entering width and height values."
|
||||
},
|
||||
{
|
||||
"author": "SnJake",
|
||||
"title": "SnJake_Sapsan-VFI",
|
||||
"reference": "https://github.com/SnJake/SnJake_Sapsan-VFI",
|
||||
"files": [
|
||||
"https://github.com/SnJake/SnJake_Sapsan-VFI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "SnJake Sapsan-VFI is a custom ComfyUI node for x2 video frame interpolation. It inserts one in-between frame for every input pair, doubling the FPS."
|
||||
},
|
||||
{
|
||||
"author": "knishika62",
|
||||
"title": "ComfyUI-DualLoraStack",
|
||||
"reference": "https://github.com/knishika62/ComfyUI-DualLoraStack",
|
||||
"files": [
|
||||
"https://github.com/knishika62/ComfyUI-DualLoraStack"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node that applies the same Lora to two models while sharing a CLIP, supporting up to 6 Lora models with independent strength control. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "Shiba-2-shiba",
|
||||
"title": "ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer",
|
||||
"reference": "https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer",
|
||||
"files": [
|
||||
"https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial reference implementation of Hybrid Sensitivity Weighted Quantization (HSWQ) for ComfyUI, providing calibration and FP8 conversion nodes for model optimization."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "filliptm",
|
||||
"title": "ComfyUI-FL-DiffVSR",
|
||||
"reference": "https://github.com/filliptm/ComfyUI-FL-DiffVSR",
|
||||
"files": [
|
||||
"https://github.com/filliptm/ComfyUI-FL-DiffVSR"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "FL DiffVSR - Diffusion-based video super-resolution nodes for ComfyUI. Features 4x upscaling with temporal coherence using Stream-DiffVSR for smooth, artifact-free video enhancement. Supports text-guided upscaling, chunked processing for memory efficiency, and automatic model downloading from HuggingFace."
|
||||
},
|
||||
{
|
||||
"author": "molbal",
|
||||
"title": "ComfyUI-LLM-CLIP",
|
||||
"reference": "https://github.com/molbal/ComfyUI-LLM-CLIP",
|
||||
"files": [
|
||||
"https://github.com/molbal/ComfyUI-LLM-CLIP"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These nodes allow you to use a distilled Qwen3-4B model as your text encoder in Stable Diffusion XL."
|
||||
},
|
||||
{
|
||||
"author": "relhamdi",
|
||||
"title": "ComfyUI-RE-CustomUtils",
|
||||
"reference": "https://github.com/relhamdi/ComfyUI-RE-CustomUtils",
|
||||
"files": [
|
||||
"https://github.com/relhamdi/ComfyUI-RE-CustomUtils"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of custom nodes for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "tritant",
|
||||
"title": "ComfyUI_Kitchen_nvfp4_Converter",
|
||||
"reference": "https://github.com/tritant/ComfyUI_Kitchen_nvfp4_Converter",
|
||||
"files": [
|
||||
"https://github.com/tritant/ComfyUI_Kitchen_nvfp4_Converter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Convert to nvfp4, support Z-image-turbo, flux.1 and more"
|
||||
},
|
||||
{
|
||||
"author": "PozzettiAndrea",
|
||||
"title": "ComfyUI-CameraPack",
|
||||
"reference": "https://github.com/PozzettiAndrea/ComfyUI-CameraPack",
|
||||
"files": [
|
||||
"https://github.com/PozzettiAndrea/ComfyUI-CameraPack"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Camera utilities for ComfyUI. Convert between camera formats (DA3 extrinsics/intrinsics to Load3DCamera for Preview3D)."
|
||||
},
|
||||
{
|
||||
"author": "BobRandomNumber",
|
||||
"title": "ComfyUI-Calculator",
|
||||
"reference": "https://github.com/BobRandomNumber/ComfyUI-Calculator",
|
||||
"files": [
|
||||
"https://github.com/BobRandomNumber/ComfyUI-Calculator"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Calculator"
|
||||
},
|
||||
{
|
||||
"author": "D-Ogi",
|
||||
"title": "ComfyUI-Attention-Optimizer",
|
||||
"reference": "https://github.com/D-Ogi/ComfyUI-Attention-Optimizer",
|
||||
"files": [
|
||||
"https://github.com/D-Ogi/ComfyUI-Attention-Optimizer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Automatically benchmark and optimize attention in diffusion models. 1.5-2x speedup on RTX 4090, up to 4x on video models."
|
||||
},
|
||||
{
|
||||
"author": "capitan01R",
|
||||
"title": "ComfyUI-ZImageTurbo-FlowSampler",
|
||||
"reference": "https://github.com/capitan01R/ComfyUI-ZImageTurbo-FlowSampler",
|
||||
"files": [
|
||||
"https://github.com/capitan01R/ComfyUI-ZImageTurbo-FlowSampler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Rectified-flow samplers for Z-Image-Turbo. Clean interpolation formula without sigma division, linear schedulers, higher-order variants. Fixes built-in euler/euler_ancestral instability issues"
|
||||
},
|
||||
{
|
||||
"author": "DevDuckFace",
|
||||
"title": "KsamplerDF",
|
||||
"reference": "https://github.com/DevDuckFace/KsamplerDF",
|
||||
"files": [
|
||||
"https://github.com/DevDuckFace/KsamplerDF"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom ComfyUI node that splits sampling steps between a main sampler and a refiner sampler, with independent denoise control for each phase, with upscalers now"
|
||||
},
|
||||
{
|
||||
"author": "rockerBOO",
|
||||
"title": "pixel-sorting",
|
||||
"reference": "https://github.com/rockerBOO/pixel-sorting",
|
||||
"files": [
|
||||
"https://github.com/rockerBOO/pixel-sorting"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ASDF-style pixel sorting implementation in Python with extended features"
|
||||
},
|
||||
|
||||
{
|
||||
"author": "xela-io",
|
||||
"title": "ComfyUI-HairDetailer",
|
||||
"reference": "https://github.com/xela-io/ComfyUI-HairDetailer",
|
||||
"files": [
|
||||
"https://github.com/xela-io/ComfyUI-HairDetailer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Comprehensive custom node pack for detecting hair regions, creating precise masks, and enhancing hair details in images with 6 specialized nodes for various hair processing workflows. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "kakachiex2",
|
||||
"title": "comfyui-ltx2-efficient",
|
||||
"reference": "https://github.com/kakachiex2/comfyui-ltx2-efficient",
|
||||
"files": [
|
||||
"https://github.com/kakachiex2/comfyui-ltx2-efficient"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "High-performance custom node for LTX2 video generation designed to reduce GPU usage, VRAM requirements, and temperature on consumer GPUs."
|
||||
},
|
||||
{
|
||||
"author": "SlothHole",
|
||||
"title": "Imitatoes",
|
||||
"reference": "https://github.com/SlothHole/Imitatoes",
|
||||
"files": [
|
||||
"https://github.com/SlothHole/Imitatoes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Build a ComfyUI \"self-improving\" workflow where each render is evaluated by a local vision LLM, which then edits the prompt/parameters and triggers another run."
|
||||
},
|
||||
{
|
||||
"author": "BobJohnson24",
|
||||
"title": "ComfyUI-Flux2-INT8",
|
||||
"reference": "https://github.com/BobJohnson24/ComfyUI-Flux2-INT8",
|
||||
"files": [
|
||||
"https://github.com/BobJohnson24/ComfyUI-Flux2-INT8"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node speeds up Flux2, Chroma, Z-Image in ComfyUI by using INT8 quantization, delivering ~2x faster inference on my 3090, but it should work on any NVIDIA GPU with enough INT8 TOPS."
|
||||
},
|
||||
{
|
||||
"author": "smartvain",
|
||||
"title": "ComfyUI-PromptComment",
|
||||
"reference": "https://github.com/smartvain/ComfyUI-PromptComment",
|
||||
"files": [
|
||||
"https://github.com/smartvain/ComfyUI-PromptComment"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI node providing comment stripping functionality for prompts with multiple marker styles. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "kayorlian",
|
||||
"title": "ComfyuiSmartColorMatch",
|
||||
"reference": "https://github.com/kayorlian/ComfyuiSmartColorMatch",
|
||||
"files": [
|
||||
"https://github.com/kayorlian/ComfyuiSmartColorMatch"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom node for ComfyUI that performs color matching between reference and generated images with support for masking."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -8066,6 +8066,11 @@
|
||||
"Add Margin With Color",
|
||||
"Any to Int/Float/String",
|
||||
"Audio Duration",
|
||||
"Camera Settings",
|
||||
"Character Appearance",
|
||||
"Character Clothing",
|
||||
"Character Expressions",
|
||||
"Character Makeup",
|
||||
"Clamp Images To Megapixels",
|
||||
"Clean Style From Caption",
|
||||
"Essential Params",
|
||||
@ -14557,6 +14562,29 @@
|
||||
"title_aux": "ClipVision_Tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/Moser9815/ComfyUI-RMAutomation": [
|
||||
[
|
||||
"RMImageFallback",
|
||||
"RMLoraApply",
|
||||
"RMLoraCollector",
|
||||
"RMMaskGate",
|
||||
"RMMaskGateGuide",
|
||||
"RMNegativeTextEmbed",
|
||||
"RMPositiveTextEmbed",
|
||||
"RMPowerLoraLoader",
|
||||
"RMPowerLoraLoaderPipe",
|
||||
"RMSaveImageWithMetadata",
|
||||
"RMSetLatentNoiseMask",
|
||||
"RMStylesFull",
|
||||
"RMStylesFullDisplay",
|
||||
"RMStylesPipe",
|
||||
"RMStylesPipeOut",
|
||||
"RMVideoCombine"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-RMAutomation"
|
||||
}
|
||||
],
|
||||
"https://github.com/MovieLabs/comfyui-movielabs-util": [
|
||||
[
|
||||
"PublishAsset",
|
||||
@ -16120,6 +16148,7 @@
|
||||
"GeomPackMeshToPointCloud",
|
||||
"GeomPackNormalizeMeshToBBox",
|
||||
"GeomPackOpenEdges",
|
||||
"GeomPackParaViewFilter",
|
||||
"GeomPackPointToMeshDistance",
|
||||
"GeomPackPreviewGaussian",
|
||||
"GeomPackPreviewMesh",
|
||||
@ -16818,6 +16847,7 @@
|
||||
"RizzEditImage",
|
||||
"RizzExtractAllFrames",
|
||||
"RizzExtractFrames",
|
||||
"RizzFramesToVideoBatch",
|
||||
"RizzGDSPatcher",
|
||||
"RizzImageEffects",
|
||||
"RizzLoadAudio",
|
||||
@ -18186,7 +18216,9 @@
|
||||
"HSWQAdvancedBenchmark",
|
||||
"HSWQFP8ConverterNodeLegacy",
|
||||
"SDXLHSWQCalibrationNode",
|
||||
"SDXLHSWQFP8QuantizerNode"
|
||||
"SDXLHSWQFP8QuantizerNode",
|
||||
"ZITHSWQCalibrationNode",
|
||||
"ZITHSWQQuantizerNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-HSWQ-Quantizer"
|
||||
@ -18206,7 +18238,9 @@
|
||||
"HSWQAdvancedBenchmark",
|
||||
"HSWQFP8ConverterNodeLegacy",
|
||||
"SDXLHSWQCalibrationNode",
|
||||
"SDXLHSWQFP8QuantizerNode"
|
||||
"SDXLHSWQFP8QuantizerNode",
|
||||
"ZITHSWQCalibrationNode",
|
||||
"ZITHSWQQuantizerNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer"
|
||||
@ -20965,6 +20999,10 @@
|
||||
],
|
||||
"https://github.com/Tr1dae/ComfyUI-EasyFilePaths": [
|
||||
[
|
||||
"AltFallbackCLIPLoader",
|
||||
"AltFallbackCheckpointLoader",
|
||||
"AltFallbackUNETLoader",
|
||||
"AltFallbackVAELoader",
|
||||
"CharacterLoraSelect",
|
||||
"ChromaActionSelect",
|
||||
"ConvertHEXToRGB",
|
||||
@ -20979,6 +21017,7 @@
|
||||
"EasyCLIPLoader",
|
||||
"EasyCheckpointLoader",
|
||||
"EasyCompare",
|
||||
"EasyDecalComposition",
|
||||
"EasyFileName",
|
||||
"EasyFilmGrain",
|
||||
"EasyFloatToInt",
|
||||
@ -21017,7 +21056,7 @@
|
||||
"LineCounter",
|
||||
"LoadImageFromMatch",
|
||||
"LoadImageFromPath",
|
||||
"LoadImagesFromDirectoryPath",
|
||||
"LoadImagesFromFolder",
|
||||
"LoadRandomImageFromFolderPath",
|
||||
"QwenActionSelect",
|
||||
"RemoveNoiseMask",
|
||||
@ -25113,18 +25152,22 @@
|
||||
[
|
||||
"ArchAi3D_Any_Index_Switch",
|
||||
"ArchAi3D_Average_Color",
|
||||
"ArchAi3D_BatchToSixImages",
|
||||
"ArchAi3D_Batch_Text_Encode",
|
||||
"ArchAi3D_Batch_Text_Encode_SDXL",
|
||||
"ArchAi3D_Boolean_Input",
|
||||
"ArchAi3D_Cinematography_Prompt_Builder",
|
||||
"ArchAi3D_CircleMask",
|
||||
"ArchAi3D_CivitAI_Download",
|
||||
"ArchAi3D_Clean_Room_Prompt",
|
||||
"ArchAi3D_Color_Correction_Advanced",
|
||||
"ArchAi3D_Color_Correction_BT709",
|
||||
"ArchAi3D_Conditioning_Balance",
|
||||
"ArchAi3D_CubemapToPanorama",
|
||||
"ArchAi3D_Dependency_Installer",
|
||||
"ArchAi3D_DiffSynth_ControlNet",
|
||||
"ArchAi3D_Empty_Latent_Batch",
|
||||
"ArchAi3D_Extract_Region_Text",
|
||||
"ArchAi3D_Float_Input",
|
||||
"ArchAi3D_GDrive_Download",
|
||||
"ArchAi3D_Gemini",
|
||||
@ -25140,6 +25183,7 @@
|
||||
"ArchAi3D_Load_Image_URL",
|
||||
"ArchAi3D_Mask_Crop_Rotate",
|
||||
"ArchAi3D_Mask_To_Position_Guide",
|
||||
"ArchAi3D_Mask_Uncrop",
|
||||
"ArchAi3D_Metric3D_Depth",
|
||||
"ArchAi3D_Metric3D_Normal",
|
||||
"ArchAi3D_Nunchaku_Installer",
|
||||
@ -25150,8 +25194,10 @@
|
||||
"ArchAi3D_Object_Focus_Camera_V5",
|
||||
"ArchAi3D_Object_Focus_Camera_V6",
|
||||
"ArchAi3D_Object_Focus_Camera_V7",
|
||||
"ArchAi3D_PanoramaToCubemap",
|
||||
"ArchAi3D_Panorama_Offset",
|
||||
"ArchAi3D_Position_Guide_Prompt_Builder",
|
||||
"ArchAi3D_PromptLine",
|
||||
"ArchAi3D_QwenVL_GGUF",
|
||||
"ArchAi3D_QwenVL_Server_Control",
|
||||
"ArchAi3D_Qwen_Camera_View_Selector",
|
||||
@ -25202,6 +25248,7 @@
|
||||
"ArchAi3D_Simple_Tile_Cropper",
|
||||
"ArchAi3D_Simple_Tile_Cropper_Batch",
|
||||
"ArchAi3D_Simple_Tile_Sampler",
|
||||
"ArchAi3D_SixImagesToBatch",
|
||||
"ArchAi3D_Smart_Tile_Calculator",
|
||||
"ArchAi3D_Smart_Tile_Calculator_V3",
|
||||
"ArchAi3D_Smart_Tile_Calculator_V4",
|
||||
@ -25527,6 +25574,8 @@
|
||||
"https://github.com/arcum42/ComfyUI_SageUtils": [
|
||||
[
|
||||
"SageSetWildcardText",
|
||||
"Sage_Ace15AudioEncode",
|
||||
"Sage_AceAdvOptions",
|
||||
"Sage_AdvSamplerInfo",
|
||||
"Sage_CLIPLoaderFromInfo",
|
||||
"Sage_CLIPSelector",
|
||||
@ -25545,6 +25594,7 @@
|
||||
"Sage_DualCLIPTextEncodeLumina2",
|
||||
"Sage_DualCLIPTextEncodeQwen",
|
||||
"Sage_DynamicComboTest",
|
||||
"Sage_EmptyAceStep15LatentAudio",
|
||||
"Sage_EmptyLatentImagePassthrough",
|
||||
"Sage_FlexibleCLIPSelector",
|
||||
"Sage_FloatToStr",
|
||||
@ -25595,6 +25645,7 @@
|
||||
"Sage_QuickResPicker",
|
||||
"Sage_ReferenceImage",
|
||||
"Sage_SamplerInfo",
|
||||
"Sage_SamplerInfoNoCFG",
|
||||
"Sage_SamplerSelector",
|
||||
"Sage_SaveImageWithMetadata",
|
||||
"Sage_SaveText",
|
||||
@ -26144,6 +26195,7 @@
|
||||
[
|
||||
"Base64ImageLoader",
|
||||
"CustomImageLoader",
|
||||
"GLMOCRNode",
|
||||
"Image2Base64",
|
||||
"ImageHash",
|
||||
"OutputEmbedding",
|
||||
@ -31069,6 +31121,7 @@
|
||||
"VPScheduler",
|
||||
"Veo3FirstLastFrameNode",
|
||||
"VeoVideoGenerationNode",
|
||||
"Video Slice",
|
||||
"VideoLinearCFGGuidance",
|
||||
"VideoTriangleCFGGuidance",
|
||||
"Vidu2ImageToVideoNode",
|
||||
@ -32413,6 +32466,14 @@
|
||||
"title_aux": "ComfyUI-MiVolo-V2"
|
||||
}
|
||||
],
|
||||
"https://github.com/dennisvink/comfyui-outline": [
|
||||
[
|
||||
"OutlineAlphaSnap"
|
||||
],
|
||||
{
|
||||
"title_aux": "Outline Alpha Snap Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/deroberon/StableZero123-comfyui": [
|
||||
[
|
||||
"SDZero ImageSplit",
|
||||
@ -35308,6 +35369,10 @@
|
||||
"KIE_Kling26Motion_I2V",
|
||||
"KIE_Kling26_I2V",
|
||||
"KIE_Kling26_T2V",
|
||||
"KIE_Kling3_Preflight",
|
||||
"KIE_Kling3_Video",
|
||||
"KIE_KlingElements",
|
||||
"KIE_KlingElementsBatch",
|
||||
"KIE_NanoBananaPro_Image",
|
||||
"KIE_Seedance15Pro_I2V",
|
||||
"KIE_SeedanceV1Pro_Fast_I2V",
|
||||
@ -37349,10 +37414,15 @@
|
||||
"AdaptiveResolution",
|
||||
"ColabKeepAlive",
|
||||
"File List Loader",
|
||||
"File List To File Path",
|
||||
"Fix Dimensions",
|
||||
"Get Timestamp",
|
||||
"MP3 Embed In Image",
|
||||
"MP3 Extract From Image",
|
||||
"MP3 Path To Audio",
|
||||
"RAMCleanup",
|
||||
"Set Value For Dancing",
|
||||
"Set Value For MC",
|
||||
"Set Value With Path",
|
||||
"SetValuesFromPanel",
|
||||
"TunnelAutoReconnect",
|
||||
@ -44441,6 +44511,23 @@
|
||||
"title_aux": "h4 ToolKit"
|
||||
}
|
||||
],
|
||||
"https://github.com/maartenharms/comfyui-flowpath": [
|
||||
[
|
||||
"FlowPath"
|
||||
],
|
||||
{
|
||||
"title_aux": "FlowPath"
|
||||
}
|
||||
],
|
||||
"https://github.com/maartenharms/comfyui-promptflow": [
|
||||
[
|
||||
"PromptFlowCore",
|
||||
"PromptFlowVariations"
|
||||
],
|
||||
{
|
||||
"title_aux": "PromptFlow"
|
||||
}
|
||||
],
|
||||
"https://github.com/maepopi/Diffusers-in-ComfyUI": [
|
||||
[
|
||||
"BLoRALoader",
|
||||
@ -44795,7 +44882,9 @@
|
||||
"PhotoStylePromptEncoder",
|
||||
"SaveImage",
|
||||
"StylePromptEncoder",
|
||||
"StylePromptEncoder2",
|
||||
"StyleStringInjector",
|
||||
"StyleStringInjector2",
|
||||
"ZSamplerTurbo"
|
||||
],
|
||||
{
|
||||
@ -47972,13 +48061,12 @@
|
||||
],
|
||||
"https://github.com/pamparamm/sd-perturbed-attention": [
|
||||
[
|
||||
"FrequencyDecoupledGuidance",
|
||||
"NormalizedAttentionGuidance",
|
||||
"PLADIS",
|
||||
"PerturbedAttention",
|
||||
"SlidingWindowGuidanceAdvanced",
|
||||
"SmoothedEnergyGuidanceAdvanced",
|
||||
"TRTAttachPag",
|
||||
"TRTPerturbedAttention",
|
||||
"TokenPerturbationGuidance"
|
||||
],
|
||||
{
|
||||
@ -48189,7 +48277,8 @@
|
||||
"Gen2_LoadQwenLora",
|
||||
"Gen2_LoadQwenVAE",
|
||||
"Gen2_QwenClipTextEncode",
|
||||
"Gen2_QwenImageControlSampler"
|
||||
"Gen2_QwenImageControlSampler",
|
||||
"Gen2_StringReplace"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-gen2"
|
||||
@ -52001,16 +52090,13 @@
|
||||
"LoRAMergeToModel",
|
||||
"LoRAMetaKeys",
|
||||
"LoRAMultiMerge",
|
||||
"LoRAMultiMergeDARE",
|
||||
"LoRAPruneKeys",
|
||||
"LoRARenameKeys",
|
||||
"LoRAResizeCumulative",
|
||||
"LoRAResizeFixed",
|
||||
"LoRAResizeFrobenius",
|
||||
"LoRAResizeRatio",
|
||||
"LoRAResizeViaBaseCumulative",
|
||||
"LoRAResizeViaBaseFixed",
|
||||
"LoRAResizeViaBaseFrobenius",
|
||||
"LoRAResizeViaBaseRatio",
|
||||
"LoRAThreeMerger",
|
||||
"LoRATwoMerger",
|
||||
"ModelMetaKeys",
|
||||
@ -53164,7 +53250,8 @@
|
||||
"SuperResizeImage",
|
||||
"SuperSVRCalcTiles",
|
||||
"SuperStitchTiles",
|
||||
"SuperWhiteBalanceCAT"
|
||||
"SuperWhiteBalanceCAT",
|
||||
"User Error"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SuperNodes"
|
||||
@ -55945,8 +56032,10 @@
|
||||
"Trellis2LoadModel",
|
||||
"Trellis2MeshRefiner",
|
||||
"Trellis2MeshTexturing",
|
||||
"Trellis2MeshTexturingMultiView",
|
||||
"Trellis2MeshWithVoxelAdvancedGenerator",
|
||||
"Trellis2MeshWithVoxelGenerator",
|
||||
"Trellis2MeshWithVoxelMultiViewGenerator",
|
||||
"Trellis2MeshWithVoxelToMeshlibMesh",
|
||||
"Trellis2MeshWithVoxelToTrimesh",
|
||||
"Trellis2OvoxelExportToGLB",
|
||||
@ -56084,6 +56173,7 @@
|
||||
"VRGDG_ImageSwitch4",
|
||||
"VRGDG_IndexedPromptChunker",
|
||||
"VRGDG_IndexedPromptChunkerV2",
|
||||
"VRGDG_LLM_Multi",
|
||||
"VRGDG_LLM_OutputSaver",
|
||||
"VRGDG_LLM_PromptBatcher",
|
||||
"VRGDG_LoadAudioSplitDynamic",
|
||||
@ -56096,6 +56186,7 @@
|
||||
"VRGDG_LoadAudioSplit_SRTOnly",
|
||||
"VRGDG_LoadAudioSplit_Wan22HumoFMML",
|
||||
"VRGDG_LoadVideos",
|
||||
"VRGDG_LocalLLM",
|
||||
"VRGDG_LyricsEmotionMerger",
|
||||
"VRGDG_ManualLyricsExtractor",
|
||||
"VRGDG_ManualLyricsExtractor_SRT",
|
||||
|
||||
Reference in New Issue
Block a user