mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 10:22:59 +08:00
update DB
This commit is contained in:
parent
c143c81a7e
commit
b3a7fb9c3e
@ -27740,6 +27740,27 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This is a node to load an image from local path or url."
|
"description": "This is a node to load an image from local path or url."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "jinchanz",
|
||||||
|
"title": "ComfyUI-ADIC",
|
||||||
|
"reference": "https://github.com/jinchanz/ComfyUI-ADIC",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/jinchanz/ComfyUI-ADIC"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This is a set of custom nodes for calling an image translation API within ComfyUI."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Lord Lethris",
|
||||||
|
"title": "ComfyUI-RPG-Characters",
|
||||||
|
"id": "rpg-characters",
|
||||||
|
"reference": "https://github.com/lord-lethris/ComfyUI-RPG-Characters",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/lord-lethris/ComfyUI-RPG-Characters"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Stylized RPG character prompt generator for ComfyUI. Supports standard and Ollama-based prompts, works with SD, SDXL, Flux, and more."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -28180,17 +28201,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "Lord Lethris",
|
|
||||||
"title": "ComfyUI-RPG-Characters",
|
|
||||||
"id": "rpg-characters",
|
|
||||||
"reference": "https://github.com/lord-lethris/ComfyUI-RPG-Characters",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/lord-lethris/ComfyUI-RPG-Characters"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Stylized RPG character prompt generator for ComfyUI. Supports standard and Ollama-based prompts, works with SD, SDXL, Flux, and more."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -13566,11 +13566,13 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Yanick112/ComfyUI-ToSVG": [
|
"https://github.com/Yanick112/ComfyUI-ToSVG": [
|
||||||
[
|
[
|
||||||
"ConvertRasterToVectorBW",
|
"TS_ImageToSVGStringBW",
|
||||||
"ConvertRasterToVectorColor",
|
"TS_ImageToSVGStringColor",
|
||||||
"ConvertVectorToRaster",
|
"TS_SVGBytesIOToString",
|
||||||
"SVGPreview",
|
"TS_SVGStringPreview",
|
||||||
"SaveSVG"
|
"TS_SVGStringToImage",
|
||||||
|
"TS_SVGStringToSVGBytesIO",
|
||||||
|
"TS_SaveSVGString"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ToSVG"
|
"title_aux": "ComfyUI-ToSVG"
|
||||||
@ -24554,6 +24556,20 @@
|
|||||||
"title_aux": "ComfyUI Prompt Expander Node"
|
"title_aux": "ComfyUI Prompt Expander Node"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/jinchanz/ComfyUI-ADIC": [
|
||||||
|
[
|
||||||
|
"ADIC_COMMON_API",
|
||||||
|
"ImageTranslateAPI",
|
||||||
|
"ImageTranslateParamsBuilder",
|
||||||
|
"ImageTranslateResultExtractor",
|
||||||
|
"LoadImagesFromUrls",
|
||||||
|
"PythonCodeExecutor",
|
||||||
|
"StringToJsonArray"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-ADIC"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/jitcoder/lora-info": [
|
"https://github.com/jitcoder/lora-info": [
|
||||||
[
|
[
|
||||||
"ImageFromURL",
|
"ImageFromURL",
|
||||||
@ -27719,6 +27735,18 @@
|
|||||||
"title_aux": "comfyui-mask-util"
|
"title_aux": "comfyui-mask-util"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/lord-lethris/ComfyUI-RPG-Characters": [
|
||||||
|
[
|
||||||
|
"PromptConcatenatorNode",
|
||||||
|
"PromptConditioningConverter",
|
||||||
|
"PromptSelectorNode",
|
||||||
|
"RPGArtStyleSelector",
|
||||||
|
"RPGCharacterSelector"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-RPG-Characters"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/lordgasmic/comfyui_save_image_with_options": [
|
"https://github.com/lordgasmic/comfyui_save_image_with_options": [
|
||||||
[
|
[
|
||||||
"SaveImageWithOptions"
|
"SaveImageWithOptions"
|
||||||
@ -27946,6 +27974,7 @@
|
|||||||
"IterativeLatentUpscale",
|
"IterativeLatentUpscale",
|
||||||
"KSamplerAdvancedProvider",
|
"KSamplerAdvancedProvider",
|
||||||
"KSamplerProvider",
|
"KSamplerProvider",
|
||||||
|
"LamaRemoverDetailerHookProvider",
|
||||||
"LatentPixelScale",
|
"LatentPixelScale",
|
||||||
"LatentReceiver",
|
"LatentReceiver",
|
||||||
"LatentSender",
|
"LatentSender",
|
||||||
|
|||||||
@ -8399,6 +8399,11 @@
|
|||||||
"last_update": "2025-01-28 08:04:24",
|
"last_update": "2025-01-28 08:04:24",
|
||||||
"author_account_age_days": 4934
|
"author_account_age_days": 4934
|
||||||
},
|
},
|
||||||
|
"https://github.com/jinchanz/ComfyUI-ADIC": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2025-06-17 14:07:24",
|
||||||
|
"author_account_age_days": 2423
|
||||||
|
},
|
||||||
"https://github.com/jitcoder/lora-info": {
|
"https://github.com/jitcoder/lora-info": {
|
||||||
"stars": 99,
|
"stars": 99,
|
||||||
"last_update": "2025-05-15 07:25:46",
|
"last_update": "2025-05-15 07:25:46",
|
||||||
@ -9479,6 +9484,11 @@
|
|||||||
"last_update": "2025-04-07 08:18:11",
|
"last_update": "2025-04-07 08:18:11",
|
||||||
"author_account_age_days": 4522
|
"author_account_age_days": 4522
|
||||||
},
|
},
|
||||||
|
"https://github.com/lord-lethris/ComfyUI-RPG-Characters": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2025-06-17 14:30:19",
|
||||||
|
"author_account_age_days": 4782
|
||||||
|
},
|
||||||
"https://github.com/lordgasmic/comfyui_save_image_with_options": {
|
"https://github.com/lordgasmic/comfyui_save_image_with_options": {
|
||||||
"stars": 0,
|
"stars": 0,
|
||||||
"last_update": "2024-06-20 16:39:23",
|
"last_update": "2024-06-20 16:39:23",
|
||||||
|
|||||||
@ -20,16 +20,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "NODES: FlowMatchSigmas"
|
"description": "NODES: FlowMatchSigmas"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "fangg2000",
|
|
||||||
"title": "ComfyUI-RPG-Characters [WIP]",
|
|
||||||
"reference": "https://github.com/lord-lethris/ComfyUI-RPG-Characters",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/lord-lethris/ComfyUI-RPG-Characters"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A custom node for ComfyUI that generates stylized prompts for RPG characters. This node outputs both standard prompt formats and enhanced Ollama-style descriptive prompts ideal for extreme close-up portraits.\nNOTE: The files in the repo are not organized."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "casterpollux",
|
"author": "casterpollux",
|
||||||
"title": "MiniMax-bmo",
|
"title": "MiniMax-bmo",
|
||||||
|
|||||||
@ -2352,6 +2352,7 @@
|
|||||||
"ImageHeigthStitch",
|
"ImageHeigthStitch",
|
||||||
"ImageWidthStitch",
|
"ImageWidthStitch",
|
||||||
"MergeImageChannels",
|
"MergeImageChannels",
|
||||||
|
"translator_m2m100",
|
||||||
"translators"
|
"translators"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,5 +1,16 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "Lord Lethris",
|
||||||
|
"title": "ComfyUI-RPG-Characters",
|
||||||
|
"id": "rpg-characters",
|
||||||
|
"reference": "https://github.com/lord-lethris/ComfyUI-RPG-Characters",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/lord-lethris/ComfyUI-RPG-Characters"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Stylized RPG character prompt generator for ComfyUI. Supports standard and Ollama-based prompts, works with SD, SDXL, Flux, and more."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Phospholipids",
|
"author": "Phospholipids",
|
||||||
"title": "PPWildCard",
|
"title": "PPWildCard",
|
||||||
@ -41,6 +52,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A ComfyUI custom node package for seamless integration with Threads (Meta's social platform). This package allows you to publish posts, manage images, and retrieve post history directly from your ComfyUI workflows."
|
"description": "A ComfyUI custom node package for seamless integration with Threads (Meta's social platform). This package allows you to publish posts, manage images, and retrieve post history directly from your ComfyUI workflows."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "jinchanz",
|
||||||
|
"title": "ComfyUI-ADIC",
|
||||||
|
"reference": "https://github.com/jinchanz/ComfyUI-ADIC",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/jinchanz/ComfyUI-ADIC"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This is a set of custom nodes for calling an image translation API within ComfyUI."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Alex Genovese",
|
"author": "Alex Genovese",
|
||||||
"title": "ComfyUI UNO Nodes",
|
"title": "ComfyUI UNO Nodes",
|
||||||
@ -672,26 +693,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A ComfyUI Node to save and load prompts from a library."
|
"description": "A ComfyUI Node to save and load prompts from a library."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "judian17",
|
|
||||||
"title": "ComfyUI-UniWorld-jd17",
|
|
||||||
"reference": "https://github.com/judian17/ComfyUI-UniWorld-jd17",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/judian17/ComfyUI-UniWorld-jd17"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Unofficial ComfyUI implementation of [a/UniWorld-V1](https://github.com/PKU-YuanGroup/UniWorld-V1)."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "whmc76",
|
|
||||||
"title": "ComfyUI-UniversalToolkit",
|
|
||||||
"reference": "https://github.com/whmc76/ComfyUI-UniversalToolkit",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/whmc76/ComfyUI-UniversalToolkit"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "This plugin provides general-purpose utility nodes for ComfyUI. Currently, it implements a 'Blank Cell Generator' node, which can batch-generate images, masks, and latents with specified resolution and color."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -13566,11 +13566,13 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Yanick112/ComfyUI-ToSVG": [
|
"https://github.com/Yanick112/ComfyUI-ToSVG": [
|
||||||
[
|
[
|
||||||
"ConvertRasterToVectorBW",
|
"TS_ImageToSVGStringBW",
|
||||||
"ConvertRasterToVectorColor",
|
"TS_ImageToSVGStringColor",
|
||||||
"ConvertVectorToRaster",
|
"TS_SVGBytesIOToString",
|
||||||
"SVGPreview",
|
"TS_SVGStringPreview",
|
||||||
"SaveSVG"
|
"TS_SVGStringToImage",
|
||||||
|
"TS_SVGStringToSVGBytesIO",
|
||||||
|
"TS_SaveSVGString"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ToSVG"
|
"title_aux": "ComfyUI-ToSVG"
|
||||||
@ -24554,6 +24556,20 @@
|
|||||||
"title_aux": "ComfyUI Prompt Expander Node"
|
"title_aux": "ComfyUI Prompt Expander Node"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/jinchanz/ComfyUI-ADIC": [
|
||||||
|
[
|
||||||
|
"ADIC_COMMON_API",
|
||||||
|
"ImageTranslateAPI",
|
||||||
|
"ImageTranslateParamsBuilder",
|
||||||
|
"ImageTranslateResultExtractor",
|
||||||
|
"LoadImagesFromUrls",
|
||||||
|
"PythonCodeExecutor",
|
||||||
|
"StringToJsonArray"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-ADIC"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/jitcoder/lora-info": [
|
"https://github.com/jitcoder/lora-info": [
|
||||||
[
|
[
|
||||||
"ImageFromURL",
|
"ImageFromURL",
|
||||||
@ -27719,6 +27735,18 @@
|
|||||||
"title_aux": "comfyui-mask-util"
|
"title_aux": "comfyui-mask-util"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/lord-lethris/ComfyUI-RPG-Characters": [
|
||||||
|
[
|
||||||
|
"PromptConcatenatorNode",
|
||||||
|
"PromptConditioningConverter",
|
||||||
|
"PromptSelectorNode",
|
||||||
|
"RPGArtStyleSelector",
|
||||||
|
"RPGCharacterSelector"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-RPG-Characters"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/lordgasmic/comfyui_save_image_with_options": [
|
"https://github.com/lordgasmic/comfyui_save_image_with_options": [
|
||||||
[
|
[
|
||||||
"SaveImageWithOptions"
|
"SaveImageWithOptions"
|
||||||
@ -27946,6 +27974,7 @@
|
|||||||
"IterativeLatentUpscale",
|
"IterativeLatentUpscale",
|
||||||
"KSamplerAdvancedProvider",
|
"KSamplerAdvancedProvider",
|
||||||
"KSamplerProvider",
|
"KSamplerProvider",
|
||||||
|
"LamaRemoverDetailerHookProvider",
|
||||||
"LatentPixelScale",
|
"LatentPixelScale",
|
||||||
"LatentReceiver",
|
"LatentReceiver",
|
||||||
"LatentSender",
|
"LatentSender",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user