mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-31 00:10:16 +08:00
Compare commits
8 Commits
a2d9d07ab4
...
80c36f51a9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80c36f51a9 | ||
|
|
e4eb87cc38 | ||
|
|
ca8c925fb9 | ||
|
|
0edd6607ae | ||
|
|
44aa47126e | ||
|
|
2f40e125be | ||
|
|
e6a2ae829c | ||
|
|
9390270879 |
@ -35882,7 +35882,7 @@
|
||||
"https://github.com/rookiestar28/ComfyUI-TranslateGemma"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node for TranslateGemma — Google's open source translation models with 55 languages & multimodal image translation."
|
||||
"description": "A ComfyUI custom node that translates text (including prompts) using Google's open-weight TranslateGemma models."
|
||||
},
|
||||
{
|
||||
"author": "MoonMoon82",
|
||||
@ -38435,6 +38435,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Fail-safe Google Translate prompt node for ComfyUI (retry + caching)."
|
||||
},
|
||||
{
|
||||
"author": "ah-kun",
|
||||
"title": "ComfyUI-OTP-Auth",
|
||||
"reference": "https://github.com/ah-kun/ComfyUI-OTP-Auth",
|
||||
"files": [
|
||||
"https://github.com/ah-kun/ComfyUI-OTP-Auth"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds simple One-Time Password (OTP) authentication using Google Authenticator to protect publicly accessible ComfyUI instances."
|
||||
},
|
||||
{
|
||||
"author": "Kazama-Suichiku",
|
||||
"title": "ComfyUI-Meshy",
|
||||
@ -41429,14 +41439,15 @@
|
||||
"description": "High-performance ComfyUI nodes optimized for RTX 4090: batch processing, memory management, GPU monitoring"
|
||||
},
|
||||
{
|
||||
"author": "aadityamundhalia",
|
||||
"title": "ComfyUI-ollama-aditya",
|
||||
"author": "Aditya Mundhalia",
|
||||
"title": "ComfyUI Ollama by Aditya",
|
||||
"id": "comfyui-ollama-aditya",
|
||||
"reference": "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya",
|
||||
"files": [
|
||||
"https://github.com/aadityamundhalia/ComfyUI-ollama-aditya"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI node for integrating Ollama LLMs into your image generation workflows."
|
||||
"description": "ComfyUI nodes for integrating Ollama local LLM models with image or text generation workflows."
|
||||
},
|
||||
{
|
||||
"author": "maximilianwicen",
|
||||
@ -41683,12 +41694,13 @@
|
||||
{
|
||||
"author": "bkpaine1",
|
||||
"title": "Halo-Lipsy",
|
||||
"id": "halo-lipsy",
|
||||
"reference": "https://github.com/bkpaine1/Halo-Lipsy",
|
||||
"files": [
|
||||
"https://github.com/bkpaine1/Halo-Lipsy"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Native AMD Unified Memory Lip Sync for ComfyUI"
|
||||
"description": "AMD unified memory lip sync for ComfyUI. Native Wav2Lip inference with no subprocesses - finally works on Strix Halo, ROCm, and all AMD APUs. Features sync tuning, edge blending, and safe tensor casting for unified memory systems."
|
||||
},
|
||||
{
|
||||
"author": "kianthos",
|
||||
@ -41740,6 +41752,28 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "HTTP API for ComfyUI with webhook-based workflow execution."
|
||||
},
|
||||
{
|
||||
"author": "gen1nya",
|
||||
"title": "ComfyUI Remote Upscale",
|
||||
"id": "remote-upscale",
|
||||
"reference": "https://github.com/gen1nya/ComfyUI-Remote-Upscale",
|
||||
"files": [
|
||||
"https://github.com/gen1nya/ComfyUI-Remote-Upscale"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Offload image upscaling to a remote server with a dedicated GPU. Real-time progress streaming via SSE."
|
||||
},
|
||||
{
|
||||
"author": "Setmaster",
|
||||
"title": "ModelPulse",
|
||||
"id": "modelpulse",
|
||||
"reference": "https://github.com/Setmaster/ComfyUI-ModelPulse",
|
||||
"files": [
|
||||
"https://github.com/Setmaster/ComfyUI-ModelPulse"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Track model usage frequency to identify abandoned or underutilized models. Shows usage stats, file sizes, and highlights stale models in a sidebar panel."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -693,11 +693,12 @@
|
||||
],
|
||||
"https://github.com/5agado/ComfyUI-Sagado-Nodes": [
|
||||
[
|
||||
"Film Grain",
|
||||
"Get Num Frames",
|
||||
"Get Resolution",
|
||||
"Image Loader",
|
||||
"Video Loader"
|
||||
"SGD_Call_Ollama",
|
||||
"SGD_Film_Grain",
|
||||
"SGD_Get_Num_Frames",
|
||||
"SGD_Get_Resolution",
|
||||
"SGD_Image_Loader",
|
||||
"SGD_Video_Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Sagado Nodes for ComfyUI"
|
||||
@ -3319,6 +3320,9 @@
|
||||
"Vigenere",
|
||||
"X963KDF_Derive",
|
||||
"X963KDF_Verify",
|
||||
"XExchange",
|
||||
"XPrivateKeyFormat",
|
||||
"XPublicKeyFormat",
|
||||
"Zigzag"
|
||||
],
|
||||
{
|
||||
@ -6507,6 +6511,7 @@
|
||||
"BoyoVideoPairedSaver",
|
||||
"BoyoVideoSaver",
|
||||
"BoyoVision",
|
||||
"BoyoVoiceEnhancer",
|
||||
"BoyoWhileLoopEnd",
|
||||
"BoyoWhileLoopStart",
|
||||
"Boyolatent",
|
||||
@ -6903,7 +6908,8 @@
|
||||
],
|
||||
"https://github.com/Enferlain/ComfyUI-A1111-cond": [
|
||||
[
|
||||
"A1111Prompt"
|
||||
"A1111Prompt",
|
||||
"A1111PromptNegative"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-A1111-cond"
|
||||
@ -8465,7 +8471,8 @@
|
||||
],
|
||||
"https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": [
|
||||
[
|
||||
"SD3LatentSelectRes"
|
||||
"SD3LatentSelectRes",
|
||||
"SD3LatentSelectResV2"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SD3LatentSelectRes"
|
||||
@ -18759,6 +18766,7 @@
|
||||
"Basic data handling: IntPower",
|
||||
"Basic data handling: IntSubtract",
|
||||
"Basic data handling: IntToBytes",
|
||||
"Basic data handling: IsConnected",
|
||||
"Basic data handling: IsNull",
|
||||
"Basic data handling: LessThan",
|
||||
"Basic data handling: LessThanOrEqual",
|
||||
@ -22785,7 +22793,7 @@
|
||||
"OllamaPromptGenerator"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ollama-aditya"
|
||||
"title_aux": "ComfyUI Ollama by Aditya"
|
||||
}
|
||||
],
|
||||
"https://github.com/abdozmantar/ComfyUI-DeepExtract": [
|
||||
@ -23561,6 +23569,7 @@
|
||||
"GetImagesFromBatchIndexed",
|
||||
"GetLatentRangeFromBatch",
|
||||
"GetLatentSizeAndCount",
|
||||
"IO_save_image",
|
||||
"ImageAddMulti",
|
||||
"ImageAndMaskPreview",
|
||||
"ImageBatchExtendWithOverlap",
|
||||
@ -27287,7 +27296,7 @@
|
||||
],
|
||||
"https://github.com/capitan01R/ComfyUI-Flux2Klein-Enhancer": [
|
||||
[
|
||||
"Flux2KleinEditController",
|
||||
"Flux2KleinDetailController",
|
||||
"Flux2KleinEnhancer"
|
||||
],
|
||||
{
|
||||
@ -29732,6 +29741,7 @@
|
||||
"BatchLatentsNode",
|
||||
"BatchMasksNode",
|
||||
"BetaSamplingScheduler",
|
||||
"BriaImageEditNode",
|
||||
"ByteDanceFirstLastFrameNode",
|
||||
"ByteDanceImageEditNode",
|
||||
"ByteDanceImageNode",
|
||||
@ -30234,6 +30244,7 @@
|
||||
"TextEncodeHunyuanVideo_ImageToVideo",
|
||||
"TextEncodeQwenImageEdit",
|
||||
"TextEncodeQwenImageEditPlus",
|
||||
"TextEncodeZImageOmni",
|
||||
"TextProcessingNode",
|
||||
"ThresholdMask",
|
||||
"TomePatchModel",
|
||||
@ -32815,6 +32826,8 @@
|
||||
],
|
||||
"https://github.com/ethanfel/ComfyUI-Sharp-Selector": [
|
||||
[
|
||||
"FastAbsoluteSaver",
|
||||
"ParallelSharpnessLoader",
|
||||
"SharpFrameSelector",
|
||||
"SharpnessAnalyzer"
|
||||
],
|
||||
@ -34431,6 +34444,15 @@
|
||||
"title_aux": "ComfyUI_GMIC"
|
||||
}
|
||||
],
|
||||
"https://github.com/gen1nya/ComfyUI-Remote-Upscale": [
|
||||
[
|
||||
"RefreshRemoteModels",
|
||||
"RemoteUpscaleImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Remote Upscale"
|
||||
}
|
||||
],
|
||||
"https://github.com/geocine/geocine-comfyui": [
|
||||
[
|
||||
"Image Scale",
|
||||
@ -35456,6 +35478,8 @@
|
||||
"AIIA_CosyVoice_TTS",
|
||||
"AIIA_CosyVoice_VoiceConversion",
|
||||
"AIIA_Dialogue_TTS",
|
||||
"AIIA_DittoLoader",
|
||||
"AIIA_DittoSampler",
|
||||
"AIIA_E2E_Speaker_Diarization",
|
||||
"AIIA_EchoMimicLoader",
|
||||
"AIIA_EchoMimicSampler",
|
||||
@ -38096,6 +38120,7 @@
|
||||
],
|
||||
"https://github.com/joeriben/ai4artsed_comfyui_nodes": [
|
||||
[
|
||||
"ai4artsed_clean_prompt_randomizer",
|
||||
"ai4artsed_conditioning_fusion",
|
||||
"ai4artsed_image_analysis",
|
||||
"ai4artsed_openrouter_key",
|
||||
@ -39618,6 +39643,7 @@
|
||||
"Intrinsic_lora_sampling",
|
||||
"JoinStringMulti",
|
||||
"JoinStrings",
|
||||
"LTX2AttentionTunerPatch",
|
||||
"LTX2AudioLatentNormalizingSampling",
|
||||
"LTX2SamplingPreviewOverride",
|
||||
"LTX2_NAG",
|
||||
@ -39639,6 +39665,7 @@
|
||||
"MaskBatchMulti",
|
||||
"MaskOrImageToWeight",
|
||||
"MergeImageChannels",
|
||||
"ModelMemoryUseReportPatch",
|
||||
"ModelPassThrough",
|
||||
"ModelPatchTorchSettings",
|
||||
"ModelSaveKJ",
|
||||
@ -47543,7 +47570,8 @@
|
||||
],
|
||||
"https://github.com/princepainter/ComfyUI-PainterLTXV2": [
|
||||
[
|
||||
"PainterLTXVtoVideo",
|
||||
"PainterLTX2V",
|
||||
"PainterLTX2VPlus",
|
||||
"PainterSamplerLTXV"
|
||||
],
|
||||
{
|
||||
@ -49912,6 +49940,7 @@
|
||||
"CloseUpImageNode",
|
||||
"CloseUpNode",
|
||||
"ComfyAddSoundtrack",
|
||||
"ComfyImageAudioCSV",
|
||||
"ImageSequenceOverlay",
|
||||
"ImageTransitionNode",
|
||||
"MergeVideoAudioNode",
|
||||
@ -51692,6 +51721,7 @@
|
||||
"https://github.com/sonnybox/ComfyUI-SuperNodes": [
|
||||
[
|
||||
"FaceBBoxToMask",
|
||||
"GetCommonAspectRatio",
|
||||
"ImageMaskCrop",
|
||||
"ImageSizeCalculator",
|
||||
"RestoreMaskCrop",
|
||||
@ -57204,6 +57234,7 @@
|
||||
],
|
||||
"https://github.com/zeeoale/PromptCreatorNode": [
|
||||
[
|
||||
"IdentityMixerNode",
|
||||
"PromptCreatorNode"
|
||||
],
|
||||
{
|
||||
|
||||
5282
github-stats.json
5282
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,15 +1,5 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "ah-kun",
|
||||
"title": "ComfyUI-OTP-Auth",
|
||||
"reference": "https://github.com/ah-kun/ComfyUI-OTP-Auth",
|
||||
"files": [
|
||||
"https://github.com/ah-kun/ComfyUI-OTP-Auth"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that adds simple One-Time Password (OTP) authentication using Google Authenticator to prevent unauthorized use on publicly accessible servers."
|
||||
},
|
||||
{
|
||||
"author": "pollockjj",
|
||||
"title": "ComfyUI-StabilityTest",
|
||||
|
||||
@ -2681,6 +2681,7 @@
|
||||
"RK_Excel_File_State_Looper",
|
||||
"RK_ImageViewer",
|
||||
"RK_Read_Excel_Row",
|
||||
"RK_Ultra",
|
||||
"RK_Write_Text",
|
||||
"RK_seed",
|
||||
"rk_save_image",
|
||||
@ -4717,6 +4718,8 @@
|
||||
"AddVideoTextWatermark",
|
||||
"GetDeviceType",
|
||||
"LoadAudioByUrl",
|
||||
"LoadImageByUrl",
|
||||
"LoadVideoByUrl",
|
||||
"SeparateVideoAudio",
|
||||
"Wav2Srt"
|
||||
],
|
||||
@ -6948,6 +6951,7 @@
|
||||
"BatchLatentsNode",
|
||||
"BatchMasksNode",
|
||||
"BetaSamplingScheduler",
|
||||
"BriaImageEditNode",
|
||||
"ByteDanceFirstLastFrameNode",
|
||||
"ByteDanceImageEditNode",
|
||||
"ByteDanceImageNode",
|
||||
@ -7450,6 +7454,7 @@
|
||||
"TextEncodeHunyuanVideo_ImageToVideo",
|
||||
"TextEncodeQwenImageEdit",
|
||||
"TextEncodeQwenImageEditPlus",
|
||||
"TextEncodeZImageOmni",
|
||||
"TextProcessingNode",
|
||||
"ThresholdMask",
|
||||
"TomePatchModel",
|
||||
@ -8714,7 +8719,8 @@
|
||||
"XIS_ShapeData",
|
||||
"XIS_StringListMerger",
|
||||
"XIS_StringSwitch",
|
||||
"XIS_UnpackImages"
|
||||
"XIS_UnpackImages",
|
||||
"XIS_VGMOrchestrator"
|
||||
],
|
||||
{
|
||||
"title_aux": "Xiser_Nodes [WIP]"
|
||||
@ -12800,6 +12806,7 @@
|
||||
],
|
||||
"https://github.com/sprited-ai/sprited-comfyui-nodes": [
|
||||
[
|
||||
"BiRefNetBackgroundRemoval",
|
||||
"FlattenImageList",
|
||||
"LoopExtractorNodeV2",
|
||||
"LoopExtractorNodeV3",
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "gen1nya",
|
||||
"title": "ComfyUI Remote Upscale",
|
||||
"id": "remote-upscale",
|
||||
"reference": "https://github.com/gen1nya/ComfyUI-Remote-Upscale",
|
||||
"files": [
|
||||
"https://github.com/gen1nya/ComfyUI-Remote-Upscale"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Offload image upscaling to a remote server with a dedicated GPU. Real-time progress streaming via SSE."
|
||||
},
|
||||
{
|
||||
"author": "martin-rizzo",
|
||||
"title": "ComfyUI-ZImagePowerNodes",
|
||||
@ -99,7 +110,7 @@
|
||||
"https://github.com/rookiestar28/ComfyUI-TranslateGemma"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node for TranslateGemma — Google's open source translation models with 55 languages & multimodal image translation."
|
||||
"description": "A ComfyUI custom node that translates text (including prompts) using Google's open-weight TranslateGemma models."
|
||||
},
|
||||
{
|
||||
"author": "BigStationW",
|
||||
@ -338,12 +349,13 @@
|
||||
{
|
||||
"author": "bkpaine1",
|
||||
"title": "Halo-Lipsy",
|
||||
"id": "halo-lipsy",
|
||||
"reference": "https://github.com/bkpaine1/Halo-Lipsy",
|
||||
"files": [
|
||||
"https://github.com/bkpaine1/Halo-Lipsy"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Native AMD Unified Memory Lip Sync for ComfyUI"
|
||||
"description": "AMD unified memory lip sync for ComfyUI. Native Wav2Lip inference with no subprocesses - finally works on Strix Halo, ROCm, and all AMD APUs. Features sync tuning, edge blending, and safe tensor casting for unified memory systems."
|
||||
},
|
||||
{
|
||||
"author": "kianthos",
|
||||
@ -376,14 +388,26 @@
|
||||
"description": "Comprehensive mobile UI enhancement for ComfyUI that transforms the desktop-focused interface into a touch-friendly experience optimized for iPhone, iPad, and Android devices."
|
||||
},
|
||||
{
|
||||
"author": "aadityamundhalia",
|
||||
"title": "ComfyUI-ollama-aditya",
|
||||
"author": "Aditya Mundhalia",
|
||||
"title": "ComfyUI Ollama by Aditya",
|
||||
"id": "comfyui-ollama-aditya",
|
||||
"reference": "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya",
|
||||
"files": [
|
||||
"https://github.com/aadityamundhalia/ComfyUI-ollama-aditya"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI node for integrating Ollama LLMs into your image generation workflows."
|
||||
"description": "ComfyUI nodes for integrating Ollama local LLM models with image or text generation workflows."
|
||||
},
|
||||
{
|
||||
"author": "Setmaster",
|
||||
"title": "ModelPulse",
|
||||
"id": "modelpulse",
|
||||
"reference": "https://github.com/Setmaster/ComfyUI-ModelPulse",
|
||||
"files": [
|
||||
"https://github.com/Setmaster/ComfyUI-ModelPulse"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Track model usage frequency to identify abandoned or underutilized models. Shows usage stats, file sizes, and highlights stale models in a sidebar panel."
|
||||
},
|
||||
{
|
||||
"author": "maximilianwicen",
|
||||
|
||||
@ -693,11 +693,12 @@
|
||||
],
|
||||
"https://github.com/5agado/ComfyUI-Sagado-Nodes": [
|
||||
[
|
||||
"Film Grain",
|
||||
"Get Num Frames",
|
||||
"Get Resolution",
|
||||
"Image Loader",
|
||||
"Video Loader"
|
||||
"SGD_Call_Ollama",
|
||||
"SGD_Film_Grain",
|
||||
"SGD_Get_Num_Frames",
|
||||
"SGD_Get_Resolution",
|
||||
"SGD_Image_Loader",
|
||||
"SGD_Video_Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Sagado Nodes for ComfyUI"
|
||||
@ -3319,6 +3320,9 @@
|
||||
"Vigenere",
|
||||
"X963KDF_Derive",
|
||||
"X963KDF_Verify",
|
||||
"XExchange",
|
||||
"XPrivateKeyFormat",
|
||||
"XPublicKeyFormat",
|
||||
"Zigzag"
|
||||
],
|
||||
{
|
||||
@ -6507,6 +6511,7 @@
|
||||
"BoyoVideoPairedSaver",
|
||||
"BoyoVideoSaver",
|
||||
"BoyoVision",
|
||||
"BoyoVoiceEnhancer",
|
||||
"BoyoWhileLoopEnd",
|
||||
"BoyoWhileLoopStart",
|
||||
"Boyolatent",
|
||||
@ -6903,7 +6908,8 @@
|
||||
],
|
||||
"https://github.com/Enferlain/ComfyUI-A1111-cond": [
|
||||
[
|
||||
"A1111Prompt"
|
||||
"A1111Prompt",
|
||||
"A1111PromptNegative"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-A1111-cond"
|
||||
@ -8465,7 +8471,8 @@
|
||||
],
|
||||
"https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": [
|
||||
[
|
||||
"SD3LatentSelectRes"
|
||||
"SD3LatentSelectRes",
|
||||
"SD3LatentSelectResV2"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SD3LatentSelectRes"
|
||||
@ -18759,6 +18766,7 @@
|
||||
"Basic data handling: IntPower",
|
||||
"Basic data handling: IntSubtract",
|
||||
"Basic data handling: IntToBytes",
|
||||
"Basic data handling: IsConnected",
|
||||
"Basic data handling: IsNull",
|
||||
"Basic data handling: LessThan",
|
||||
"Basic data handling: LessThanOrEqual",
|
||||
@ -22785,7 +22793,7 @@
|
||||
"OllamaPromptGenerator"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ollama-aditya"
|
||||
"title_aux": "ComfyUI Ollama by Aditya"
|
||||
}
|
||||
],
|
||||
"https://github.com/abdozmantar/ComfyUI-DeepExtract": [
|
||||
@ -23561,6 +23569,7 @@
|
||||
"GetImagesFromBatchIndexed",
|
||||
"GetLatentRangeFromBatch",
|
||||
"GetLatentSizeAndCount",
|
||||
"IO_save_image",
|
||||
"ImageAddMulti",
|
||||
"ImageAndMaskPreview",
|
||||
"ImageBatchExtendWithOverlap",
|
||||
@ -27287,7 +27296,7 @@
|
||||
],
|
||||
"https://github.com/capitan01R/ComfyUI-Flux2Klein-Enhancer": [
|
||||
[
|
||||
"Flux2KleinEditController",
|
||||
"Flux2KleinDetailController",
|
||||
"Flux2KleinEnhancer"
|
||||
],
|
||||
{
|
||||
@ -29732,6 +29741,7 @@
|
||||
"BatchLatentsNode",
|
||||
"BatchMasksNode",
|
||||
"BetaSamplingScheduler",
|
||||
"BriaImageEditNode",
|
||||
"ByteDanceFirstLastFrameNode",
|
||||
"ByteDanceImageEditNode",
|
||||
"ByteDanceImageNode",
|
||||
@ -30234,6 +30244,7 @@
|
||||
"TextEncodeHunyuanVideo_ImageToVideo",
|
||||
"TextEncodeQwenImageEdit",
|
||||
"TextEncodeQwenImageEditPlus",
|
||||
"TextEncodeZImageOmni",
|
||||
"TextProcessingNode",
|
||||
"ThresholdMask",
|
||||
"TomePatchModel",
|
||||
@ -32815,6 +32826,8 @@
|
||||
],
|
||||
"https://github.com/ethanfel/ComfyUI-Sharp-Selector": [
|
||||
[
|
||||
"FastAbsoluteSaver",
|
||||
"ParallelSharpnessLoader",
|
||||
"SharpFrameSelector",
|
||||
"SharpnessAnalyzer"
|
||||
],
|
||||
@ -34431,6 +34444,15 @@
|
||||
"title_aux": "ComfyUI_GMIC"
|
||||
}
|
||||
],
|
||||
"https://github.com/gen1nya/ComfyUI-Remote-Upscale": [
|
||||
[
|
||||
"RefreshRemoteModels",
|
||||
"RemoteUpscaleImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Remote Upscale"
|
||||
}
|
||||
],
|
||||
"https://github.com/geocine/geocine-comfyui": [
|
||||
[
|
||||
"Image Scale",
|
||||
@ -35456,6 +35478,8 @@
|
||||
"AIIA_CosyVoice_TTS",
|
||||
"AIIA_CosyVoice_VoiceConversion",
|
||||
"AIIA_Dialogue_TTS",
|
||||
"AIIA_DittoLoader",
|
||||
"AIIA_DittoSampler",
|
||||
"AIIA_E2E_Speaker_Diarization",
|
||||
"AIIA_EchoMimicLoader",
|
||||
"AIIA_EchoMimicSampler",
|
||||
@ -38096,6 +38120,7 @@
|
||||
],
|
||||
"https://github.com/joeriben/ai4artsed_comfyui_nodes": [
|
||||
[
|
||||
"ai4artsed_clean_prompt_randomizer",
|
||||
"ai4artsed_conditioning_fusion",
|
||||
"ai4artsed_image_analysis",
|
||||
"ai4artsed_openrouter_key",
|
||||
@ -39618,6 +39643,7 @@
|
||||
"Intrinsic_lora_sampling",
|
||||
"JoinStringMulti",
|
||||
"JoinStrings",
|
||||
"LTX2AttentionTunerPatch",
|
||||
"LTX2AudioLatentNormalizingSampling",
|
||||
"LTX2SamplingPreviewOverride",
|
||||
"LTX2_NAG",
|
||||
@ -39639,6 +39665,7 @@
|
||||
"MaskBatchMulti",
|
||||
"MaskOrImageToWeight",
|
||||
"MergeImageChannels",
|
||||
"ModelMemoryUseReportPatch",
|
||||
"ModelPassThrough",
|
||||
"ModelPatchTorchSettings",
|
||||
"ModelSaveKJ",
|
||||
@ -47543,7 +47570,8 @@
|
||||
],
|
||||
"https://github.com/princepainter/ComfyUI-PainterLTXV2": [
|
||||
[
|
||||
"PainterLTXVtoVideo",
|
||||
"PainterLTX2V",
|
||||
"PainterLTX2VPlus",
|
||||
"PainterSamplerLTXV"
|
||||
],
|
||||
{
|
||||
@ -49912,6 +49940,7 @@
|
||||
"CloseUpImageNode",
|
||||
"CloseUpNode",
|
||||
"ComfyAddSoundtrack",
|
||||
"ComfyImageAudioCSV",
|
||||
"ImageSequenceOverlay",
|
||||
"ImageTransitionNode",
|
||||
"MergeVideoAudioNode",
|
||||
@ -51692,6 +51721,7 @@
|
||||
"https://github.com/sonnybox/ComfyUI-SuperNodes": [
|
||||
[
|
||||
"FaceBBoxToMask",
|
||||
"GetCommonAspectRatio",
|
||||
"ImageMaskCrop",
|
||||
"ImageSizeCalculator",
|
||||
"RestoreMaskCrop",
|
||||
@ -57204,6 +57234,7 @@
|
||||
],
|
||||
"https://github.com/zeeoale/PromptCreatorNode": [
|
||||
[
|
||||
"IdentityMixerNode",
|
||||
"PromptCreatorNode"
|
||||
],
|
||||
{
|
||||
|
||||
@ -20,7 +20,7 @@ from pathlib import Path
|
||||
from typing import Set, Dict, Optional
|
||||
|
||||
# Scanner version for cache invalidation
|
||||
SCANNER_VERSION = "2.0.12" # Add dict comprehension + export list detection
|
||||
SCANNER_VERSION = "2.0.13" # Add fallback for dynamic v3 node_id
|
||||
|
||||
# Cache for extract_nodes and extract_nodes_enhanced results
|
||||
_extract_nodes_cache: Dict[str, Set[str]] = {}
|
||||
@ -936,6 +936,9 @@ def extract_v3_nodes(code_text):
|
||||
node_id = extract_node_id_from_schema(node)
|
||||
if node_id:
|
||||
nodes.add(node_id)
|
||||
else:
|
||||
# Fallback: use class name when node_id is dynamic/empty
|
||||
nodes.add(node.name)
|
||||
|
||||
return nodes
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user