Compare commits

..

6 Commits
3.32 ... 3.32.1

Author SHA1 Message Date
Dr.Lt.Data
8bcf16dc90 fixed: A type error occurred during the creation of the pip fixer object when an error occurred while retrieving the list of installed packages.
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1804
2025-05-13 02:46:34 +09:00
Dr.Lt.Data
65c0a2a1f5 update DB 2025-05-13 02:10:21 +09:00
Alastor 666 1933
115236eb9c adding caching_to_not_waste custom node (#1786) 2025-05-13 02:06:23 +09:00
Dr.Lt.Data
08de942abe update DB 2025-05-13 02:05:51 +09:00
Seb Hirsch
e9dff83290 Update custom-node-list.json (#1802)
added seb nodes
2025-05-13 02:02:55 +09:00
Yuan-Man
3bc6c7584d Add ComfyUI-Muyan-TTS node (#1805) 2025-05-13 02:00:54 +09:00
8 changed files with 249 additions and 33 deletions

View File

@@ -25252,6 +25252,28 @@
"install_type": "git-clone",
"description": "This is a custom node collection for ComfyUI that provides some utility nodes."
},
{
"author": "cyberhirsch",
"title": "Seb Nodes",
"id": "seb_nodes",
"reference": "https://github.com/cyberhirsch/seb_nodes",
"files": [
"https://github.com/cyberhirsch/seb_nodes"
],
"install_type": "git-clone",
"description": "Save image node with dynamic paths and an 'Open Folder' button."
},
{
"author": "Alastor 666 1933",
"title": "Caching to not Waste",
"id": "caching_to_not_waste",
"reference": "https://github.com/alastor-666-1933/caching_to_not_waste",
"files": [
"https://github.com/alastor-666-1933/caching_to_not_waste"
],
"install_type": "git-clone",
"description": "This node allows you to cache/caching/store and reuse resized images, ControlNet images, masks, and texts. It avoids repeating heavy operations by loading previously saved files — saving time, memory, and processing power in future executions."
},
@@ -25703,3 +25725,4 @@
}
]
}

View File

@@ -252,6 +252,28 @@
"title_aux": "Comfyui-ergouzi-samplers"
}
],
"https://github.com/1hew/ComfyUI-1hewNodes": [
[
"BatchMaskMathOps",
"BlendModes",
"CoordinateExtractor",
"CroppedImagePaste",
"ImageAddLabel",
"ImageBlendModesByCSS",
"ImageCropWithBBox",
"ImageDetailHLFreqSeparation",
"ImageEditStitch",
"ImagePlot",
"LumaMatte",
"MaskBlend",
"MaskMathOps",
"SliderValueRangeMapping",
"Solid"
],
{
"title_aux": "ComfyUI 1hewNodes"
}
],
"https://github.com/1mckw/Comfyui-Gelbooru": [
[
"Gelbooru (ID)",
@@ -1152,6 +1174,14 @@
"title_aux": "ComfyUI-APQNodes"
}
],
"https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": [
[
"NormalCrafterNode"
],
{
"title_aux": "NormalCrafterWrapper"
}
],
"https://github.com/AInseven/ComfyUI-fastblend": [
[
"FillDarkMask",
@@ -4785,6 +4815,18 @@
"title_aux": "Save Image Plus for ComfyUI"
}
],
"https://github.com/Goshe-nite/comfyui-gps-supplements": [
[
"KSampler to Image Saver",
"Lora Prompt Concatenation",
"Lora to String",
"Model to String",
"gpsdebugger"
],
{
"title_aux": "GPS' Supplements for ComfyUI"
}
],
"https://github.com/Gourieff/ComfyUI-ReActor": [
[
"ImageRGBA2RGB",
@@ -13912,6 +13954,17 @@
"title_aux": "FAI-Node"
}
],
"https://github.com/alastor-666-1933/caching_to_not_waste": [
[
"caching_controlnet",
"caching_image",
"caching_mask",
"caching_text"
],
{
"title_aux": "Caching to not Waste"
}
],
"https://github.com/alessandroperilli/apw_nodes": [
[
"APW_CloudImageSize",
@@ -18229,6 +18282,14 @@
"title_aux": "ComfyUI-MaskBatchPermutations"
}
],
"https://github.com/cyberhirsch/seb_nodes": [
[
"SaveImageAdvanced"
],
{
"title_aux": "Seb Nodes"
}
],
"https://github.com/czcz1024/Comfyui-FaceCompare": [
[
"FaceCompare"
@@ -20184,6 +20245,15 @@
"title_aux": "RF Nodes"
}
],
"https://github.com/fpgaminer/joycaption_comfyui": [
[
"JJC_JoyCaption",
"JJC_JoyCaption_Custom"
],
{
"title_aux": "JoyCaption Nodes"
}
],
"https://github.com/frankchieng/ComfyUI_Aniportrait": [
[
"AniPortrait_Audio2Video",
@@ -20305,6 +20375,14 @@
"title_aux": "ComfyUI-BDsInfiniteYou"
}
],
"https://github.com/gasparuff/CustomSelector": [
[
"CustomSelector"
],
{
"title_aux": "comfyui-customselector"
}
],
"https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": [
[
"FluxDevRedux_BFL",

View File

@@ -84,6 +84,11 @@
"last_update": "2024-06-28 05:28:05",
"author_account_age_days": 447
},
"https://github.com/1hew/ComfyUI-1hewNodes": {
"stars": 2,
"last_update": "2025-05-12 14:18:56",
"author_account_age_days": 770
},
"https://github.com/1mckw/Comfyui-Gelbooru": {
"stars": 4,
"last_update": "2025-04-06 14:11:25",
@@ -469,6 +474,11 @@
"last_update": "2024-11-21 08:56:49",
"author_account_age_days": 205
},
"https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": {
"stars": 39,
"last_update": "2025-05-09 22:07:32",
"author_account_age_days": 199
},
"https://github.com/AInseven/ComfyUI-fastblend": {
"stars": 215,
"last_update": "2024-11-22 03:32:25",
@@ -1689,6 +1699,11 @@
"last_update": "2024-11-13 06:03:10",
"author_account_age_days": 5254
},
"https://github.com/Goshe-nite/comfyui-gps-supplements": {
"stars": 0,
"last_update": "2025-05-12 00:36:39",
"author_account_age_days": 982
},
"https://github.com/Gourieff/ComfyUI-ReActor": {
"stars": 524,
"last_update": "2025-03-09 17:04:21",
@@ -4844,6 +4859,11 @@
"last_update": "2024-08-02 03:35:41",
"author_account_age_days": 3812
},
"https://github.com/alastor-666-1933/caching_to_not_waste": {
"stars": 0,
"last_update": "2025-05-09 14:50:09",
"author_account_age_days": 4371
},
"https://github.com/alessandroperilli/apw_nodes": {
"stars": 1,
"last_update": "2025-05-11 21:30:45",
@@ -6199,6 +6219,11 @@
"last_update": "2024-05-28 13:09:32",
"author_account_age_days": 2252
},
"https://github.com/cyberhirsch/seb_nodes": {
"stars": 0,
"last_update": "2025-05-07 16:41:33",
"author_account_age_days": 2189
},
"https://github.com/czcz1024/Comfyui-FaceCompare": {
"stars": 0,
"last_update": "2024-06-14 07:13:32",
@@ -6829,6 +6854,11 @@
"last_update": "2024-08-13 22:01:40",
"author_account_age_days": 2643
},
"https://github.com/fpgaminer/joycaption_comfyui": {
"stars": 0,
"last_update": "2025-05-12 06:56:57",
"author_account_age_days": 4792
},
"https://github.com/frankchieng/ComfyUI_Aniportrait": {
"stars": 55,
"last_update": "2024-09-13 10:41:16",
@@ -6884,6 +6914,11 @@
"last_update": "2025-04-01 03:12:04",
"author_account_age_days": 4026
},
"https://github.com/gasparuff/CustomSelector": {
"stars": 0,
"last_update": "2025-05-09 06:17:31",
"author_account_age_days": 4316
},
"https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": {
"stars": 29,
"last_update": "2024-11-27 16:23:47",

View File

@@ -43,7 +43,7 @@ import manager_downloader
from node_package import InstalledNodePackage
version_code = [3, 32]
version_code = [3, 32, 1]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')

View File

@@ -256,7 +256,7 @@ def get_installed_packages(renew=False):
pip_map[normalized_name] = y[1]
except subprocess.CalledProcessError:
logging.error("[ComfyUI-Manager] Failed to retrieve the information of installed pip packages.")
return set()
return {}
return pip_map

View File

@@ -10,6 +10,16 @@
{
"author": "Yuan-ManX",
"title": "ComfyUI-Muyan-TTS",
"reference": "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS",
"files": [
"https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS"
],
"install_type": "git-clone",
"description": "Make Muyan-TTS avialbe in ComfyUI."
},
{
"author": "fpgaminer",
"title": "JoyCaption Nodes",
@@ -64,6 +74,28 @@
"install_type": "git-clone",
"description": "This is a custom node collection for ComfyUI that provides some utility nodes."
},
{
"author": "cyberhirsch",
"title": "Seb Nodes",
"id": "seb_nodes",
"reference": "https://github.com/cyberhirsch/seb_nodes",
"files": [
"https://github.com/cyberhirsch/seb_nodes"
],
"install_type": "git-clone",
"description": "Save image node with dynamic paths and an 'Open Folder' button."
},
{
"author": "Alastor 666 1933",
"title": "Caching to not Waste",
"id": "caching_to_not_waste",
"reference": "https://github.com/alastor-666-1933/caching_to_not_waste",
"files": [
"https://github.com/alastor-666-1933/caching_to_not_waste"
],
"install_type": "git-clone",
"description": "This node allows you to cache/caching/store and reuse resized images, ControlNet images, masks, and texts. It avoids repeating heavy operations by loading previously saved files — saving time, memory, and processing power in future executions."
},
{
"author": "yichengup",
"title": "comfyui-face-liquify",
@@ -659,36 +691,6 @@
],
"install_type": "git-clone",
"description": "Imagen descripcion prompt system"
},
{
"author": "philipy1219",
"title": "ComfyUI-TaylorSeer",
"reference": "https://github.com/philipy1219/ComfyUI-TaylorSeer",
"files": [
"https://github.com/philipy1219/ComfyUI-TaylorSeer"
],
"install_type": "git-clone",
"description": "This project is the ComfyUI implementation of the TaylorSeer project [a/https://github.com/Shenyi-Z/TaylorSeer](https://github.com/Shenyi-Z/TaylorSeer)."
},
{
"author": "marklieberman",
"title": "ComfyUI-Liebs-Toast",
"reference": "https://github.com/marklieberman/ComfyUI-Liebs-Toast",
"files": [
"https://github.com/marklieberman/ComfyUI-Liebs-Toast"
],
"install_type": "git-clone",
"description": "A node to display a toast notification. Use it to send a toast when your prompt is complete. Also pairs well with [a/ComfyUI-Liebs_Picker](https://github.com/marklieberman/ComfyUI-Liebs-Picker) and [a/cg-image-filter](https://github.com/chrisgoringe/cg-image-filter) to be notified when the picker is waiting."
},
{
"author": "hua(Kungfu)",
"title": "ComfyUI_to_webui",
"reference": "https://github.com/kungful/ComfyUI_to_webui",
"files": [
"https://github.com/kungful/ComfyUI_to_webui"
],
"install_type": "git-clone",
"description": "Encapsulate the comfyui workflow as a gradio webui"
}
]
}

View File

@@ -252,6 +252,28 @@
"title_aux": "Comfyui-ergouzi-samplers"
}
],
"https://github.com/1hew/ComfyUI-1hewNodes": [
[
"BatchMaskMathOps",
"BlendModes",
"CoordinateExtractor",
"CroppedImagePaste",
"ImageAddLabel",
"ImageBlendModesByCSS",
"ImageCropWithBBox",
"ImageDetailHLFreqSeparation",
"ImageEditStitch",
"ImagePlot",
"LumaMatte",
"MaskBlend",
"MaskMathOps",
"SliderValueRangeMapping",
"Solid"
],
{
"title_aux": "ComfyUI 1hewNodes"
}
],
"https://github.com/1mckw/Comfyui-Gelbooru": [
[
"Gelbooru (ID)",
@@ -1152,6 +1174,14 @@
"title_aux": "ComfyUI-APQNodes"
}
],
"https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": [
[
"NormalCrafterNode"
],
{
"title_aux": "NormalCrafterWrapper"
}
],
"https://github.com/AInseven/ComfyUI-fastblend": [
[
"FillDarkMask",
@@ -4785,6 +4815,18 @@
"title_aux": "Save Image Plus for ComfyUI"
}
],
"https://github.com/Goshe-nite/comfyui-gps-supplements": [
[
"KSampler to Image Saver",
"Lora Prompt Concatenation",
"Lora to String",
"Model to String",
"gpsdebugger"
],
{
"title_aux": "GPS' Supplements for ComfyUI"
}
],
"https://github.com/Gourieff/ComfyUI-ReActor": [
[
"ImageRGBA2RGB",
@@ -13912,6 +13954,17 @@
"title_aux": "FAI-Node"
}
],
"https://github.com/alastor-666-1933/caching_to_not_waste": [
[
"caching_controlnet",
"caching_image",
"caching_mask",
"caching_text"
],
{
"title_aux": "Caching to not Waste"
}
],
"https://github.com/alessandroperilli/apw_nodes": [
[
"APW_CloudImageSize",
@@ -18229,6 +18282,14 @@
"title_aux": "ComfyUI-MaskBatchPermutations"
}
],
"https://github.com/cyberhirsch/seb_nodes": [
[
"SaveImageAdvanced"
],
{
"title_aux": "Seb Nodes"
}
],
"https://github.com/czcz1024/Comfyui-FaceCompare": [
[
"FaceCompare"
@@ -20184,6 +20245,15 @@
"title_aux": "RF Nodes"
}
],
"https://github.com/fpgaminer/joycaption_comfyui": [
[
"JJC_JoyCaption",
"JJC_JoyCaption_Custom"
],
{
"title_aux": "JoyCaption Nodes"
}
],
"https://github.com/frankchieng/ComfyUI_Aniportrait": [
[
"AniPortrait_Audio2Video",
@@ -20305,6 +20375,14 @@
"title_aux": "ComfyUI-BDsInfiniteYou"
}
],
"https://github.com/gasparuff/CustomSelector": [
[
"CustomSelector"
],
{
"title_aux": "comfyui-customselector"
}
],
"https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": [
[
"FluxDevRedux_BFL",

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-manager"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
version = "3.32"
version = "3.32.1"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"]