mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
2fac67a9f9
commit
0b7ef2e1d4
@ -19171,7 +19171,7 @@
|
||||
{
|
||||
"author": "lth",
|
||||
"title": "Comfyui_three_js",
|
||||
"id": "lth",
|
||||
"id": "comfyui_three_js",
|
||||
"reference": "https://github.com/lo-th/Comfyui_three_js",
|
||||
"files": [
|
||||
"https://github.com/lo-th/Comfyui_three_js"
|
||||
@ -27466,6 +27466,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Load images with automatic prompt extraction from Civitai URLs, caption files, or EXIF metadata. Features smart dataset detection and dynamic preview updates."
|
||||
},
|
||||
{
|
||||
"author": "LargeModGames",
|
||||
"title": "ComfyUI LoRA Auto Downloader",
|
||||
"reference": "https://github.com/LargeModGames/comfyui-smart-lora-downloader",
|
||||
"files": [
|
||||
"https://github.com/LargeModGames/comfyui-smart-lora-downloader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Automatically download missing LoRAs from CivitAI and detect missing LoRAs in workflows. Features smart directory detection and easy installation."
|
||||
},
|
||||
{
|
||||
"author": "inyourdreams-studio",
|
||||
"title": "ComfyUI-RBLM",
|
||||
"reference": "https://github.com/inyourdreams-studio/comfyui-rblm",
|
||||
"files": [
|
||||
"https://github.com/inyourdreams-studio/comfyui-rblm"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node pack for ComfyUI that provides text manipulation nodes."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -281,27 +281,29 @@
|
||||
],
|
||||
"https://github.com/1hew/ComfyUI-1hewNodes": [
|
||||
[
|
||||
"BlendModesAlpha",
|
||||
"CoordinateExtract",
|
||||
"ImageAddLabel",
|
||||
"ImageBBoxCrop",
|
||||
"ImageBBoxPaste",
|
||||
"ImageBlendModesByAlpha",
|
||||
"ImageBlendModesByCSS",
|
||||
"ImageCropEdge",
|
||||
"ImageCropSquare",
|
||||
"ImageCropWithBBox",
|
||||
"ImageCroppedPaste",
|
||||
"ImageDetailHLFreqSeparation",
|
||||
"ImageEditStitch",
|
||||
"ImageLumaMatte",
|
||||
"ImagePlot",
|
||||
"ImageResizeUniversal",
|
||||
"LumaMatte",
|
||||
"ImageSolid",
|
||||
"ImageTileMerge",
|
||||
"ImageTileSplit",
|
||||
"MaskBBoxCrop",
|
||||
"MaskBatchMathOps",
|
||||
"MaskMathOps",
|
||||
"PathSelect",
|
||||
"PromptExtract",
|
||||
"SliderValueRangeMapping",
|
||||
"Solid"
|
||||
"SliderValueRangeMapping"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI 1hewNodes"
|
||||
@ -7132,6 +7134,15 @@
|
||||
"title_aux": "ComfyUI ASCII Art Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/LargeModGames/comfyui-smart-lora-downloader": [
|
||||
[
|
||||
"LoRAAutoDownloader",
|
||||
"WorkflowLoRAScanner"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI LoRA Auto Downloader"
|
||||
}
|
||||
],
|
||||
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": [
|
||||
[
|
||||
"LoRA Caption Load",
|
||||
@ -13766,6 +13777,17 @@
|
||||
"title_aux": "ComfyUI-UNO"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-Vui": [
|
||||
[
|
||||
"LoadVuiModel",
|
||||
"LoadVuiPrompt",
|
||||
"SaveVui",
|
||||
"Vui"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Vui"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": [
|
||||
[
|
||||
"APISR_Lterative_Zho",
|
||||
@ -15092,7 +15114,6 @@
|
||||
"Sage_CheckpointSelector",
|
||||
"Sage_CleanText",
|
||||
"Sage_CollectKeywordsFromLoraStack",
|
||||
"Sage_ConditioningRngOut",
|
||||
"Sage_ConditioningZeroOut",
|
||||
"Sage_ConstructLLMPrompt",
|
||||
"Sage_ConstructLLMPromptExtra",
|
||||
@ -15127,18 +15148,13 @@
|
||||
"Sage_PonyStyle",
|
||||
"Sage_SamplerInfo",
|
||||
"Sage_SaveImageWithMetadata",
|
||||
"Sage_SetBool",
|
||||
"Sage_SetFloat",
|
||||
"Sage_SetInteger",
|
||||
"Sage_SetText",
|
||||
"Sage_TextCompare",
|
||||
"Sage_TextWeight",
|
||||
"Sage_TilingInfo",
|
||||
"Sage_TripleJoinText",
|
||||
"Sage_TripleLoraStack",
|
||||
"Sage_UNETLoader",
|
||||
"Sage_ViewAnything",
|
||||
"Sage_ViewText"
|
||||
"Sage_ViewAnything"
|
||||
],
|
||||
{
|
||||
"title_aux": "Sage Utils"
|
||||
@ -23552,6 +23568,18 @@
|
||||
"title_aux": "ComfyUI Neural Network Toolkit NNT "
|
||||
}
|
||||
],
|
||||
"https://github.com/inyourdreams-studio/comfyui-rblm": [
|
||||
[
|
||||
"ImageLevelsNode",
|
||||
"MaskDilateNode",
|
||||
"MaskFillHolesNode",
|
||||
"ReplaceNode",
|
||||
"ThresholdToAlphaNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-RBLM"
|
||||
}
|
||||
],
|
||||
"https://github.com/irreveloper/ComfyUI-DSD": [
|
||||
[
|
||||
"DSDGeminiPromptEnhancer",
|
||||
@ -25184,7 +25212,7 @@
|
||||
"https://github.com/keit0728/ComfyUI-keitNodes": [
|
||||
[
|
||||
"M2MTranslator",
|
||||
"WanVideoOptimalResizer"
|
||||
"PixelLimitResizer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-keitNodes"
|
||||
|
||||
@ -2544,6 +2544,11 @@
|
||||
"last_update": "2025-05-18 09:22:38",
|
||||
"author_account_age_days": 253
|
||||
},
|
||||
"https://github.com/LargeModGames/comfyui-smart-lora-downloader": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-06-12 08:40:31",
|
||||
"author_account_age_days": 1484
|
||||
},
|
||||
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": {
|
||||
"stars": 63,
|
||||
"last_update": "2024-06-06 20:45:43",
|
||||
@ -4712,7 +4717,7 @@
|
||||
"https://github.com/YMC-GitHub/ymc_node_joy": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-06-11 06:49:57",
|
||||
"author_account_age_days": 3047
|
||||
"author_account_age_days": 3048
|
||||
},
|
||||
"https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": {
|
||||
"stars": 15,
|
||||
@ -4879,6 +4884,11 @@
|
||||
"last_update": "2025-04-11 07:37:33",
|
||||
"author_account_age_days": 1792
|
||||
},
|
||||
"https://github.com/Yuan-ManX/ComfyUI-Vui": {
|
||||
"stars": 2,
|
||||
"last_update": "2025-06-12 03:55:32",
|
||||
"author_account_age_days": 1793
|
||||
},
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": {
|
||||
"stars": 375,
|
||||
"last_update": "2024-05-22 14:14:46",
|
||||
@ -7739,6 +7749,11 @@
|
||||
"last_update": "2024-07-28 21:08:27",
|
||||
"author_account_age_days": 458
|
||||
},
|
||||
"https://github.com/hassan-sd/comfyui-image-prompt-loader": {
|
||||
"stars": 2,
|
||||
"last_update": "2025-06-11 21:10:47",
|
||||
"author_account_age_days": 922
|
||||
},
|
||||
"https://github.com/hay86/ComfyUI_DDColor": {
|
||||
"stars": 7,
|
||||
"last_update": "2024-06-14 08:12:13",
|
||||
@ -8124,6 +8139,11 @@
|
||||
"last_update": "2025-01-08 17:22:46",
|
||||
"author_account_age_days": 3238
|
||||
},
|
||||
"https://github.com/inyourdreams-studio/comfyui-rblm": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-06-12 05:11:58",
|
||||
"author_account_age_days": 1
|
||||
},
|
||||
"https://github.com/irreveloper/ComfyUI-DSD": {
|
||||
"stars": 37,
|
||||
"last_update": "2025-03-15 16:55:07",
|
||||
@ -10377,7 +10397,7 @@
|
||||
"https://github.com/pawelmal0101/ComfyUI-Webhook": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-06-11 10:36:58",
|
||||
"author_account_age_days": 1013
|
||||
"author_account_age_days": 1014
|
||||
},
|
||||
"https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": {
|
||||
"stars": 0,
|
||||
@ -11197,12 +11217,12 @@
|
||||
"https://github.com/skycoder182/comfyui-filename-tools": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-05-20 18:06:04",
|
||||
"author_account_age_days": 22
|
||||
"author_account_age_days": 23
|
||||
},
|
||||
"https://github.com/skycoder182/comfyui-skycoder-tools": {
|
||||
"stars": 1,
|
||||
"last_update": "2025-06-08 12:26:41",
|
||||
"author_account_age_days": 22
|
||||
"author_account_age_days": 23
|
||||
},
|
||||
"https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": {
|
||||
"stars": 2,
|
||||
@ -11665,9 +11685,9 @@
|
||||
"author_account_age_days": 1228
|
||||
},
|
||||
"https://github.com/sugarkwork/comfyui-trtupscaler": {
|
||||
"stars": 0,
|
||||
"stars": 1,
|
||||
"last_update": "2025-06-11 07:43:10",
|
||||
"author_account_age_days": 1227
|
||||
"author_account_age_days": 1228
|
||||
},
|
||||
"https://github.com/sugarkwork/comfyui_cohere": {
|
||||
"stars": 1,
|
||||
|
||||
@ -1,7 +1,17 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "wildminder",
|
||||
"author": "yichengup",
|
||||
"title": "ComfyUI-Transition",
|
||||
"reference": "https://github.com/yichengup/ComfyUI-Transition",
|
||||
"files": [
|
||||
"https://github.com/yichengup/ComfyUI-Transition"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Linear Transition, Gradient Transition, Dual Line Transition, Sequence Transition, Circular Transition, Circular Sequence Transition"
|
||||
},
|
||||
{
|
||||
"author": "Malloc-pix",
|
||||
"title": "comfyui_qwen2.4_vl_node [WIP]",
|
||||
"reference": "https://github.com/Malloc-pix/comfyui_qwen2.4_vl_node",
|
||||
"files": [
|
||||
@ -10,16 +20,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: CogVLM2 Captioner, CLIP Dynamic Text Encode(cy)"
|
||||
},
|
||||
{
|
||||
"author": "LargeModGames",
|
||||
"title": "ComfyUI LoRA Auto Downloader [NAME CONFLICT]",
|
||||
"reference": "https://github.com/LargeModGames/comfyui-lora-auto-downloader",
|
||||
"files": [
|
||||
"https://github.com/LargeModGames/comfyui-lora-auto-downloader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Automatically download missing LoRAs from CivitAI and detect missing LoRAs in workflows. Features smart directory detection and easy installation."
|
||||
},
|
||||
{
|
||||
"author": "wildminder",
|
||||
"title": "ComfyUI-MagCache [WIP]",
|
||||
|
||||
@ -148,27 +148,29 @@
|
||||
],
|
||||
"https://github.com/1hew/ComfyUI-1hewNodes": [
|
||||
[
|
||||
"BlendModesAlpha",
|
||||
"CoordinateExtract",
|
||||
"ImageAddLabel",
|
||||
"ImageBBoxCrop",
|
||||
"ImageBBoxPaste",
|
||||
"ImageBlendModesByAlpha",
|
||||
"ImageBlendModesByCSS",
|
||||
"ImageCropEdge",
|
||||
"ImageCropSquare",
|
||||
"ImageCropWithBBox",
|
||||
"ImageCroppedPaste",
|
||||
"ImageDetailHLFreqSeparation",
|
||||
"ImageEditStitch",
|
||||
"ImageLumaMatte",
|
||||
"ImagePlot",
|
||||
"ImageResizeUniversal",
|
||||
"LumaMatte",
|
||||
"ImageSolid",
|
||||
"ImageTileMerge",
|
||||
"ImageTileSplit",
|
||||
"MaskBBoxCrop",
|
||||
"MaskBatchMathOps",
|
||||
"MaskMathOps",
|
||||
"PathSelect",
|
||||
"PromptExtract",
|
||||
"SliderValueRangeMapping",
|
||||
"Solid"
|
||||
"SliderValueRangeMapping"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-1hewNodes [WIP]"
|
||||
@ -2128,15 +2130,6 @@
|
||||
"title_aux": "ComfyUI-Text"
|
||||
}
|
||||
],
|
||||
"https://github.com/LargeModGames/comfyui-lora-auto-downloader": [
|
||||
[
|
||||
"LoRAAutoDownloader",
|
||||
"WorkflowLoRAScanner"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI LoRA Auto Downloader [NAME CONFLICT]"
|
||||
}
|
||||
],
|
||||
"https://github.com/LarryJane491/ComfyUI-ModelUnloader": [
|
||||
[
|
||||
"Model Unloader"
|
||||
@ -2321,7 +2314,7 @@
|
||||
"https://github.com/Malloc-pix/comfyui_qwen2.4_vl_node": [
|
||||
[
|
||||
"CLIPDynamicTextEncode",
|
||||
"CogVLM2Captioner"
|
||||
"Qwen2Captioner"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_qwen2.4_vl_node [WIP]"
|
||||
@ -8937,6 +8930,19 @@
|
||||
"title_aux": "ComfyUI_Lam"
|
||||
}
|
||||
],
|
||||
"https://github.com/yichengup/ComfyUI-Transition": [
|
||||
[
|
||||
"CircularSequenceTransition",
|
||||
"CircularTransition",
|
||||
"DualLineTransition",
|
||||
"GradientTransition",
|
||||
"LinearTransition",
|
||||
"SequenceTransition"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Transition"
|
||||
}
|
||||
],
|
||||
"https://github.com/yichengup/ComfyUI-YCNodes_Advance": [
|
||||
[
|
||||
"FaceDetectorSelector",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "Yuan-ManX",
|
||||
"title": "ComfyUI-Vui",
|
||||
"reference": "https://github.com/Yuan-ManX/ComfyUI-Vui",
|
||||
"files": [
|
||||
"https://github.com/Yuan-ManX/ComfyUI-Vui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-Vui is now available in ComfyUI, Vui is a llama based transformer that predicts audio tokens."
|
||||
},
|
||||
{
|
||||
"author": "LargeModGames",
|
||||
"title": "ComfyUI LoRA Auto Downloader",
|
||||
"reference": "https://github.com/LargeModGames/comfyui-smart-lora-downloader",
|
||||
"files": [
|
||||
"https://github.com/LargeModGames/comfyui-smart-lora-downloader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Automatically download missing LoRAs from CivitAI and detect missing LoRAs in workflows. Features smart directory detection and easy installation."
|
||||
},
|
||||
{
|
||||
"author": "hassan-sd",
|
||||
"title": "ComfyUI Image & Prompt Loader",
|
||||
@ -11,6 +31,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Load images with automatic prompt extraction from Civitai URLs, caption files, or EXIF metadata. Features smart dataset detection and dynamic preview updates."
|
||||
},
|
||||
{
|
||||
"author": "inyourdreams-studio",
|
||||
"title": "ComfyUI-RBLM",
|
||||
"reference": "https://github.com/inyourdreams-studio/comfyui-rblm",
|
||||
"files": [
|
||||
"https://github.com/inyourdreams-studio/comfyui-rblm"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node pack for ComfyUI that provides text manipulation nodes."
|
||||
},
|
||||
{
|
||||
"author": "Isi-dev",
|
||||
"title": "ComfyUI-Animation_Nodes_and_Workflows",
|
||||
@ -658,56 +688,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "face detection nodes for comfyui"
|
||||
},
|
||||
{
|
||||
"author": "Aljnk",
|
||||
"title": "ComfyUI-JNK-Tiny-Nodes",
|
||||
"reference": "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes",
|
||||
"files": [
|
||||
"https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of useful custom nodes for ComfyUI - image processing, text manipulation, and workflow automation."
|
||||
},
|
||||
{
|
||||
"author": "sugarkwork",
|
||||
"title": "ComfyUI_AspectRatioToSize",
|
||||
"reference": "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize",
|
||||
"files": [
|
||||
"https://github.com/sugarkwork/ComfyUI_AspectRatioToSize"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node that calculates width and height while maintaining aspect ratio, making it easier to determine image resolutions with specified aspect ratios and longer side values."
|
||||
},
|
||||
{
|
||||
"author": "AEmotionStudio",
|
||||
"title": "ComfyUI-DiscordSend",
|
||||
"reference": "https://github.com/AEmotionStudio/ComfyUI-DiscordSend",
|
||||
"files": [
|
||||
"https://github.com/AEmotionStudio/ComfyUI-DiscordSend"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI extension that enables seamless sharing of AI-generated images and videos directly to Discord."
|
||||
},
|
||||
{
|
||||
"author": "shiertier",
|
||||
"title": "ComfyUI-TeaCache-Lumina",
|
||||
"reference": "https://github.com/shiertier/ComfyUI-TeaCache-lumina2",
|
||||
"files": [
|
||||
"https://github.com/shiertier/ComfyUI-TeaCache-lumina2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI Node Implementation: TeaCache Acceleration Specifically Designed for the Lumina Model"
|
||||
},
|
||||
{
|
||||
"author": "sjh00",
|
||||
"title": "ComfyUI LoadImageWithInfo",
|
||||
"reference": "https://github.com/sjh00/ComfyUI-LoadImageWithInfo",
|
||||
"files": [
|
||||
"https://github.com/sjh00/ComfyUI-LoadImageWithInfo"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a custom node for ComfyUI that retrieves detailed information about an image, including its name, format (extension), DPI, dimensions, long side, short side, file size, and EXIF data. It also supports image saving "
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -281,27 +281,29 @@
|
||||
],
|
||||
"https://github.com/1hew/ComfyUI-1hewNodes": [
|
||||
[
|
||||
"BlendModesAlpha",
|
||||
"CoordinateExtract",
|
||||
"ImageAddLabel",
|
||||
"ImageBBoxCrop",
|
||||
"ImageBBoxPaste",
|
||||
"ImageBlendModesByAlpha",
|
||||
"ImageBlendModesByCSS",
|
||||
"ImageCropEdge",
|
||||
"ImageCropSquare",
|
||||
"ImageCropWithBBox",
|
||||
"ImageCroppedPaste",
|
||||
"ImageDetailHLFreqSeparation",
|
||||
"ImageEditStitch",
|
||||
"ImageLumaMatte",
|
||||
"ImagePlot",
|
||||
"ImageResizeUniversal",
|
||||
"LumaMatte",
|
||||
"ImageSolid",
|
||||
"ImageTileMerge",
|
||||
"ImageTileSplit",
|
||||
"MaskBBoxCrop",
|
||||
"MaskBatchMathOps",
|
||||
"MaskMathOps",
|
||||
"PathSelect",
|
||||
"PromptExtract",
|
||||
"SliderValueRangeMapping",
|
||||
"Solid"
|
||||
"SliderValueRangeMapping"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI 1hewNodes"
|
||||
@ -7132,6 +7134,15 @@
|
||||
"title_aux": "ComfyUI ASCII Art Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/LargeModGames/comfyui-smart-lora-downloader": [
|
||||
[
|
||||
"LoRAAutoDownloader",
|
||||
"WorkflowLoRAScanner"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI LoRA Auto Downloader"
|
||||
}
|
||||
],
|
||||
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": [
|
||||
[
|
||||
"LoRA Caption Load",
|
||||
@ -13766,6 +13777,17 @@
|
||||
"title_aux": "ComfyUI-UNO"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-Vui": [
|
||||
[
|
||||
"LoadVuiModel",
|
||||
"LoadVuiPrompt",
|
||||
"SaveVui",
|
||||
"Vui"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Vui"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": [
|
||||
[
|
||||
"APISR_Lterative_Zho",
|
||||
@ -15092,7 +15114,6 @@
|
||||
"Sage_CheckpointSelector",
|
||||
"Sage_CleanText",
|
||||
"Sage_CollectKeywordsFromLoraStack",
|
||||
"Sage_ConditioningRngOut",
|
||||
"Sage_ConditioningZeroOut",
|
||||
"Sage_ConstructLLMPrompt",
|
||||
"Sage_ConstructLLMPromptExtra",
|
||||
@ -15127,18 +15148,13 @@
|
||||
"Sage_PonyStyle",
|
||||
"Sage_SamplerInfo",
|
||||
"Sage_SaveImageWithMetadata",
|
||||
"Sage_SetBool",
|
||||
"Sage_SetFloat",
|
||||
"Sage_SetInteger",
|
||||
"Sage_SetText",
|
||||
"Sage_TextCompare",
|
||||
"Sage_TextWeight",
|
||||
"Sage_TilingInfo",
|
||||
"Sage_TripleJoinText",
|
||||
"Sage_TripleLoraStack",
|
||||
"Sage_UNETLoader",
|
||||
"Sage_ViewAnything",
|
||||
"Sage_ViewText"
|
||||
"Sage_ViewAnything"
|
||||
],
|
||||
{
|
||||
"title_aux": "Sage Utils"
|
||||
@ -23552,6 +23568,18 @@
|
||||
"title_aux": "ComfyUI Neural Network Toolkit NNT "
|
||||
}
|
||||
],
|
||||
"https://github.com/inyourdreams-studio/comfyui-rblm": [
|
||||
[
|
||||
"ImageLevelsNode",
|
||||
"MaskDilateNode",
|
||||
"MaskFillHolesNode",
|
||||
"ReplaceNode",
|
||||
"ThresholdToAlphaNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-RBLM"
|
||||
}
|
||||
],
|
||||
"https://github.com/irreveloper/ComfyUI-DSD": [
|
||||
[
|
||||
"DSDGeminiPromptEnhancer",
|
||||
@ -25184,7 +25212,7 @@
|
||||
"https://github.com/keit0728/ComfyUI-keitNodes": [
|
||||
[
|
||||
"M2MTranslator",
|
||||
"WanVideoOptimalResizer"
|
||||
"PixelLimitResizer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-keitNodes"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user