mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-22 11:57:37 +08:00
Compare commits
4 Commits
92979ff7c8
...
fa009e729e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa009e729e | ||
|
|
48ab18d9e1 | ||
|
|
1584bb8dce | ||
|
|
72a9e89d3b |
@ -40041,6 +40041,27 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes to clean up your workflow."
|
"description": "Nodes to clean up your workflow."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "Rhovanx",
|
||||||
|
"title": "Wan Vace Auto Joiner",
|
||||||
|
"reference": "https://github.com/Rhovanx/wan_vace_auto_joiner",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Rhovanx/wan_vace_auto_joiner"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Seamlessly join multiple video clips using WAN VACE with one click."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "ZUENS2020",
|
||||||
|
"title": "ComfyUI LLM Nodes",
|
||||||
|
"id": "comfyui-llm-nodes",
|
||||||
|
"reference": "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "LLM integration nodes for ComfyUI. Support chat completions and image generation with OpenAI/Gemini. Features precise resolution and aspect ratio control for Gemini image generation (1K/2K/4K with 5 aspect ratios). Zero external dependencies."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1959,6 +1959,7 @@
|
|||||||
"GlobalTextCacheGet",
|
"GlobalTextCacheGet",
|
||||||
"GroupExecutorManager",
|
"GroupExecutorManager",
|
||||||
"GroupExecutorTrigger",
|
"GroupExecutorTrigger",
|
||||||
|
"GroupIsEnabled",
|
||||||
"GroupMuteManager",
|
"GroupMuteManager",
|
||||||
"ImageCacheGet",
|
"ImageCacheGet",
|
||||||
"MultiCharacterEditorNode",
|
"MultiCharacterEditorNode",
|
||||||
@ -9804,6 +9805,11 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": [
|
"https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": [
|
||||||
[
|
[
|
||||||
|
"BuildCharacterPromptNode",
|
||||||
|
"BuildPromptNode",
|
||||||
|
"JsonParserNode",
|
||||||
|
"MergeStringsNode",
|
||||||
|
"SelectIndexNode",
|
||||||
"VideoDescriptionDAM",
|
"VideoDescriptionDAM",
|
||||||
"VideoDescriptionQwen3VL"
|
"VideoDescriptionQwen3VL"
|
||||||
],
|
],
|
||||||
@ -13436,6 +13442,7 @@
|
|||||||
"https://github.com/Mister-Link/link-comfy-nodes": [
|
"https://github.com/Mister-Link/link-comfy-nodes": [
|
||||||
[
|
[
|
||||||
"AdvancedStringConcat",
|
"AdvancedStringConcat",
|
||||||
|
"Auto Cropper",
|
||||||
"BatchImageSave",
|
"BatchImageSave",
|
||||||
"Concat",
|
"Concat",
|
||||||
"ConvertToPixelArt",
|
"ConvertToPixelArt",
|
||||||
@ -14547,8 +14554,8 @@
|
|||||||
"BFParametersSimple",
|
"BFParametersSimple",
|
||||||
"CheckpointComboParameter",
|
"CheckpointComboParameter",
|
||||||
"CheckpointLoaderWithOuputDirByModelName",
|
"CheckpointLoaderWithOuputDirByModelName",
|
||||||
|
"CyclicInteger",
|
||||||
"DetailerSchedulerComboParameter",
|
"DetailerSchedulerComboParameter",
|
||||||
"IntegerPicker",
|
|
||||||
"KsamplerSamplersComboParameter",
|
"KsamplerSamplersComboParameter",
|
||||||
"KsamplerSchedulersComboParameter",
|
"KsamplerSchedulersComboParameter",
|
||||||
"OuputDirByModelName",
|
"OuputDirByModelName",
|
||||||
@ -15740,6 +15747,16 @@
|
|||||||
"title_aux": "ComfyUI-Latte"
|
"title_aux": "ComfyUI-Latte"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Rhovanx/wan_vace_auto_joiner": [
|
||||||
|
[
|
||||||
|
"WanVaceAutoJoiner",
|
||||||
|
"WanVaceAutoJoinerFinalize",
|
||||||
|
"WanVaceAutoJoinerSave"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Wan Vace Auto Joiner"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/RiceRound/ComfyUI_CryptoCat": [
|
"https://github.com/RiceRound/ComfyUI_CryptoCat": [
|
||||||
[
|
[
|
||||||
"CryptoCatImage",
|
"CryptoCatImage",
|
||||||
@ -20903,7 +20920,7 @@
|
|||||||
"PlyPreviewProcessGaussianPLYEnhance"
|
"PlyPreviewProcessGaussianPLYEnhance"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui-PlyPreview"
|
"title_aux": "ComfyUI PlyPreview"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/Xyem/Xycuno-Oobabooga": [
|
"https://github.com/Xyem/Xycuno-Oobabooga": [
|
||||||
@ -21623,6 +21640,19 @@
|
|||||||
"title_aux": "comfyui-portrait-master-zh-cn"
|
"title_aux": "comfyui-portrait-master-zh-cn"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes": [
|
||||||
|
[
|
||||||
|
"ChatParams",
|
||||||
|
"GeminiImageParams",
|
||||||
|
"LLMBaseConfig",
|
||||||
|
"LLMChatGenerate",
|
||||||
|
"LLMImageGenerate",
|
||||||
|
"OpenAIImageParams"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI LLM Nodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [
|
"https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [
|
||||||
[
|
[
|
||||||
"AutoFlowAddAlphaChannel",
|
"AutoFlowAddAlphaChannel",
|
||||||
@ -31017,6 +31047,7 @@
|
|||||||
"FrameMatch",
|
"FrameMatch",
|
||||||
"GGUFInference",
|
"GGUFInference",
|
||||||
"LoadVideoPath",
|
"LoadVideoPath",
|
||||||
|
"ModelDownloader",
|
||||||
"NumberListGenerator",
|
"NumberListGenerator",
|
||||||
"PromptListGenerator",
|
"PromptListGenerator",
|
||||||
"QwenGPUInference",
|
"QwenGPUInference",
|
||||||
@ -39342,7 +39373,6 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/larsupb/LoRA-Merger-ComfyUI": [
|
"https://github.com/larsupb/LoRA-Merger-ComfyUI": [
|
||||||
[
|
[
|
||||||
"PM Arcee Fusion (Mergekit)",
|
|
||||||
"PM Breadcrumbs (Mergekit)",
|
"PM Breadcrumbs (Mergekit)",
|
||||||
"PM DARE (Mergekit)",
|
"PM DARE (Mergekit)",
|
||||||
"PM Dare (Mergekit)",
|
"PM Dare (Mergekit)",
|
||||||
@ -43312,6 +43342,7 @@
|
|||||||
"SeedWithOverride",
|
"SeedWithOverride",
|
||||||
"SplitLoaderFullPipe",
|
"SplitLoaderFullPipe",
|
||||||
"StylePresetNode",
|
"StylePresetNode",
|
||||||
|
"TagPresetNode",
|
||||||
"TagReplacementNode",
|
"TagReplacementNode",
|
||||||
"UpscaleNode",
|
"UpscaleNode",
|
||||||
"WildcardNode"
|
"WildcardNode"
|
||||||
@ -44482,6 +44513,7 @@
|
|||||||
"https://github.com/olivv-cs/ComfyUI-FunPack": [
|
"https://github.com/olivv-cs/ComfyUI-FunPack": [
|
||||||
[
|
[
|
||||||
"FunPackContinueVideo",
|
"FunPackContinueVideo",
|
||||||
|
"FunPackCreativeTemplate",
|
||||||
"FunPackImg2LatentInterpolation",
|
"FunPackImg2LatentInterpolation",
|
||||||
"FunPackPromptEnhancer",
|
"FunPackPromptEnhancer",
|
||||||
"FunPackStoryMemJSONConverter",
|
"FunPackStoryMemJSONConverter",
|
||||||
@ -48785,9 +48817,11 @@
|
|||||||
"EmbeddingRenameKeys",
|
"EmbeddingRenameKeys",
|
||||||
"EmbeddingThreeMerger",
|
"EmbeddingThreeMerger",
|
||||||
"EmbeddingTwoMerger",
|
"EmbeddingTwoMerger",
|
||||||
|
"LoRACheckpointSaveFromFile",
|
||||||
"LoRAMetaKeys",
|
"LoRAMetaKeys",
|
||||||
"LoRAPruneKeys",
|
"LoRAPruneKeys",
|
||||||
"LoRARenameKeys",
|
"LoRARenameKeys",
|
||||||
|
"LoRASaveFromFile",
|
||||||
"LoRAThreeMerger",
|
"LoRAThreeMerger",
|
||||||
"LoRATwoMerger",
|
"LoRATwoMerger",
|
||||||
"ModelMetaKeys",
|
"ModelMetaKeys",
|
||||||
@ -52136,7 +52170,6 @@
|
|||||||
"https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [
|
"https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [
|
||||||
[
|
[
|
||||||
"DisTorchPurgeVRAMV2",
|
"DisTorchPurgeVRAMV2",
|
||||||
"MemoryCleaner",
|
|
||||||
"MemoryManager",
|
"MemoryManager",
|
||||||
"ModelPatchMemoryCleaner",
|
"ModelPatchMemoryCleaner",
|
||||||
"SafeMemoryManager"
|
"SafeMemoryManager"
|
||||||
@ -55389,6 +55422,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/zhuyanan/Comfy-FilmSimulator": [
|
"https://github.com/zhuyanan/Comfy-FilmSimulator": [
|
||||||
[
|
[
|
||||||
|
"DNG Image Reader",
|
||||||
"FilmSimNode"
|
"FilmSimNode"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
10138
github-stats-cache.json
10138
github-stats-cache.json
File diff suppressed because it is too large
Load Diff
5186
github-stats.json
5186
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -3704,8 +3704,8 @@
|
|||||||
"BFParametersSimple",
|
"BFParametersSimple",
|
||||||
"CheckpointComboParameter",
|
"CheckpointComboParameter",
|
||||||
"CheckpointLoaderWithOuputDirByModelName",
|
"CheckpointLoaderWithOuputDirByModelName",
|
||||||
|
"CyclicInteger",
|
||||||
"DetailerSchedulerComboParameter",
|
"DetailerSchedulerComboParameter",
|
||||||
"IntegerPicker",
|
|
||||||
"KsamplerSamplersComboParameter",
|
"KsamplerSamplersComboParameter",
|
||||||
"KsamplerSchedulersComboParameter",
|
"KsamplerSchedulersComboParameter",
|
||||||
"OuputDirByModelName",
|
"OuputDirByModelName",
|
||||||
@ -5813,6 +5813,10 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/alisson-anjos/ComfyUI-Workarounds": [
|
"https://github.com/alisson-anjos/ComfyUI-Workarounds": [
|
||||||
[
|
[
|
||||||
|
"FlowMatchAutoConfig",
|
||||||
|
"FlowMatchGuide",
|
||||||
|
"FlowMatchScheduler",
|
||||||
|
"FlowMatchSchedulerPresets",
|
||||||
"SkinToneColorMatch",
|
"SkinToneColorMatch",
|
||||||
"SkinToneDetector",
|
"SkinToneDetector",
|
||||||
"WA_Face3DProjection",
|
"WA_Face3DProjection",
|
||||||
@ -8505,8 +8509,6 @@
|
|||||||
"HolafResolutionPreset",
|
"HolafResolutionPreset",
|
||||||
"HolafSaveImage",
|
"HolafSaveImage",
|
||||||
"HolafSaveVideo",
|
"HolafSaveVideo",
|
||||||
"HolafShortcut",
|
|
||||||
"HolafShortcutUser",
|
|
||||||
"HolafTextBox",
|
"HolafTextBox",
|
||||||
"HolafTiledKSampler",
|
"HolafTiledKSampler",
|
||||||
"HolafToText",
|
"HolafToText",
|
||||||
@ -8519,6 +8521,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/gulajawalegit/ComfyUI-Telegram-Sender": [
|
"https://github.com/gulajawalegit/ComfyUI-Telegram-Sender": [
|
||||||
[
|
[
|
||||||
|
"TelegramSendImage",
|
||||||
"TelegramSendVideo"
|
"TelegramSendVideo"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,5 +1,26 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "ZUENS2020",
|
||||||
|
"title": "ComfyUI LLM Nodes",
|
||||||
|
"id": "comfyui-llm-nodes",
|
||||||
|
"reference": "https://github.com/ZUENS2020/ComfyUI-LLM-Nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "LLM integration nodes for ComfyUI. Support chat completions and image generation with OpenAI/Gemini. Features precise resolution and aspect ratio control for Gemini image generation (1K/2K/4K with 5 aspect ratios). Zero external dependencies."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Rhovanx",
|
||||||
|
"title": "Wan Vace Auto Joiner",
|
||||||
|
"reference": "https://github.com/Rhovanx/wan_vace_auto_joiner",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Rhovanx/wan_vace_auto_joiner"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Seamlessly join multiple video clips using WAN VACE with one click."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "rookiestar28",
|
"author": "rookiestar28",
|
||||||
"title": "ComfyUI-Doctor",
|
"title": "ComfyUI-Doctor",
|
||||||
|
|||||||
@ -1959,6 +1959,7 @@
|
|||||||
"GlobalTextCacheGet",
|
"GlobalTextCacheGet",
|
||||||
"GroupExecutorManager",
|
"GroupExecutorManager",
|
||||||
"GroupExecutorTrigger",
|
"GroupExecutorTrigger",
|
||||||
|
"GroupIsEnabled",
|
||||||
"GroupMuteManager",
|
"GroupMuteManager",
|
||||||
"ImageCacheGet",
|
"ImageCacheGet",
|
||||||
"MultiCharacterEditorNode",
|
"MultiCharacterEditorNode",
|
||||||
@ -9804,6 +9805,11 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": [
|
"https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": [
|
||||||
[
|
[
|
||||||
|
"BuildCharacterPromptNode",
|
||||||
|
"BuildPromptNode",
|
||||||
|
"JsonParserNode",
|
||||||
|
"MergeStringsNode",
|
||||||
|
"SelectIndexNode",
|
||||||
"VideoDescriptionDAM",
|
"VideoDescriptionDAM",
|
||||||
"VideoDescriptionQwen3VL"
|
"VideoDescriptionQwen3VL"
|
||||||
],
|
],
|
||||||
@ -13436,6 +13442,7 @@
|
|||||||
"https://github.com/Mister-Link/link-comfy-nodes": [
|
"https://github.com/Mister-Link/link-comfy-nodes": [
|
||||||
[
|
[
|
||||||
"AdvancedStringConcat",
|
"AdvancedStringConcat",
|
||||||
|
"Auto Cropper",
|
||||||
"BatchImageSave",
|
"BatchImageSave",
|
||||||
"Concat",
|
"Concat",
|
||||||
"ConvertToPixelArt",
|
"ConvertToPixelArt",
|
||||||
@ -14547,8 +14554,8 @@
|
|||||||
"BFParametersSimple",
|
"BFParametersSimple",
|
||||||
"CheckpointComboParameter",
|
"CheckpointComboParameter",
|
||||||
"CheckpointLoaderWithOuputDirByModelName",
|
"CheckpointLoaderWithOuputDirByModelName",
|
||||||
|
"CyclicInteger",
|
||||||
"DetailerSchedulerComboParameter",
|
"DetailerSchedulerComboParameter",
|
||||||
"IntegerPicker",
|
|
||||||
"KsamplerSamplersComboParameter",
|
"KsamplerSamplersComboParameter",
|
||||||
"KsamplerSchedulersComboParameter",
|
"KsamplerSchedulersComboParameter",
|
||||||
"OuputDirByModelName",
|
"OuputDirByModelName",
|
||||||
@ -15740,6 +15747,16 @@
|
|||||||
"title_aux": "ComfyUI-Latte"
|
"title_aux": "ComfyUI-Latte"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Rhovanx/wan_vace_auto_joiner": [
|
||||||
|
[
|
||||||
|
"WanVaceAutoJoiner",
|
||||||
|
"WanVaceAutoJoinerFinalize",
|
||||||
|
"WanVaceAutoJoinerSave"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Wan Vace Auto Joiner"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/RiceRound/ComfyUI_CryptoCat": [
|
"https://github.com/RiceRound/ComfyUI_CryptoCat": [
|
||||||
[
|
[
|
||||||
"CryptoCatImage",
|
"CryptoCatImage",
|
||||||
@ -20903,7 +20920,7 @@
|
|||||||
"PlyPreviewProcessGaussianPLYEnhance"
|
"PlyPreviewProcessGaussianPLYEnhance"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui-PlyPreview"
|
"title_aux": "ComfyUI PlyPreview"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/Xyem/Xycuno-Oobabooga": [
|
"https://github.com/Xyem/Xycuno-Oobabooga": [
|
||||||
@ -21623,6 +21640,19 @@
|
|||||||
"title_aux": "comfyui-portrait-master-zh-cn"
|
"title_aux": "comfyui-portrait-master-zh-cn"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes": [
|
||||||
|
[
|
||||||
|
"ChatParams",
|
||||||
|
"GeminiImageParams",
|
||||||
|
"LLMBaseConfig",
|
||||||
|
"LLMChatGenerate",
|
||||||
|
"LLMImageGenerate",
|
||||||
|
"OpenAIImageParams"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI LLM Nodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [
|
"https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [
|
||||||
[
|
[
|
||||||
"AutoFlowAddAlphaChannel",
|
"AutoFlowAddAlphaChannel",
|
||||||
@ -31017,6 +31047,7 @@
|
|||||||
"FrameMatch",
|
"FrameMatch",
|
||||||
"GGUFInference",
|
"GGUFInference",
|
||||||
"LoadVideoPath",
|
"LoadVideoPath",
|
||||||
|
"ModelDownloader",
|
||||||
"NumberListGenerator",
|
"NumberListGenerator",
|
||||||
"PromptListGenerator",
|
"PromptListGenerator",
|
||||||
"QwenGPUInference",
|
"QwenGPUInference",
|
||||||
@ -39342,7 +39373,6 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/larsupb/LoRA-Merger-ComfyUI": [
|
"https://github.com/larsupb/LoRA-Merger-ComfyUI": [
|
||||||
[
|
[
|
||||||
"PM Arcee Fusion (Mergekit)",
|
|
||||||
"PM Breadcrumbs (Mergekit)",
|
"PM Breadcrumbs (Mergekit)",
|
||||||
"PM DARE (Mergekit)",
|
"PM DARE (Mergekit)",
|
||||||
"PM Dare (Mergekit)",
|
"PM Dare (Mergekit)",
|
||||||
@ -43312,6 +43342,7 @@
|
|||||||
"SeedWithOverride",
|
"SeedWithOverride",
|
||||||
"SplitLoaderFullPipe",
|
"SplitLoaderFullPipe",
|
||||||
"StylePresetNode",
|
"StylePresetNode",
|
||||||
|
"TagPresetNode",
|
||||||
"TagReplacementNode",
|
"TagReplacementNode",
|
||||||
"UpscaleNode",
|
"UpscaleNode",
|
||||||
"WildcardNode"
|
"WildcardNode"
|
||||||
@ -44482,6 +44513,7 @@
|
|||||||
"https://github.com/olivv-cs/ComfyUI-FunPack": [
|
"https://github.com/olivv-cs/ComfyUI-FunPack": [
|
||||||
[
|
[
|
||||||
"FunPackContinueVideo",
|
"FunPackContinueVideo",
|
||||||
|
"FunPackCreativeTemplate",
|
||||||
"FunPackImg2LatentInterpolation",
|
"FunPackImg2LatentInterpolation",
|
||||||
"FunPackPromptEnhancer",
|
"FunPackPromptEnhancer",
|
||||||
"FunPackStoryMemJSONConverter",
|
"FunPackStoryMemJSONConverter",
|
||||||
@ -48785,9 +48817,11 @@
|
|||||||
"EmbeddingRenameKeys",
|
"EmbeddingRenameKeys",
|
||||||
"EmbeddingThreeMerger",
|
"EmbeddingThreeMerger",
|
||||||
"EmbeddingTwoMerger",
|
"EmbeddingTwoMerger",
|
||||||
|
"LoRACheckpointSaveFromFile",
|
||||||
"LoRAMetaKeys",
|
"LoRAMetaKeys",
|
||||||
"LoRAPruneKeys",
|
"LoRAPruneKeys",
|
||||||
"LoRARenameKeys",
|
"LoRARenameKeys",
|
||||||
|
"LoRASaveFromFile",
|
||||||
"LoRAThreeMerger",
|
"LoRAThreeMerger",
|
||||||
"LoRATwoMerger",
|
"LoRATwoMerger",
|
||||||
"ModelMetaKeys",
|
"ModelMetaKeys",
|
||||||
@ -52136,7 +52170,6 @@
|
|||||||
"https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [
|
"https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [
|
||||||
[
|
[
|
||||||
"DisTorchPurgeVRAMV2",
|
"DisTorchPurgeVRAMV2",
|
||||||
"MemoryCleaner",
|
|
||||||
"MemoryManager",
|
"MemoryManager",
|
||||||
"ModelPatchMemoryCleaner",
|
"ModelPatchMemoryCleaner",
|
||||||
"SafeMemoryManager"
|
"SafeMemoryManager"
|
||||||
@ -55389,6 +55422,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/zhuyanan/Comfy-FilmSimulator": [
|
"https://github.com/zhuyanan/Comfy-FilmSimulator": [
|
||||||
[
|
[
|
||||||
|
"DNG Image Reader",
|
||||||
"FilmSimNode"
|
"FilmSimNode"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user