mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update DB
This commit is contained in:
parent
66f5eca7fa
commit
78fb354452
@ -14480,6 +14480,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A comprehensive collection of color manipulation and analysis nodes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "APZmedia",
|
||||
"title": "NormalMapLightEstimator",
|
||||
"reference": "https://github.com/APZmedia/Comfyui-LightDirection-estimation",
|
||||
"files": [
|
||||
"https://github.com/APZmedia/Comfyui-LightDirection-estimation"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for estimating light direction and quality from normal maps using luma masking. The system analyzes surface normals to infer lighting information for downstream tasks like adaptive relighting, directional masking, or stylized effects."
|
||||
},
|
||||
{
|
||||
"author": "N3rd00d",
|
||||
"title": "ComfyUI-Paint3D-Nodes",
|
||||
@ -18735,6 +18745,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "API call node for Third-party platforms both official and local. Support VLMs LLMs Dalle3 Flux-Pro SD3 etc. And some little tools: img to b64 url, b64 url to img, b64 url to b64 data, reg text to word and ',' only, etc."
|
||||
},
|
||||
{
|
||||
"author": "AhBumm",
|
||||
"title": "ComfyUI_UnfakePy_Warpper",
|
||||
"reference": "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper",
|
||||
"files": [
|
||||
"https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Warp Unfake.py for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "Scepter",
|
||||
"title": "ComfyUI-Scepter",
|
||||
@ -34606,6 +34626,59 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for running GGUF quantized Qwen2.5-VL models using llama.cpp"
|
||||
},
|
||||
{
|
||||
"author": "ussoewwin",
|
||||
"title": "ComfyUI-NunchakuFluxLoraStacker",
|
||||
"reference": "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker",
|
||||
"files": [
|
||||
"https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An advanced LoRA stacker node specifically designed for Nunchaku FLUX models, featuring dynamic UI control for easy and efficient LoRA management."
|
||||
},
|
||||
{
|
||||
"author": "ussoewwin",
|
||||
"title": "ComfyUI-DistorchMemoryManager",
|
||||
"reference": "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager",
|
||||
"files": [
|
||||
"https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An independent memory management custom node for ComfyUI. Provides Distorch memory management functionality for efficient GPU/CPU memory handling."
|
||||
},
|
||||
{
|
||||
"author": "geltz",
|
||||
"title": "ComfyUI-geltz",
|
||||
"reference": "https://github.com/geltz/ComfyUI-geltz",
|
||||
"files": [
|
||||
"https://github.com/geltz/ComfyUI-geltz"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Various custom nodes; guidance, latents, sampling, tokenization, etc."
|
||||
},
|
||||
{
|
||||
"author": "cmeka",
|
||||
"title": "ComfyUI-WanMoEScheduler",
|
||||
"reference": "https://github.com/cmeka/ComfyUI-WanMoEScheduler",
|
||||
"files": [
|
||||
"https://github.com/cmeka/ComfyUI-WanMoEScheduler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI scheduler that finds the shift value required to align high/low sampling steps with a target sigma boundary."
|
||||
},
|
||||
{
|
||||
"author": "hvppycoding",
|
||||
"title": "hvppyflow",
|
||||
"reference": "https://github.com/hvppycoding/hvppyflow",
|
||||
"files": [
|
||||
"https://github.com/hvppycoding/hvppyflow"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for Automated Workflow"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1801,6 +1801,19 @@
|
||||
"title_aux": "ComfyUI Color Profile Reader"
|
||||
}
|
||||
],
|
||||
"https://github.com/APZmedia/Comfyui-LightDirection-estimation": [
|
||||
[
|
||||
"EnhancedLightEstimator",
|
||||
"IREShadowAnalyzer",
|
||||
"IREShadowComparison",
|
||||
"LightDistributionAnalyzer",
|
||||
"LightImageProcessor",
|
||||
"NormalMapLightEstimator"
|
||||
],
|
||||
{
|
||||
"title_aux": "NormalMapLightEstimator"
|
||||
}
|
||||
],
|
||||
"https://github.com/ARZUMATA/ComfyUI-ARZUMATA": [
|
||||
[
|
||||
"CachingCLIPTextEncodeFlux|ARZUMATA",
|
||||
@ -2062,6 +2075,14 @@
|
||||
"title_aux": "Customizable API Call Nodes by BillBum"
|
||||
}
|
||||
],
|
||||
"https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": [
|
||||
[
|
||||
"CustomUnfake"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_UnfakePy_Warpper"
|
||||
}
|
||||
],
|
||||
"https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [
|
||||
[
|
||||
"Add Tag",
|
||||
@ -23125,6 +23146,14 @@
|
||||
"title_aux": "Simple Image To Palette"
|
||||
}
|
||||
],
|
||||
"https://github.com/cmeka/ComfyUI-WanMoEScheduler": [
|
||||
[
|
||||
"WanMoEScheduler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-WanMoEScheduler"
|
||||
}
|
||||
],
|
||||
"https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": [
|
||||
[
|
||||
"Xoxxox_CnvDat",
|
||||
@ -26898,6 +26927,20 @@
|
||||
"title_aux": "ComfyUI-FLUX-BFL-API"
|
||||
}
|
||||
],
|
||||
"https://github.com/geltz/ComfyUI-geltz": [
|
||||
[
|
||||
"DIL2_EmptyLatent",
|
||||
"DIL_EmptyLatent",
|
||||
"QMS",
|
||||
"RegionalSplitSampler",
|
||||
"SWS",
|
||||
"tokenteller",
|
||||
"vectorpusher"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-geltz"
|
||||
}
|
||||
],
|
||||
"https://github.com/gemell1/ComfyUI_GMIC": [
|
||||
[
|
||||
"GmicCliWrapper",
|
||||
@ -28583,6 +28626,16 @@
|
||||
"title_aux": "RandomSamplerSchedulerSteps for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/hvppycoding/hvppyflow": [
|
||||
[
|
||||
"HPDebug",
|
||||
"HPSleep",
|
||||
"HPSplitText"
|
||||
],
|
||||
{
|
||||
"title_aux": "hvppyflow"
|
||||
}
|
||||
],
|
||||
"https://github.com/hwhaocool/ComfyUI-Select-Any": [
|
||||
[
|
||||
"SelectAnyValues"
|
||||
@ -43533,6 +43586,24 @@
|
||||
"title_aux": "comfyui-holdup"
|
||||
}
|
||||
],
|
||||
"https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [
|
||||
[
|
||||
"MemoryCleaner",
|
||||
"MemoryManager",
|
||||
"SafeMemoryManager"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DistorchMemoryManager"
|
||||
}
|
||||
],
|
||||
"https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [
|
||||
[
|
||||
"FluxLoraMultiLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-NunchakuFluxLoraStacker"
|
||||
}
|
||||
],
|
||||
"https://github.com/vadimcro/VKRiez-Edge": [
|
||||
[
|
||||
"VKriezEnhancedEdgePreprocessor",
|
||||
@ -43586,8 +43657,11 @@
|
||||
"https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [
|
||||
[
|
||||
"API Request Node",
|
||||
"Elasticsearch Update Node",
|
||||
"Empty Image Node",
|
||||
"JSON Builder Node",
|
||||
"JSON Parser Node",
|
||||
"JsonBuilderNode",
|
||||
"LoadImageFromUrlNode",
|
||||
"MultilinePromptNode",
|
||||
"OSSUploadNode",
|
||||
|
||||
1875
github-stats.json
1875
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,45 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "cedarconnor",
|
||||
"title": "ComfyUI Motion Transfer Pack [WIP]",
|
||||
"reference": "https://github.com/cedarconnor/ComfyUI_MotionTransfer",
|
||||
"files": [
|
||||
"https://github.com/cedarconnor/ComfyUI_MotionTransfer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Transfer motion from low-resolution AI-generated videos to ultra-high-resolution still images (up to 16K+).\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "theshubzworld",
|
||||
"title": "ComfyUI-NvidiaVision [WIP]",
|
||||
"reference": "https://github.com/theshubzworld/ComfyUI-NvidiaVision",
|
||||
"files": [
|
||||
"https://github.com/theshubzworld/ComfyUI-NvidiaVision"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for NVIDIA AI Vision and Text models\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "MadPonyInteractive",
|
||||
"title": "ComfyUi-MpiNodes [WIP]",
|
||||
"reference": "https://github.com/MadPonyInteractive/ComfyUi-MpiNodes",
|
||||
"files": [
|
||||
"https://github.com/MadPonyInteractive/ComfyUi-MpiNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Mpi Batch Text Replace, Mpi Prompt Chain Selector, Mpi Preset Selector, Mpi Prompt Override Seed, Mpi If Else Probability Inverted, ...\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "fantaskiss",
|
||||
"title": "ComfyUI-Qwen3_VQA_enhanced [WIP]",
|
||||
"reference": "https://github.com/fantaskiss/ComfyUI-Qwen3_VQA_enhanced",
|
||||
"files": [
|
||||
"https://github.com/fantaskiss/ComfyUI-Qwen3_VQA_enhanced"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Enhancement of the original qwen3_VQA node. Other functions remain unchanged, with only the automatic scanning of the prompt_generator folder added. No new node group is created; only additions and modifications are made to the original node group."
|
||||
},
|
||||
{
|
||||
"author": "pacchikAI",
|
||||
"title": "comfyui_pacchik_window [UNSAFE]",
|
||||
|
||||
@ -2749,6 +2749,65 @@
|
||||
"title_aux": "comfy-tif-support"
|
||||
}
|
||||
],
|
||||
"https://github.com/MadPonyInteractive/ComfyUi-MpiNodes": [
|
||||
[
|
||||
"MpiAddImageToList",
|
||||
"MpiAnyInvSwitch",
|
||||
"MpiAnySwitch",
|
||||
"MpiAspectRatio",
|
||||
"MpiBatchTextReplace",
|
||||
"MpiBoolean",
|
||||
"MpiBooleanCompare",
|
||||
"MpiCombo",
|
||||
"MpiCombo1",
|
||||
"MpiCombo10",
|
||||
"MpiCombo2",
|
||||
"MpiCombo3",
|
||||
"MpiCombo4",
|
||||
"MpiCombo5",
|
||||
"MpiCombo6",
|
||||
"MpiCombo7",
|
||||
"MpiCombo8",
|
||||
"MpiCombo9",
|
||||
"MpiComboMaker",
|
||||
"MpiDisplayPrompt",
|
||||
"MpiDoubleLora",
|
||||
"MpiDummyToggleNode",
|
||||
"MpiDynamicCombo",
|
||||
"MpiFromCheckpoint",
|
||||
"MpiHasOptions",
|
||||
"MpiIfElse",
|
||||
"MpiIfElseInverted",
|
||||
"MpiIfElseProbability",
|
||||
"MpiIfElseProbabilityInverted",
|
||||
"MpiJsonLoad",
|
||||
"MpiJsonSave",
|
||||
"MpiLoraModel",
|
||||
"MpiLoraSwitch",
|
||||
"MpiNormalizeValue",
|
||||
"MpiPromptBridge",
|
||||
"MpiPromptChainSelector",
|
||||
"MpiPromptList",
|
||||
"MpiPromptListJoin",
|
||||
"MpiPromptListSelector",
|
||||
"MpiPromptOverride",
|
||||
"MpiPromptOverrideSeed",
|
||||
"MpiPromptProcessor",
|
||||
"MpiRandPromptGen",
|
||||
"MpiRandPromptGenOrder",
|
||||
"MpiRandPromptGenOverrideList",
|
||||
"MpiRandPromptGenOverrideSection",
|
||||
"MpiRandPromptGenSave",
|
||||
"MpiStringInvSwitch",
|
||||
"MpiSubGraphTest",
|
||||
"MpiTextListJoin",
|
||||
"MpiTextListReplace",
|
||||
"MpiToChekPoint"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUi-MpiNodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Madygnomo/ComfyUI-NanoBanana-ImageGenerator": [
|
||||
[
|
||||
"Google-Gemini"
|
||||
@ -3459,6 +3518,7 @@
|
||||
],
|
||||
"https://github.com/RomanticQq/ComfyUI-Groudingdino-Sam": [
|
||||
[
|
||||
"grounded_sam2_cut",
|
||||
"grounded_sam2_cut_gaussian",
|
||||
"groundingdino"
|
||||
],
|
||||
@ -6636,6 +6696,18 @@
|
||||
"title_aux": "comfyuinode_chopmask [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/fantaskiss/ComfyUI-Qwen3_VQA_enhanced": [
|
||||
[
|
||||
"ImageLoader",
|
||||
"MultiplePathsInput",
|
||||
"Qwen3_VQA",
|
||||
"Qwen3_VQA_Enhanced",
|
||||
"VideoLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Qwen3_VQA_enhanced [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/filipemeneses/ComfyUI_html": [
|
||||
[
|
||||
"HtmlDownload",
|
||||
@ -10839,6 +10911,15 @@
|
||||
"title_aux": "_topfun_s_nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/theshubzworld/ComfyUI-NvidiaVision": [
|
||||
[
|
||||
"\u2728 NVIDIA Prompt Generator (Text) \u2728",
|
||||
"\ud83d\udc41\ufe0f\u200d\ud83d\udde8\ufe0f NVIDIA Vision Node \ud83d\udc41\ufe0f\u200d\ud83d\udde8\ufe0f"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-NvidiaVision [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/threadedblue/MLXnodes": [
|
||||
[
|
||||
"MLXImg2Img",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,75 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "geltz",
|
||||
"title": "ComfyUI-geltz",
|
||||
"reference": "https://github.com/geltz/ComfyUI-geltz",
|
||||
"files": [
|
||||
"https://github.com/geltz/ComfyUI-geltz"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Various custom nodes; guidance, latents, sampling, tokenization, etc."
|
||||
},
|
||||
{
|
||||
"author": "cmeka",
|
||||
"title": "ComfyUI-WanMoEScheduler",
|
||||
"reference": "https://github.com/cmeka/ComfyUI-WanMoEScheduler",
|
||||
"files": [
|
||||
"https://github.com/cmeka/ComfyUI-WanMoEScheduler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI scheduler that finds the shift value required to align high/low sampling steps with a target sigma boundary."
|
||||
},
|
||||
{
|
||||
"author": "AhBumm",
|
||||
"title": "ComfyUI_UnfakePy_Warpper",
|
||||
"reference": "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper",
|
||||
"files": [
|
||||
"https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Warp Unfake.py for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "APZmedia",
|
||||
"title": "NormalMapLightEstimator",
|
||||
"reference": "https://github.com/APZmedia/Comfyui-LightDirection-estimation",
|
||||
"files": [
|
||||
"https://github.com/APZmedia/Comfyui-LightDirection-estimation"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for estimating light direction and quality from normal maps using luma masking. The system analyzes surface normals to infer lighting information for downstream tasks like adaptive relighting, directional masking, or stylized effects."
|
||||
},
|
||||
{
|
||||
"author": "ussoewwin",
|
||||
"title": "ComfyUI-DistorchMemoryManager",
|
||||
"reference": "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager",
|
||||
"files": [
|
||||
"https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An independent memory management custom node for ComfyUI. Provides Distorch memory management functionality for efficient GPU/CPU memory handling."
|
||||
},
|
||||
{
|
||||
"author": "ussoewwin",
|
||||
"title": "ComfyUI-NunchakuFluxLoraStacker",
|
||||
"reference": "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker",
|
||||
"files": [
|
||||
"https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An advanced LoRA stacker node specifically designed for Nunchaku FLUX models, featuring dynamic UI control for easy and efficient LoRA management."
|
||||
},
|
||||
{
|
||||
"author": "hvppycoding",
|
||||
"title": "hvppyflow",
|
||||
"reference": "https://github.com/hvppycoding/hvppyflow",
|
||||
"files": [
|
||||
"https://github.com/hvppycoding/hvppyflow"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for Automated Workflow"
|
||||
},
|
||||
{
|
||||
"author": "walke2019",
|
||||
"title": "ComfyUI-GGUF-VisionLM",
|
||||
@ -660,47 +730,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Upload images (directly from your graph) and files (e.g., videos written to disk) to Immich."
|
||||
},
|
||||
{
|
||||
"author": "GZK1108",
|
||||
"title": "Comfyui-QwenLoraLoaderSelective",
|
||||
"reference": "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective",
|
||||
"files": [
|
||||
"https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "LordLoraQwenEdit is a ComfyUI custom node for Qwen Image Image Edit pipelines. It selectively applies Qwen Image edit LoRAs to specific UNet transformer layers based on keyword filters, keeping the rest of the network untouched for precise control."
|
||||
},
|
||||
{
|
||||
"author": "siraxe",
|
||||
"title": "ComfyUI-WanVideoWrapper_QQ",
|
||||
"reference": "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ",
|
||||
"files": [
|
||||
"https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of custom nodes for ComfyUI providing video manipulation, LoRA loading, path animation, and visual drawing tools for WanVideo workflows."
|
||||
},
|
||||
{
|
||||
"author": "PiePieDesign",
|
||||
"title": "PiePieTweaks",
|
||||
"id": "piepie-tweaks",
|
||||
"reference": "https://github.com/PiePieDesign/PiePieTweaks",
|
||||
"files": [
|
||||
"https://github.com/PiePieDesign/PiePieTweaks"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Tweaks and simple nodes for usability and common needs"
|
||||
},
|
||||
{
|
||||
"author": "turnbros",
|
||||
"title": "ComfyBros - Custom ComfyUI Nodes",
|
||||
"reference": "https://github.com/turnbros/ComfyBros",
|
||||
"files": [
|
||||
"https://github.com/turnbros/ComfyBros"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI nodes for enhanced text and image processing"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1801,6 +1801,19 @@
|
||||
"title_aux": "ComfyUI Color Profile Reader"
|
||||
}
|
||||
],
|
||||
"https://github.com/APZmedia/Comfyui-LightDirection-estimation": [
|
||||
[
|
||||
"EnhancedLightEstimator",
|
||||
"IREShadowAnalyzer",
|
||||
"IREShadowComparison",
|
||||
"LightDistributionAnalyzer",
|
||||
"LightImageProcessor",
|
||||
"NormalMapLightEstimator"
|
||||
],
|
||||
{
|
||||
"title_aux": "NormalMapLightEstimator"
|
||||
}
|
||||
],
|
||||
"https://github.com/ARZUMATA/ComfyUI-ARZUMATA": [
|
||||
[
|
||||
"CachingCLIPTextEncodeFlux|ARZUMATA",
|
||||
@ -2062,6 +2075,14 @@
|
||||
"title_aux": "Customizable API Call Nodes by BillBum"
|
||||
}
|
||||
],
|
||||
"https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": [
|
||||
[
|
||||
"CustomUnfake"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_UnfakePy_Warpper"
|
||||
}
|
||||
],
|
||||
"https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [
|
||||
[
|
||||
"Add Tag",
|
||||
@ -23125,6 +23146,14 @@
|
||||
"title_aux": "Simple Image To Palette"
|
||||
}
|
||||
],
|
||||
"https://github.com/cmeka/ComfyUI-WanMoEScheduler": [
|
||||
[
|
||||
"WanMoEScheduler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-WanMoEScheduler"
|
||||
}
|
||||
],
|
||||
"https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": [
|
||||
[
|
||||
"Xoxxox_CnvDat",
|
||||
@ -26898,6 +26927,20 @@
|
||||
"title_aux": "ComfyUI-FLUX-BFL-API"
|
||||
}
|
||||
],
|
||||
"https://github.com/geltz/ComfyUI-geltz": [
|
||||
[
|
||||
"DIL2_EmptyLatent",
|
||||
"DIL_EmptyLatent",
|
||||
"QMS",
|
||||
"RegionalSplitSampler",
|
||||
"SWS",
|
||||
"tokenteller",
|
||||
"vectorpusher"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-geltz"
|
||||
}
|
||||
],
|
||||
"https://github.com/gemell1/ComfyUI_GMIC": [
|
||||
[
|
||||
"GmicCliWrapper",
|
||||
@ -28583,6 +28626,16 @@
|
||||
"title_aux": "RandomSamplerSchedulerSteps for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/hvppycoding/hvppyflow": [
|
||||
[
|
||||
"HPDebug",
|
||||
"HPSleep",
|
||||
"HPSplitText"
|
||||
],
|
||||
{
|
||||
"title_aux": "hvppyflow"
|
||||
}
|
||||
],
|
||||
"https://github.com/hwhaocool/ComfyUI-Select-Any": [
|
||||
[
|
||||
"SelectAnyValues"
|
||||
@ -43533,6 +43586,24 @@
|
||||
"title_aux": "comfyui-holdup"
|
||||
}
|
||||
],
|
||||
"https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [
|
||||
[
|
||||
"MemoryCleaner",
|
||||
"MemoryManager",
|
||||
"SafeMemoryManager"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DistorchMemoryManager"
|
||||
}
|
||||
],
|
||||
"https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [
|
||||
[
|
||||
"FluxLoraMultiLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-NunchakuFluxLoraStacker"
|
||||
}
|
||||
],
|
||||
"https://github.com/vadimcro/VKRiez-Edge": [
|
||||
[
|
||||
"VKriezEnhancedEdgePreprocessor",
|
||||
@ -43586,8 +43657,11 @@
|
||||
"https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [
|
||||
[
|
||||
"API Request Node",
|
||||
"Elasticsearch Update Node",
|
||||
"Empty Image Node",
|
||||
"JSON Builder Node",
|
||||
"JSON Parser Node",
|
||||
"JsonBuilderNode",
|
||||
"LoadImageFromUrlNode",
|
||||
"MultilinePromptNode",
|
||||
"OSSUploadNode",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user