mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
Merge branch 'main' into draft-v4
This commit is contained in:
commit
efff6b2c18
@ -43,8 +43,8 @@ from .common import cnr_utils
|
||||
|
||||
comfyui_manager_path = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
cm_global.pip_blacklist = {'torch', 'torchsde', 'torchvision'}
|
||||
cm_global.pip_downgrade_blacklist = ['torch', 'torchsde', 'torchvision', 'transformers', 'safetensors', 'kornia']
|
||||
cm_global.pip_blacklist = {'torch', 'torchaudio', 'torchsde', 'torchvision'}
|
||||
cm_global.pip_downgrade_blacklist = ['torch', 'torchaudio', 'torchsde', 'torchvision', 'transformers', 'safetensors', 'kornia']
|
||||
cm_global.pip_overrides = {'numpy': 'numpy<2'}
|
||||
|
||||
if os.path.exists(os.path.join(manager_util.comfyui_manager_path, "pip_overrides.json")):
|
||||
|
||||
@ -37,8 +37,8 @@ else:
|
||||
|
||||
security_check.security_check()
|
||||
|
||||
cm_global.pip_blacklist = {'torch', 'torchsde', 'torchvision'}
|
||||
cm_global.pip_downgrade_blacklist = ['torch', 'torchsde', 'torchvision', 'transformers', 'safetensors', 'kornia']
|
||||
cm_global.pip_blacklist = {'torch', 'torchaudio', 'torchsde', 'torchvision'}
|
||||
cm_global.pip_downgrade_blacklist = ['torch', 'torchaudio', 'torchsde', 'torchvision', 'transformers', 'safetensors', 'kornia']
|
||||
|
||||
|
||||
def skip_pip_spam(x):
|
||||
|
||||
@ -4597,16 +4597,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Capture window content from other programs, easyway combined with LCM for real-time painting"
|
||||
},
|
||||
{
|
||||
"author": "zhuanqianfish",
|
||||
"title": "TaesdDecoder",
|
||||
"reference": "https://github.com/zhuanqianfish/TaesdDecoder",
|
||||
"files": [
|
||||
"https://github.com/zhuanqianfish/TaesdDecoder"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "use TAESD decoded image.you need donwload taesd_decoder.pth and taesdxl_decoder.pth to vae_approx folder first.\n It will result in a slight loss of image quality and a significant decrease in peak video memory during decoding."
|
||||
},
|
||||
{
|
||||
"author": "discopixel-studio",
|
||||
"title": "PhotoRoom Nodes by Discopixel",
|
||||
@ -11546,6 +11536,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Used to solve the OOM (Out Of Memory) issue caused by loading all frames of a video at once in ComfyUI. All nodes use streamingly, and no longer load all frames of the video into memory at once."
|
||||
},
|
||||
{
|
||||
"author": "jax-explorer",
|
||||
"title": "ComfyUI-InstantCharacter",
|
||||
"reference": "https://github.com/jax-explorer/ComfyUI-InstantCharacter",
|
||||
"files": [
|
||||
"https://github.com/jax-explorer/ComfyUI-InstantCharacter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/InstantCharacter](https://github.com/Tencent/InstantCharacter) ComfyUI Warpper"
|
||||
},
|
||||
{
|
||||
"author": "sugarkwork",
|
||||
"title": "comfyui_cohere",
|
||||
@ -16781,6 +16781,28 @@
|
||||
"description": "ComfyUI-Free-GPU provides a node for releasing RAM and VRAM in ComfyUI.",
|
||||
"install_type": "git-clone"
|
||||
},
|
||||
{
|
||||
"author": "CY-CHENYUE",
|
||||
"title": "ComfyUI-Gemini-API",
|
||||
"id": "ComfyUI-Gemini-API",
|
||||
"reference": "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API",
|
||||
"files": [
|
||||
"https://github.com/CY-CHENYUE/ComfyUI-Gemini-API"
|
||||
],
|
||||
"description": "A custom node for ComfyUI to integrate Google Gemini API.",
|
||||
"install_type": "git-clone"
|
||||
},
|
||||
{
|
||||
"author": "CY-CHENYUE",
|
||||
"title": "ComfyUI-GPT-API",
|
||||
"id": "ComfyUI-GPT-API",
|
||||
"reference": "https://github.com/CY-CHENYUE/ComfyUI-GPT-API",
|
||||
"files": [
|
||||
"https://github.com/CY-CHENYUE/ComfyUI-GPT-API"
|
||||
],
|
||||
"description": "A custom node for ComfyUI to integrate GPT API.",
|
||||
"install_type": "git-clone"
|
||||
},
|
||||
{
|
||||
"author": "codecringebinge",
|
||||
"title": "ComfyUI-Arrow-Key-Canvas-Navigation",
|
||||
@ -21490,6 +21512,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of custom nodes for ComfyUI providing advanced image processing, file handling, and utility functions."
|
||||
},
|
||||
{
|
||||
"author": "Conor-Collins",
|
||||
"title": "ComfyUI-CoCoTools_IO",
|
||||
"reference": "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO",
|
||||
"files": [
|
||||
"https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A streamlined set of custom nodes for ComfyUI focused on advanced image I/O operations, particularly for EXR file handling."
|
||||
},
|
||||
{
|
||||
"author": "852wa",
|
||||
"title": "ComfyUI-ColorshiftColor",
|
||||
@ -22885,17 +22917,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for various visual generation and editing tasks using ACE_Plus FFT Model."
|
||||
},
|
||||
{
|
||||
"author": "CY-CHENYUE",
|
||||
"title": "ComfyUI-Gemini-API",
|
||||
"id": "ComfyUI-Gemini-API",
|
||||
"reference": "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API",
|
||||
"files": [
|
||||
"https://github.com/CY-CHENYUE/ComfyUI-Gemini-API"
|
||||
],
|
||||
"description": "A custom node for ComfyUI to integrate Google Gemini API.",
|
||||
"install_type": "git-clone"
|
||||
},
|
||||
{
|
||||
"author": "chri002",
|
||||
"title": "ComfyUI_depthMapOperation",
|
||||
@ -23390,17 +23411,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This node enables better performance for Stable Diffusion models, by leveraging AMD MIGraphX, on Navi3 and Navi4 GPUs."
|
||||
},
|
||||
{
|
||||
"author": "CY-CHENYUE",
|
||||
"title": "ComfyUI-GPT-API",
|
||||
"id": "ComfyUI-GPT-API",
|
||||
"reference": "https://github.com/CY-CHENYUE/ComfyUI-GPT-API",
|
||||
"files": [
|
||||
"https://github.com/CY-CHENYUE/ComfyUI-GPT-API"
|
||||
],
|
||||
"description": "A custom node for ComfyUI to integrate GPT API.",
|
||||
"install_type": "git-clone"
|
||||
},
|
||||
{
|
||||
"author": "zzubnik",
|
||||
"title": "TT_TextTools",
|
||||
@ -24134,6 +24144,56 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "The unofficial implementation of ZIM in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "AngelCookies",
|
||||
"title": "ComfyUI-Seed-Tracker",
|
||||
"reference": "https://github.com/AngelCookies/ComfyUI-Seed-Tracker",
|
||||
"files": [
|
||||
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI extension that tracks random seeds throughout your image generation workflows"
|
||||
},
|
||||
{
|
||||
"author": "TiamaTiramisu",
|
||||
"title": "RisuTools",
|
||||
"reference": "https://github.com/TiamaTiramisu/risutools",
|
||||
"files": [
|
||||
"https://github.com/TiamaTiramisu/risutools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes for integration with RisuAI"
|
||||
},
|
||||
{
|
||||
"author": "excelwong",
|
||||
"title": "ComfyUI Prompt Composer",
|
||||
"reference": "https://github.com/excelwong/ComfyUI-PromptComposer",
|
||||
"files": [
|
||||
"https://github.com/excelwong/ComfyUI-PromptComposer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node plugin for assembling prompts. It allows you to generate positive and negative prompts by selecting different options."
|
||||
},
|
||||
{
|
||||
"author": "jida-ai",
|
||||
"title": "ComfyUI-VideoChatWrapper",
|
||||
"reference": "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper",
|
||||
"files": [
|
||||
"https://github.com/lebrosoft/ComfyUI-VideoChatWrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes related to video chat workflows"
|
||||
},
|
||||
{
|
||||
"author": "VK",
|
||||
"title": "VK Nodes",
|
||||
"reference": "https://github.com/VK/vk-nodes",
|
||||
"files": [
|
||||
"https://github.com/VK/vk-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes to simplify my tiled render"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1407,6 +1407,7 @@
|
||||
"Seed-Nodes: ImageTransparencyCrop",
|
||||
"Seed-Nodes: LoadImage",
|
||||
"Seed-Nodes: LoadMultipleImages",
|
||||
"Seed-Nodes: QwenVLAPI",
|
||||
"Seed-Nodes: SLICPixelator",
|
||||
"Seed-Nodes: SeedSaveAudio"
|
||||
],
|
||||
@ -1632,6 +1633,17 @@
|
||||
"title_aux": "ComfyUI-Ovis2"
|
||||
}
|
||||
],
|
||||
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker": [
|
||||
[
|
||||
"GlobalSeedTracker",
|
||||
"SeedExporter",
|
||||
"SeedTracker",
|
||||
"SeedTrackerBatch"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Seed-Tracker"
|
||||
}
|
||||
],
|
||||
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": [
|
||||
[
|
||||
"AdvancedCompositeImageMasked",
|
||||
@ -2677,6 +2689,7 @@
|
||||
"ConditioningAverageScheduler",
|
||||
"ConditioningBatch4",
|
||||
"ConditioningBatch8",
|
||||
"ConditioningDownsample (T5)",
|
||||
"ConditioningMultiply",
|
||||
"ConditioningOrthoCollin",
|
||||
"ConditioningToBase64",
|
||||
@ -2863,6 +2876,26 @@
|
||||
"title_aux": "ComfyUI-Simple-VFI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": [
|
||||
[
|
||||
"ColorspaceNode",
|
||||
"CryptomatteLayer",
|
||||
"ImageLoader",
|
||||
"LoadExr",
|
||||
"LoadExrLayerByName",
|
||||
"SaverNode",
|
||||
"ZNormalizeNode",
|
||||
"coco_loader",
|
||||
"colorspace",
|
||||
"load_exr",
|
||||
"load_exr_layer_by_name",
|
||||
"saver",
|
||||
"shamble_cryptomatte"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CoCoTools_IO"
|
||||
}
|
||||
],
|
||||
"https://github.com/Conor-Collins/coco_tools": [
|
||||
[
|
||||
"ColorspaceNode",
|
||||
@ -3411,6 +3444,7 @@
|
||||
],
|
||||
"https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": [
|
||||
[
|
||||
"Ryuu_CleanStringAdvanced",
|
||||
"Ryuu_FallbackPassthrough",
|
||||
"Ryuu_FallbackSwitchAny",
|
||||
"Ryuu_FallbackSwitchImage",
|
||||
@ -5574,6 +5608,8 @@
|
||||
[
|
||||
"JTBrightness",
|
||||
"JTImagesavetopath",
|
||||
"JTSaveTextToExcel",
|
||||
"JTSaveTextToFile",
|
||||
"JTcounter",
|
||||
"SiliconflowFree"
|
||||
],
|
||||
@ -6893,6 +6929,7 @@
|
||||
"CompareInt",
|
||||
"ConditionalTextOutput",
|
||||
"CountOccurrences",
|
||||
"CustomCrop",
|
||||
"ExtractAndCombineLines",
|
||||
"ExtractBeforeAfter",
|
||||
"ExtractLinesByIndex",
|
||||
@ -6901,6 +6938,7 @@
|
||||
"ExtractSubstring",
|
||||
"ExtractSubstringByIndices",
|
||||
"FileCopyCutNode",
|
||||
"FileDeleteNode",
|
||||
"FileListAndSuffix",
|
||||
"FilterLinesBySubstrings",
|
||||
"FilterLinesByWordCount",
|
||||
@ -7324,6 +7362,7 @@
|
||||
"ParametricMeshGen",
|
||||
"ParametricMeshGenV2",
|
||||
"ProjectFilePathNode",
|
||||
"ProjectFolderPathNode",
|
||||
"PromptCleaner",
|
||||
"PromptCleanerV2",
|
||||
"PromptDupeRemover",
|
||||
@ -7374,6 +7413,8 @@
|
||||
"WaveletDecompose",
|
||||
"WinampViz",
|
||||
"WinampVizV2",
|
||||
"ZenkaiControlPromptV1",
|
||||
"ZenkaiDepthPrompt",
|
||||
"ZenkaiImagePromptV1",
|
||||
"ZenkaiImagePromptV2",
|
||||
"ZenkaiPoseMap",
|
||||
@ -7383,7 +7424,8 @@
|
||||
"ZenkaiPromptV4",
|
||||
"ZenkaiPromptV5",
|
||||
"ZenkaiWildcard",
|
||||
"ZenkaiWildcardV2"
|
||||
"ZenkaiWildcardV2",
|
||||
"Zenkai_IMPv1"
|
||||
],
|
||||
{
|
||||
"author": "DJZ-Nodes",
|
||||
@ -10764,6 +10806,17 @@
|
||||
"title_aux": "ComfyUI-Unprompted"
|
||||
}
|
||||
],
|
||||
"https://github.com/TiamaTiramisu/risutools": [
|
||||
[
|
||||
"CheckFileNamePrefixExists",
|
||||
"LoadImageFromText",
|
||||
"LoadLastFileNamePrefix",
|
||||
"UUIDGenerator"
|
||||
],
|
||||
{
|
||||
"title_aux": "RisuTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [
|
||||
[
|
||||
"ttN KSampler_v2",
|
||||
@ -14651,6 +14704,133 @@
|
||||
"ACN_SparseCtrlWeightExtras",
|
||||
"ACN_TimestepKeyframeFromStrengthList",
|
||||
"ACN_TimestepKeyframeInterpolation",
|
||||
"ADE_AdjustPEFullStretch",
|
||||
"ADE_AdjustPEManual",
|
||||
"ADE_AdjustPESweetspotStretch",
|
||||
"ADE_AdjustWeightAllAdd",
|
||||
"ADE_AdjustWeightAllMult",
|
||||
"ADE_AdjustWeightIndivAdd",
|
||||
"ADE_AdjustWeightIndivAttnAdd",
|
||||
"ADE_AdjustWeightIndivAttnMult",
|
||||
"ADE_AdjustWeightIndivMult",
|
||||
"ADE_AnimateDiffCombine",
|
||||
"ADE_AnimateDiffKeyframe",
|
||||
"ADE_AnimateDiffLoRALoader",
|
||||
"ADE_AnimateDiffLoaderGen1",
|
||||
"ADE_AnimateDiffLoaderV1Advanced",
|
||||
"ADE_AnimateDiffLoaderWithContext",
|
||||
"ADE_AnimateDiffModelSettings",
|
||||
"ADE_AnimateDiffModelSettingsAdvancedAttnStrengths",
|
||||
"ADE_AnimateDiffModelSettingsSimple",
|
||||
"ADE_AnimateDiffModelSettings_Release",
|
||||
"ADE_AnimateDiffSamplingSettings",
|
||||
"ADE_AnimateDiffSettings",
|
||||
"ADE_AnimateDiffUniformContextOptions",
|
||||
"ADE_AnimateDiffUnload",
|
||||
"ADE_ApplyAnimateDiffModel",
|
||||
"ADE_ApplyAnimateDiffModelSimple",
|
||||
"ADE_ApplyAnimateDiffModelWithCameraCtrl",
|
||||
"ADE_ApplyAnimateDiffModelWithPIA",
|
||||
"ADE_ApplyAnimateLCMI2VModel",
|
||||
"ADE_AttachLoraHookToCLIP",
|
||||
"ADE_AttachLoraHookToConditioning",
|
||||
"ADE_BatchedContextOptions",
|
||||
"ADE_CFGExtrasPAG",
|
||||
"ADE_CFGExtrasPAGSimple",
|
||||
"ADE_CFGExtrasRescaleCFG",
|
||||
"ADE_CFGExtrasRescaleCFGSimple",
|
||||
"ADE_CameraCtrlAnimateDiffKeyframe",
|
||||
"ADE_CameraManualPoseAppend",
|
||||
"ADE_CameraPoseAdvanced",
|
||||
"ADE_CameraPoseBasic",
|
||||
"ADE_CameraPoseCombo",
|
||||
"ADE_CombineLoraHooks",
|
||||
"ADE_CombineLoraHooksEight",
|
||||
"ADE_CombineLoraHooksFour",
|
||||
"ADE_ConditioningCombine",
|
||||
"ADE_ConditioningSetMask",
|
||||
"ADE_ConditioningSetMaskAndCombine",
|
||||
"ADE_ConditioningSetUnmaskedAndCombine",
|
||||
"ADE_ContextExtras_ContextRef",
|
||||
"ADE_ContextExtras_ContextRef_Keyframe",
|
||||
"ADE_ContextExtras_ContextRef_KeyframeFromList",
|
||||
"ADE_ContextExtras_ContextRef_KeyframeInterpolation",
|
||||
"ADE_ContextExtras_ContextRef_ModeFirst",
|
||||
"ADE_ContextExtras_ContextRef_ModeIndexes",
|
||||
"ADE_ContextExtras_ContextRef_ModeSliding",
|
||||
"ADE_ContextExtras_ContextRef_TuneAttn",
|
||||
"ADE_ContextExtras_ContextRef_TuneAttnAdain",
|
||||
"ADE_ContextExtras_NaiveReuse",
|
||||
"ADE_ContextExtras_NaiveReuse_Keyframe",
|
||||
"ADE_ContextExtras_NaiveReuse_KeyframeFromList",
|
||||
"ADE_ContextExtras_NaiveReuse_KeyframeInterpolation",
|
||||
"ADE_ContextExtras_Set",
|
||||
"ADE_CustomCFG",
|
||||
"ADE_CustomCFGKeyframe",
|
||||
"ADE_CustomCFGKeyframeFromList",
|
||||
"ADE_CustomCFGKeyframeInterpolation",
|
||||
"ADE_CustomCFGKeyframeSimple",
|
||||
"ADE_CustomCFGSimple",
|
||||
"ADE_EmptyLatentImageLarge",
|
||||
"ADE_InjectI2VIntoAnimateDiffModel",
|
||||
"ADE_InjectPIAIntoAnimateDiffModel",
|
||||
"ADE_InputPIA_Multival",
|
||||
"ADE_InputPIA_PaperPresets",
|
||||
"ADE_IterationOptsDefault",
|
||||
"ADE_IterationOptsFreeInit",
|
||||
"ADE_LoadAnimateDiffModel",
|
||||
"ADE_LoadAnimateDiffModelWithCameraCtrl",
|
||||
"ADE_LoadAnimateLCMI2VModel",
|
||||
"ADE_LoadCameraPoses",
|
||||
"ADE_LoadCameraPosesFromPath",
|
||||
"ADE_LoopedUniformContextOptions",
|
||||
"ADE_LoopedUniformViewOptions",
|
||||
"ADE_LoraHookKeyframe",
|
||||
"ADE_LoraHookKeyframeFromStrengthList",
|
||||
"ADE_LoraHookKeyframeInterpolation",
|
||||
"ADE_MultivalConvertToMask",
|
||||
"ADE_MultivalDynamic",
|
||||
"ADE_MultivalDynamicFloatInput",
|
||||
"ADE_MultivalDynamicFloats",
|
||||
"ADE_MultivalScaledMask",
|
||||
"ADE_NoiseCalibration",
|
||||
"ADE_NoiseLayerAdd",
|
||||
"ADE_NoiseLayerAddWeighted",
|
||||
"ADE_NoiseLayerNormalizedSum",
|
||||
"ADE_NoiseLayerReplace",
|
||||
"ADE_NoisedImageInjectOptions",
|
||||
"ADE_NoisedImageInjection",
|
||||
"ADE_PIA_AnimateDiffKeyframe",
|
||||
"ADE_PairedConditioningCombine",
|
||||
"ADE_PairedConditioningSetMask",
|
||||
"ADE_PairedConditioningSetMaskAndCombine",
|
||||
"ADE_PairedConditioningSetUnmaskedAndCombine",
|
||||
"ADE_PerturbedAttentionGuidanceMultival",
|
||||
"ADE_RawSigmaSchedule",
|
||||
"ADE_RegisterLoraHook",
|
||||
"ADE_RegisterLoraHookModelOnly",
|
||||
"ADE_RegisterModelAsLoraHook",
|
||||
"ADE_RegisterModelAsLoraHookModelOnly",
|
||||
"ADE_ReplaceCameraParameters",
|
||||
"ADE_ReplaceOriginalPoseAspectRatio",
|
||||
"ADE_RescaleCFGMultival",
|
||||
"ADE_SetLoraHookKeyframe",
|
||||
"ADE_SigmaSchedule",
|
||||
"ADE_SigmaScheduleSplitAndCombine",
|
||||
"ADE_SigmaScheduleToSigmas",
|
||||
"ADE_SigmaScheduleWeightedAverage",
|
||||
"ADE_SigmaScheduleWeightedAverageInterp",
|
||||
"ADE_StandardStaticContextOptions",
|
||||
"ADE_StandardStaticViewOptions",
|
||||
"ADE_StandardUniformContextOptions",
|
||||
"ADE_StandardUniformViewOptions",
|
||||
"ADE_TimestepsConditioning",
|
||||
"ADE_UpscaleAndVAEEncode",
|
||||
"ADE_UseEvolvedSampling",
|
||||
"ADE_ViewsOnlyContextOptions",
|
||||
"ADE_VisualizeContextOptionsK",
|
||||
"ADE_VisualizeContextOptionsKAdv",
|
||||
"ADE_VisualizeContextOptionsSCustom",
|
||||
"AD_DrawSchedule",
|
||||
"AD_InfiniteZoom",
|
||||
"AD_latent_keyframe",
|
||||
@ -14663,6 +14843,7 @@
|
||||
"AD_sch_prompt",
|
||||
"AD_sch_prompt_adv",
|
||||
"AD_slice_Condi",
|
||||
"AnimateDiffLoaderV1",
|
||||
"Apply_AD_diff",
|
||||
"Apply_CN_union",
|
||||
"Apply_ControlNetStack",
|
||||
@ -14677,6 +14858,7 @@
|
||||
"Apply_textStack",
|
||||
"CN_preset1_Unpack",
|
||||
"CN_preset1_pack",
|
||||
"CheckpointLoaderSimpleWithNoiseSelect",
|
||||
"ControlNetLoaderAdvanced",
|
||||
"CustomControlNetWeights",
|
||||
"CustomT2IAdapterWeights",
|
||||
@ -14745,6 +14927,7 @@
|
||||
"chx_mask_Mulcondi",
|
||||
"chx_prompt_Schedule",
|
||||
"chx_re_fluxguide",
|
||||
"chx_vae_encode",
|
||||
"load_FLUX",
|
||||
"load_SD35",
|
||||
"load_basic",
|
||||
@ -16266,6 +16449,7 @@
|
||||
"CLIPTextEncode",
|
||||
"CLIPTextEncodeControlnet",
|
||||
"CLIPTextEncodeFlux",
|
||||
"CLIPTextEncodeHiDream",
|
||||
"CLIPTextEncodeHunyuanDiT",
|
||||
"CLIPTextEncodeLumina2",
|
||||
"CLIPTextEncodePixArtAlpha",
|
||||
@ -18010,6 +18194,7 @@
|
||||
"LoadRandomImage",
|
||||
"Load_Embeddings_From_Folder",
|
||||
"MaskFromRGB_KMeans",
|
||||
"MaskedRegionVideoExport",
|
||||
"ParallaxZoom",
|
||||
"Random_Style_Mixture",
|
||||
"SDAnyConverter",
|
||||
@ -18146,6 +18331,14 @@
|
||||
"title_aux": "ComfyMath"
|
||||
}
|
||||
],
|
||||
"https://github.com/excelwong/ComfyUI-PromptComposer": [
|
||||
[
|
||||
"PromptComposer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Prompt Composer"
|
||||
}
|
||||
],
|
||||
"https://github.com/exdysa/comfyui-selector": [
|
||||
[
|
||||
"RecourseAny",
|
||||
@ -18507,6 +18700,7 @@
|
||||
"FL_GeminiTextAPI",
|
||||
"FL_GeminiVideoCaptioner",
|
||||
"FL_Glitch",
|
||||
"FL_GoogleCloudStorage",
|
||||
"FL_GoogleDriveDownloader",
|
||||
"FL_GoogleDriveImageDownloader",
|
||||
"FL_GradGenerator",
|
||||
@ -18580,6 +18774,7 @@
|
||||
"FL_SeparateMaskComponents",
|
||||
"FL_Shadertoy",
|
||||
"FL_SimpleGPTVision",
|
||||
"FL_Switch",
|
||||
"FL_SystemCheck",
|
||||
"FL_TetrisGame",
|
||||
"FL_TextToPDF",
|
||||
@ -21239,6 +21434,15 @@
|
||||
"title_aux": "Painting Coder Utils"
|
||||
}
|
||||
],
|
||||
"https://github.com/jax-explorer/ComfyUI-InstantCharacter": [
|
||||
[
|
||||
"InstantCharacterGenerate",
|
||||
"InstantCharacterLoadModel"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-InstantCharacter"
|
||||
}
|
||||
],
|
||||
"https://github.com/jax-explorer/ComfyUI-VideoBasic": [
|
||||
[
|
||||
"VideoBasicLoadVideo",
|
||||
@ -22598,6 +22802,7 @@
|
||||
"INTConstant",
|
||||
"ImageAddMulti",
|
||||
"ImageAndMaskPreview",
|
||||
"ImageBatchFilter",
|
||||
"ImageBatchMulti",
|
||||
"ImageBatchRepeatInterleaving",
|
||||
"ImageBatchTestPattern",
|
||||
@ -23298,6 +23503,16 @@
|
||||
"title_aux": "Google Photos Loader - by PabloGFX"
|
||||
}
|
||||
],
|
||||
"https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": [
|
||||
[
|
||||
"VCW_LoadVideo",
|
||||
"VCW_ModelLoader",
|
||||
"VCW_VideoSummary"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-VideoChatWrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/leeguandong/ComfyUI_1Prompt1Story": [
|
||||
[
|
||||
"GenerateStoryImage",
|
||||
@ -25946,6 +26161,7 @@
|
||||
],
|
||||
"https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": [
|
||||
[
|
||||
"AddFileNameonly",
|
||||
"ResolutionSwitcher",
|
||||
"Unet Selector_gguf",
|
||||
"mel_RandomIntNode",
|
||||
@ -26575,7 +26791,10 @@
|
||||
"IoNetVision",
|
||||
"orex IoNet Chat",
|
||||
"orex IoNet Vision",
|
||||
"orex IoNet Vision Url"
|
||||
"orex IoNet Vision Url",
|
||||
"orex Load Image",
|
||||
"orex Load Image Batch",
|
||||
"orex Save Image"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-OreX"
|
||||
@ -27321,8 +27540,10 @@
|
||||
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": [
|
||||
[
|
||||
"ComfyUIToNovelAIV4",
|
||||
"ComfyUIToOldNAI",
|
||||
"NovelAIV4ToComfyUI",
|
||||
"NovelAIV4ToOldNAI",
|
||||
"OldNAIToComfyUI",
|
||||
"OldNAIToNovelAIV4"
|
||||
],
|
||||
{
|
||||
@ -27876,7 +28097,8 @@
|
||||
"https://github.com/ruucm/ruucm-comfy": [
|
||||
[
|
||||
"BatchAverageImage",
|
||||
"LoadExternalLoraModelOnly"
|
||||
"LoadExternalLoraModelOnly",
|
||||
"RuucmShareScreen"
|
||||
],
|
||||
{
|
||||
"nodename_pattern": " \\(ruucm\\)$",
|
||||
@ -32533,14 +32755,6 @@
|
||||
"title_aux": "EasyCaptureNode for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhuanqianfish/TaesdDecoder": [
|
||||
[
|
||||
"TaesdVAEDecoder"
|
||||
],
|
||||
{
|
||||
"title_aux": "TaesdDecoder"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhulu111/ComfyUI_Bxb": [
|
||||
[
|
||||
"bxbSwitch",
|
||||
|
||||
5276
github-stats.json
5276
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -12,6 +12,46 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "leon-etienne",
|
||||
"title": "ComfyUI_Scoring-Nodes",
|
||||
"reference": "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes",
|
||||
"files": [
|
||||
"https://github.com/leon-etienne/ComfyUI_Scoring-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Text Similarity (CLIP), Image Similarity (CLIP), Multi Text→Image Similarity, Multi Image→Text Similarity, Aesthetic Score, Multi Aesthetic Comparison"
|
||||
},
|
||||
{
|
||||
"author": "tanmoy-it",
|
||||
"title": "comfyuiCustomNode",
|
||||
"reference": "https://github.com/tanmoy-it/comfyuiCustomNode",
|
||||
"files": [
|
||||
"https://github.com/tanmoy-it/comfyuiCustomNode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Download Image (Direct/No Save)"
|
||||
},
|
||||
{
|
||||
"author": "Jingwen-genies",
|
||||
"title": "comfyui-genies-nodes",
|
||||
"reference": "https://github.com/Jingwen-genies/comfyui-genies-nodes",
|
||||
"files": [
|
||||
"https://github.com/Jingwen-genies/comfyui-genies-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Genies Pose Estimation, Genies Scale Face by Keypoints, Get V Channel from HSV, Select RGB by Mask"
|
||||
},
|
||||
{
|
||||
"author": "Tawbaware",
|
||||
"title": "ComfyUI-Tawbaware [WIP]",
|
||||
"reference": "https://github.com/Tawbaware/ComfyUI-Tawbaware",
|
||||
"files": [
|
||||
"https://github.com/Tawbaware/ComfyUI-Tawbaware"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of custom nodes for ComfyUI\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "lucafoscili",
|
||||
"title": "LF Nodes [UNSAFE]",
|
||||
|
||||
@ -10,6 +10,16 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "zhuanqianfish",
|
||||
"title": "TaesdDecoder [REMOVED]",
|
||||
"reference": "https://github.com/zhuanqianfish/TaesdDecoder",
|
||||
"files": [
|
||||
"https://github.com/zhuanqianfish/TaesdDecoder"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "use TAESD decoded image.you need donwload taesd_decoder.pth and taesdxl_decoder.pth to vae_approx folder first.\n It will result in a slight loss of image quality and a significant decrease in peak video memory during decoding."
|
||||
},
|
||||
{
|
||||
"author": "myAiLemon",
|
||||
"title": "MagicAutomaticPicture [REMOVED]",
|
||||
|
||||
@ -10,6 +10,76 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "jax-explorer",
|
||||
"title": "ComfyUI-InstantCharacter",
|
||||
"reference": "https://github.com/jax-explorer/ComfyUI-InstantCharacter",
|
||||
"files": [
|
||||
"https://github.com/jax-explorer/ComfyUI-InstantCharacter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/InstantCharacter](https://github.com/Tencent/InstantCharacter) ComfyUI Warpper"
|
||||
},
|
||||
{
|
||||
"author": "AngelCookies",
|
||||
"title": "ComfyUI-Seed-Tracker",
|
||||
"reference": "https://github.com/AngelCookies/ComfyUI-Seed-Tracker",
|
||||
"files": [
|
||||
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI extension that tracks random seeds throughout your image generation workflows"
|
||||
},
|
||||
{
|
||||
"author": "jida-ai",
|
||||
"title": "ComfyUI-VideoChatWrapper",
|
||||
"reference": "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper",
|
||||
"files": [
|
||||
"https://github.com/lebrosoft/ComfyUI-VideoChatWrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes related to video chat workflows"
|
||||
},
|
||||
{
|
||||
"author": "Conor-Collins",
|
||||
"title": "ComfyUI-CoCoTools_IO",
|
||||
"reference": "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO",
|
||||
"files": [
|
||||
"https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A streamlined set of custom nodes for ComfyUI focused on advanced image I/O operations, particularly for EXR file handling."
|
||||
},
|
||||
{
|
||||
"author": "TiamaTiramisu",
|
||||
"title": "RisuTools",
|
||||
"reference": "https://github.com/TiamaTiramisu/risutools",
|
||||
"files": [
|
||||
"https://github.com/TiamaTiramisu/risutools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes for integration with RisuAI"
|
||||
},
|
||||
{
|
||||
"author": "excelwong",
|
||||
"title": "ComfyUI Prompt Composer",
|
||||
"reference": "https://github.com/excelwong/ComfyUI-PromptComposer",
|
||||
"files": [
|
||||
"https://github.com/excelwong/ComfyUI-PromptComposer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node plugin for assembling prompts. It allows you to generate positive and negative prompts by selecting different options."
|
||||
},
|
||||
{
|
||||
"author": "VK",
|
||||
"title": "VK Nodes",
|
||||
"reference": "https://github.com/VK/vk-nodes",
|
||||
"files": [
|
||||
"https://github.com/VK/vk-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes to simplify my tiled render"
|
||||
},
|
||||
{
|
||||
"author": "EnragedAntelope",
|
||||
"title": "ComfyUI-ReLight",
|
||||
@ -620,87 +690,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes that allow making the UI interactive, with selectors and switches, etc.. Enables selecting across multiple options with the click of a button to move a workflow forward."
|
||||
},
|
||||
{
|
||||
"author": "Nikosis",
|
||||
"title": "ComfyUI-Nikosis-Preprocessors",
|
||||
"reference": "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors",
|
||||
"files": [
|
||||
"https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: DepthAnything v2, LineArt, PyraCanny, Sketch"
|
||||
},
|
||||
{
|
||||
"author": "mw",
|
||||
"title": "MW-ComfyUI_MegaTTS3",
|
||||
"reference": "https://github.com/billwuhao/ComfyUI_MegaTTS3",
|
||||
"files": [
|
||||
"https://github.com/billwuhao/ComfyUI_MegaTTS3"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Lightweight and Efficient, 🎧Ultra High-Quality Voice Cloning, Chinese and English."
|
||||
},
|
||||
{
|
||||
"author": "rickyars",
|
||||
"title": "Tiled Image Generator for ComfyUI",
|
||||
"reference": "https://github.com/rickyars/comfyui-llm-tile",
|
||||
"files": [
|
||||
"https://github.com/rickyars/comfyui-llm-tile"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI node that generates tiled image compositions with overlapping regions. This approach creates coherent compositions by using the edges of each tile as seeds for neighboring tiles, resulting in seamless transitions."
|
||||
},
|
||||
{
|
||||
"author": "zouyu",
|
||||
"title": "ComfyUI-SaveImageS3",
|
||||
"id": "comfyui-saveimages3",
|
||||
"reference": "https://github.com/mrchipset/ComfyUI-SaveImageS3",
|
||||
"files": [
|
||||
"https://github.com/mrchipset/ComfyUI-SaveImageS3"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension offers a custom node to save image to S3-compatible oss."
|
||||
},
|
||||
{
|
||||
"author": "Burgstall-labs",
|
||||
"title": "ComfyUI-BETA-Cropnodes",
|
||||
"reference": "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes",
|
||||
"files": [
|
||||
"https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for ComfyUI designed for cropping and stitching video frames (image batches). Part of the 'Burgstall Enabling The Awesomeness' suite."
|
||||
},
|
||||
{
|
||||
"author": "jax-explorer",
|
||||
"title": "ComfyUI-VideoBasicLatentSync",
|
||||
"reference": "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync",
|
||||
"files": [
|
||||
"https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Optimize OOM issues based on ComfyUI-LatentSyncWrapper. [a/ShmuelRonen/ComfyUI-LatentSyncWrapper](https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper)\nVideBasic Optimize OOM Plan: [a/jax-explorer/ComfyUI-VideoBasic](https://github.com/jax-explorer/ComfyUI-VideoBasic)"
|
||||
},
|
||||
{
|
||||
"author": "jax-explorer",
|
||||
"title": "ComfyUI-VideoBasic",
|
||||
"reference": "https://github.com/jax-explorer/ComfyUI-VideoBasic",
|
||||
"files": [
|
||||
"https://github.com/jax-explorer/ComfyUI-VideoBasic"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Used to solve the OOM (Out Of Memory) issue caused by loading all frames of a video at once in ComfyUI. All nodes use streamingly, and no longer load all frames of the video into memory at once."
|
||||
},
|
||||
{
|
||||
"author": "nako-nakoko",
|
||||
"title": "ComfyUI_Mel_Nodes",
|
||||
"reference": "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes",
|
||||
"files": [
|
||||
"https://github.com/nako-nakoko/ComfyUI_Mel_Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes with split, random, and select functions for easy visual and management of multiple cumbersome prompts"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1407,6 +1407,7 @@
|
||||
"Seed-Nodes: ImageTransparencyCrop",
|
||||
"Seed-Nodes: LoadImage",
|
||||
"Seed-Nodes: LoadMultipleImages",
|
||||
"Seed-Nodes: QwenVLAPI",
|
||||
"Seed-Nodes: SLICPixelator",
|
||||
"Seed-Nodes: SeedSaveAudio"
|
||||
],
|
||||
@ -1632,6 +1633,17 @@
|
||||
"title_aux": "ComfyUI-Ovis2"
|
||||
}
|
||||
],
|
||||
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker": [
|
||||
[
|
||||
"GlobalSeedTracker",
|
||||
"SeedExporter",
|
||||
"SeedTracker",
|
||||
"SeedTrackerBatch"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Seed-Tracker"
|
||||
}
|
||||
],
|
||||
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": [
|
||||
[
|
||||
"AdvancedCompositeImageMasked",
|
||||
@ -2677,6 +2689,7 @@
|
||||
"ConditioningAverageScheduler",
|
||||
"ConditioningBatch4",
|
||||
"ConditioningBatch8",
|
||||
"ConditioningDownsample (T5)",
|
||||
"ConditioningMultiply",
|
||||
"ConditioningOrthoCollin",
|
||||
"ConditioningToBase64",
|
||||
@ -2863,6 +2876,26 @@
|
||||
"title_aux": "ComfyUI-Simple-VFI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": [
|
||||
[
|
||||
"ColorspaceNode",
|
||||
"CryptomatteLayer",
|
||||
"ImageLoader",
|
||||
"LoadExr",
|
||||
"LoadExrLayerByName",
|
||||
"SaverNode",
|
||||
"ZNormalizeNode",
|
||||
"coco_loader",
|
||||
"colorspace",
|
||||
"load_exr",
|
||||
"load_exr_layer_by_name",
|
||||
"saver",
|
||||
"shamble_cryptomatte"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CoCoTools_IO"
|
||||
}
|
||||
],
|
||||
"https://github.com/Conor-Collins/coco_tools": [
|
||||
[
|
||||
"ColorspaceNode",
|
||||
@ -3411,6 +3444,7 @@
|
||||
],
|
||||
"https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": [
|
||||
[
|
||||
"Ryuu_CleanStringAdvanced",
|
||||
"Ryuu_FallbackPassthrough",
|
||||
"Ryuu_FallbackSwitchAny",
|
||||
"Ryuu_FallbackSwitchImage",
|
||||
@ -5574,6 +5608,8 @@
|
||||
[
|
||||
"JTBrightness",
|
||||
"JTImagesavetopath",
|
||||
"JTSaveTextToExcel",
|
||||
"JTSaveTextToFile",
|
||||
"JTcounter",
|
||||
"SiliconflowFree"
|
||||
],
|
||||
@ -6893,6 +6929,7 @@
|
||||
"CompareInt",
|
||||
"ConditionalTextOutput",
|
||||
"CountOccurrences",
|
||||
"CustomCrop",
|
||||
"ExtractAndCombineLines",
|
||||
"ExtractBeforeAfter",
|
||||
"ExtractLinesByIndex",
|
||||
@ -6901,6 +6938,7 @@
|
||||
"ExtractSubstring",
|
||||
"ExtractSubstringByIndices",
|
||||
"FileCopyCutNode",
|
||||
"FileDeleteNode",
|
||||
"FileListAndSuffix",
|
||||
"FilterLinesBySubstrings",
|
||||
"FilterLinesByWordCount",
|
||||
@ -7324,6 +7362,7 @@
|
||||
"ParametricMeshGen",
|
||||
"ParametricMeshGenV2",
|
||||
"ProjectFilePathNode",
|
||||
"ProjectFolderPathNode",
|
||||
"PromptCleaner",
|
||||
"PromptCleanerV2",
|
||||
"PromptDupeRemover",
|
||||
@ -7374,6 +7413,8 @@
|
||||
"WaveletDecompose",
|
||||
"WinampViz",
|
||||
"WinampVizV2",
|
||||
"ZenkaiControlPromptV1",
|
||||
"ZenkaiDepthPrompt",
|
||||
"ZenkaiImagePromptV1",
|
||||
"ZenkaiImagePromptV2",
|
||||
"ZenkaiPoseMap",
|
||||
@ -7383,7 +7424,8 @@
|
||||
"ZenkaiPromptV4",
|
||||
"ZenkaiPromptV5",
|
||||
"ZenkaiWildcard",
|
||||
"ZenkaiWildcardV2"
|
||||
"ZenkaiWildcardV2",
|
||||
"Zenkai_IMPv1"
|
||||
],
|
||||
{
|
||||
"author": "DJZ-Nodes",
|
||||
@ -10764,6 +10806,17 @@
|
||||
"title_aux": "ComfyUI-Unprompted"
|
||||
}
|
||||
],
|
||||
"https://github.com/TiamaTiramisu/risutools": [
|
||||
[
|
||||
"CheckFileNamePrefixExists",
|
||||
"LoadImageFromText",
|
||||
"LoadLastFileNamePrefix",
|
||||
"UUIDGenerator"
|
||||
],
|
||||
{
|
||||
"title_aux": "RisuTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [
|
||||
[
|
||||
"ttN KSampler_v2",
|
||||
@ -14651,6 +14704,133 @@
|
||||
"ACN_SparseCtrlWeightExtras",
|
||||
"ACN_TimestepKeyframeFromStrengthList",
|
||||
"ACN_TimestepKeyframeInterpolation",
|
||||
"ADE_AdjustPEFullStretch",
|
||||
"ADE_AdjustPEManual",
|
||||
"ADE_AdjustPESweetspotStretch",
|
||||
"ADE_AdjustWeightAllAdd",
|
||||
"ADE_AdjustWeightAllMult",
|
||||
"ADE_AdjustWeightIndivAdd",
|
||||
"ADE_AdjustWeightIndivAttnAdd",
|
||||
"ADE_AdjustWeightIndivAttnMult",
|
||||
"ADE_AdjustWeightIndivMult",
|
||||
"ADE_AnimateDiffCombine",
|
||||
"ADE_AnimateDiffKeyframe",
|
||||
"ADE_AnimateDiffLoRALoader",
|
||||
"ADE_AnimateDiffLoaderGen1",
|
||||
"ADE_AnimateDiffLoaderV1Advanced",
|
||||
"ADE_AnimateDiffLoaderWithContext",
|
||||
"ADE_AnimateDiffModelSettings",
|
||||
"ADE_AnimateDiffModelSettingsAdvancedAttnStrengths",
|
||||
"ADE_AnimateDiffModelSettingsSimple",
|
||||
"ADE_AnimateDiffModelSettings_Release",
|
||||
"ADE_AnimateDiffSamplingSettings",
|
||||
"ADE_AnimateDiffSettings",
|
||||
"ADE_AnimateDiffUniformContextOptions",
|
||||
"ADE_AnimateDiffUnload",
|
||||
"ADE_ApplyAnimateDiffModel",
|
||||
"ADE_ApplyAnimateDiffModelSimple",
|
||||
"ADE_ApplyAnimateDiffModelWithCameraCtrl",
|
||||
"ADE_ApplyAnimateDiffModelWithPIA",
|
||||
"ADE_ApplyAnimateLCMI2VModel",
|
||||
"ADE_AttachLoraHookToCLIP",
|
||||
"ADE_AttachLoraHookToConditioning",
|
||||
"ADE_BatchedContextOptions",
|
||||
"ADE_CFGExtrasPAG",
|
||||
"ADE_CFGExtrasPAGSimple",
|
||||
"ADE_CFGExtrasRescaleCFG",
|
||||
"ADE_CFGExtrasRescaleCFGSimple",
|
||||
"ADE_CameraCtrlAnimateDiffKeyframe",
|
||||
"ADE_CameraManualPoseAppend",
|
||||
"ADE_CameraPoseAdvanced",
|
||||
"ADE_CameraPoseBasic",
|
||||
"ADE_CameraPoseCombo",
|
||||
"ADE_CombineLoraHooks",
|
||||
"ADE_CombineLoraHooksEight",
|
||||
"ADE_CombineLoraHooksFour",
|
||||
"ADE_ConditioningCombine",
|
||||
"ADE_ConditioningSetMask",
|
||||
"ADE_ConditioningSetMaskAndCombine",
|
||||
"ADE_ConditioningSetUnmaskedAndCombine",
|
||||
"ADE_ContextExtras_ContextRef",
|
||||
"ADE_ContextExtras_ContextRef_Keyframe",
|
||||
"ADE_ContextExtras_ContextRef_KeyframeFromList",
|
||||
"ADE_ContextExtras_ContextRef_KeyframeInterpolation",
|
||||
"ADE_ContextExtras_ContextRef_ModeFirst",
|
||||
"ADE_ContextExtras_ContextRef_ModeIndexes",
|
||||
"ADE_ContextExtras_ContextRef_ModeSliding",
|
||||
"ADE_ContextExtras_ContextRef_TuneAttn",
|
||||
"ADE_ContextExtras_ContextRef_TuneAttnAdain",
|
||||
"ADE_ContextExtras_NaiveReuse",
|
||||
"ADE_ContextExtras_NaiveReuse_Keyframe",
|
||||
"ADE_ContextExtras_NaiveReuse_KeyframeFromList",
|
||||
"ADE_ContextExtras_NaiveReuse_KeyframeInterpolation",
|
||||
"ADE_ContextExtras_Set",
|
||||
"ADE_CustomCFG",
|
||||
"ADE_CustomCFGKeyframe",
|
||||
"ADE_CustomCFGKeyframeFromList",
|
||||
"ADE_CustomCFGKeyframeInterpolation",
|
||||
"ADE_CustomCFGKeyframeSimple",
|
||||
"ADE_CustomCFGSimple",
|
||||
"ADE_EmptyLatentImageLarge",
|
||||
"ADE_InjectI2VIntoAnimateDiffModel",
|
||||
"ADE_InjectPIAIntoAnimateDiffModel",
|
||||
"ADE_InputPIA_Multival",
|
||||
"ADE_InputPIA_PaperPresets",
|
||||
"ADE_IterationOptsDefault",
|
||||
"ADE_IterationOptsFreeInit",
|
||||
"ADE_LoadAnimateDiffModel",
|
||||
"ADE_LoadAnimateDiffModelWithCameraCtrl",
|
||||
"ADE_LoadAnimateLCMI2VModel",
|
||||
"ADE_LoadCameraPoses",
|
||||
"ADE_LoadCameraPosesFromPath",
|
||||
"ADE_LoopedUniformContextOptions",
|
||||
"ADE_LoopedUniformViewOptions",
|
||||
"ADE_LoraHookKeyframe",
|
||||
"ADE_LoraHookKeyframeFromStrengthList",
|
||||
"ADE_LoraHookKeyframeInterpolation",
|
||||
"ADE_MultivalConvertToMask",
|
||||
"ADE_MultivalDynamic",
|
||||
"ADE_MultivalDynamicFloatInput",
|
||||
"ADE_MultivalDynamicFloats",
|
||||
"ADE_MultivalScaledMask",
|
||||
"ADE_NoiseCalibration",
|
||||
"ADE_NoiseLayerAdd",
|
||||
"ADE_NoiseLayerAddWeighted",
|
||||
"ADE_NoiseLayerNormalizedSum",
|
||||
"ADE_NoiseLayerReplace",
|
||||
"ADE_NoisedImageInjectOptions",
|
||||
"ADE_NoisedImageInjection",
|
||||
"ADE_PIA_AnimateDiffKeyframe",
|
||||
"ADE_PairedConditioningCombine",
|
||||
"ADE_PairedConditioningSetMask",
|
||||
"ADE_PairedConditioningSetMaskAndCombine",
|
||||
"ADE_PairedConditioningSetUnmaskedAndCombine",
|
||||
"ADE_PerturbedAttentionGuidanceMultival",
|
||||
"ADE_RawSigmaSchedule",
|
||||
"ADE_RegisterLoraHook",
|
||||
"ADE_RegisterLoraHookModelOnly",
|
||||
"ADE_RegisterModelAsLoraHook",
|
||||
"ADE_RegisterModelAsLoraHookModelOnly",
|
||||
"ADE_ReplaceCameraParameters",
|
||||
"ADE_ReplaceOriginalPoseAspectRatio",
|
||||
"ADE_RescaleCFGMultival",
|
||||
"ADE_SetLoraHookKeyframe",
|
||||
"ADE_SigmaSchedule",
|
||||
"ADE_SigmaScheduleSplitAndCombine",
|
||||
"ADE_SigmaScheduleToSigmas",
|
||||
"ADE_SigmaScheduleWeightedAverage",
|
||||
"ADE_SigmaScheduleWeightedAverageInterp",
|
||||
"ADE_StandardStaticContextOptions",
|
||||
"ADE_StandardStaticViewOptions",
|
||||
"ADE_StandardUniformContextOptions",
|
||||
"ADE_StandardUniformViewOptions",
|
||||
"ADE_TimestepsConditioning",
|
||||
"ADE_UpscaleAndVAEEncode",
|
||||
"ADE_UseEvolvedSampling",
|
||||
"ADE_ViewsOnlyContextOptions",
|
||||
"ADE_VisualizeContextOptionsK",
|
||||
"ADE_VisualizeContextOptionsKAdv",
|
||||
"ADE_VisualizeContextOptionsSCustom",
|
||||
"AD_DrawSchedule",
|
||||
"AD_InfiniteZoom",
|
||||
"AD_latent_keyframe",
|
||||
@ -14663,6 +14843,7 @@
|
||||
"AD_sch_prompt",
|
||||
"AD_sch_prompt_adv",
|
||||
"AD_slice_Condi",
|
||||
"AnimateDiffLoaderV1",
|
||||
"Apply_AD_diff",
|
||||
"Apply_CN_union",
|
||||
"Apply_ControlNetStack",
|
||||
@ -14677,6 +14858,7 @@
|
||||
"Apply_textStack",
|
||||
"CN_preset1_Unpack",
|
||||
"CN_preset1_pack",
|
||||
"CheckpointLoaderSimpleWithNoiseSelect",
|
||||
"ControlNetLoaderAdvanced",
|
||||
"CustomControlNetWeights",
|
||||
"CustomT2IAdapterWeights",
|
||||
@ -14745,6 +14927,7 @@
|
||||
"chx_mask_Mulcondi",
|
||||
"chx_prompt_Schedule",
|
||||
"chx_re_fluxguide",
|
||||
"chx_vae_encode",
|
||||
"load_FLUX",
|
||||
"load_SD35",
|
||||
"load_basic",
|
||||
@ -16266,6 +16449,7 @@
|
||||
"CLIPTextEncode",
|
||||
"CLIPTextEncodeControlnet",
|
||||
"CLIPTextEncodeFlux",
|
||||
"CLIPTextEncodeHiDream",
|
||||
"CLIPTextEncodeHunyuanDiT",
|
||||
"CLIPTextEncodeLumina2",
|
||||
"CLIPTextEncodePixArtAlpha",
|
||||
@ -18010,6 +18194,7 @@
|
||||
"LoadRandomImage",
|
||||
"Load_Embeddings_From_Folder",
|
||||
"MaskFromRGB_KMeans",
|
||||
"MaskedRegionVideoExport",
|
||||
"ParallaxZoom",
|
||||
"Random_Style_Mixture",
|
||||
"SDAnyConverter",
|
||||
@ -18146,6 +18331,14 @@
|
||||
"title_aux": "ComfyMath"
|
||||
}
|
||||
],
|
||||
"https://github.com/excelwong/ComfyUI-PromptComposer": [
|
||||
[
|
||||
"PromptComposer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Prompt Composer"
|
||||
}
|
||||
],
|
||||
"https://github.com/exdysa/comfyui-selector": [
|
||||
[
|
||||
"RecourseAny",
|
||||
@ -18507,6 +18700,7 @@
|
||||
"FL_GeminiTextAPI",
|
||||
"FL_GeminiVideoCaptioner",
|
||||
"FL_Glitch",
|
||||
"FL_GoogleCloudStorage",
|
||||
"FL_GoogleDriveDownloader",
|
||||
"FL_GoogleDriveImageDownloader",
|
||||
"FL_GradGenerator",
|
||||
@ -18580,6 +18774,7 @@
|
||||
"FL_SeparateMaskComponents",
|
||||
"FL_Shadertoy",
|
||||
"FL_SimpleGPTVision",
|
||||
"FL_Switch",
|
||||
"FL_SystemCheck",
|
||||
"FL_TetrisGame",
|
||||
"FL_TextToPDF",
|
||||
@ -21239,6 +21434,15 @@
|
||||
"title_aux": "Painting Coder Utils"
|
||||
}
|
||||
],
|
||||
"https://github.com/jax-explorer/ComfyUI-InstantCharacter": [
|
||||
[
|
||||
"InstantCharacterGenerate",
|
||||
"InstantCharacterLoadModel"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-InstantCharacter"
|
||||
}
|
||||
],
|
||||
"https://github.com/jax-explorer/ComfyUI-VideoBasic": [
|
||||
[
|
||||
"VideoBasicLoadVideo",
|
||||
@ -22598,6 +22802,7 @@
|
||||
"INTConstant",
|
||||
"ImageAddMulti",
|
||||
"ImageAndMaskPreview",
|
||||
"ImageBatchFilter",
|
||||
"ImageBatchMulti",
|
||||
"ImageBatchRepeatInterleaving",
|
||||
"ImageBatchTestPattern",
|
||||
@ -23298,6 +23503,16 @@
|
||||
"title_aux": "Google Photos Loader - by PabloGFX"
|
||||
}
|
||||
],
|
||||
"https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": [
|
||||
[
|
||||
"VCW_LoadVideo",
|
||||
"VCW_ModelLoader",
|
||||
"VCW_VideoSummary"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-VideoChatWrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/leeguandong/ComfyUI_1Prompt1Story": [
|
||||
[
|
||||
"GenerateStoryImage",
|
||||
@ -25946,6 +26161,7 @@
|
||||
],
|
||||
"https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": [
|
||||
[
|
||||
"AddFileNameonly",
|
||||
"ResolutionSwitcher",
|
||||
"Unet Selector_gguf",
|
||||
"mel_RandomIntNode",
|
||||
@ -26575,7 +26791,10 @@
|
||||
"IoNetVision",
|
||||
"orex IoNet Chat",
|
||||
"orex IoNet Vision",
|
||||
"orex IoNet Vision Url"
|
||||
"orex IoNet Vision Url",
|
||||
"orex Load Image",
|
||||
"orex Load Image Batch",
|
||||
"orex Save Image"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-OreX"
|
||||
@ -27321,8 +27540,10 @@
|
||||
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": [
|
||||
[
|
||||
"ComfyUIToNovelAIV4",
|
||||
"ComfyUIToOldNAI",
|
||||
"NovelAIV4ToComfyUI",
|
||||
"NovelAIV4ToOldNAI",
|
||||
"OldNAIToComfyUI",
|
||||
"OldNAIToNovelAIV4"
|
||||
],
|
||||
{
|
||||
@ -27876,7 +28097,8 @@
|
||||
"https://github.com/ruucm/ruucm-comfy": [
|
||||
[
|
||||
"BatchAverageImage",
|
||||
"LoadExternalLoraModelOnly"
|
||||
"LoadExternalLoraModelOnly",
|
||||
"RuucmShareScreen"
|
||||
],
|
||||
{
|
||||
"nodename_pattern": " \\(ruucm\\)$",
|
||||
@ -32533,14 +32755,6 @@
|
||||
"title_aux": "EasyCaptureNode for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhuanqianfish/TaesdDecoder": [
|
||||
[
|
||||
"TaesdVAEDecoder"
|
||||
],
|
||||
{
|
||||
"title_aux": "TaesdDecoder"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhulu111/ComfyUI_Bxb": [
|
||||
[
|
||||
"bxbSwitch",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user