Compare commits

...

2 Commits

Author SHA1 Message Date
Dr.Lt.Data
0f7b9d02a0 improved: more friendly log messages. 2025-01-31 21:42:26 +09:00
Dr.Lt.Data
adc86c7945 update DB 2025-01-31 21:36:24 +09:00
10 changed files with 1506 additions and 1463 deletions

View File

@@ -15468,7 +15468,7 @@
"https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision"
],
"install_type": "git-clone",
"description": "For loading and running Pixtral, Llama 3.2 Vision, and Molmo models. Put models in the models/LLM folder.\n[w/Renamed from ComfyUI-PixtralLlamaVision. Please reinstall.]"
"description": "For loading and running Pixtral, Llama 3.2 Vision, and Molmo models. Put models in the models/LLM folder."
},
{
"author": "ExterminanzHS",

View File

@@ -2379,7 +2379,9 @@
"ClownsharKSamplerAutomation",
"ClownsharKSamplerAutomation_Beta",
"ClownsharKSamplerGuide",
"ClownsharKSamplerGuide_Beta",
"ClownsharKSamplerGuides",
"ClownsharKSamplerGuides_Beta",
"ClownsharKSamplerOptions",
"ClownsharKSamplerOptions_SDE_Noise",
"ClownsharkSamplerOptions_FrameWeights",
@@ -5988,7 +5990,8 @@
],
"https://github.com/Mattabyte/ComfyUI-SecureApiCall": [
[
"SecureAPI-SecureAPI"
"SecureAPI-SecureAPI",
"SecureAPI-SecureAPI-AWS"
],
{
"title_aux": "ComfyUI Secure API Call"
@@ -10720,6 +10723,7 @@
],
"https://github.com/aidec/Comfyui_TextBatch_aidec": [
[
"ImageQueueProcessor",
"TextBatch",
"TextQueueProcessor",
"TextSplitCounter"
@@ -12939,6 +12943,7 @@
"chaosaiart_controlnet_weidgth",
"chaosaiart_convert",
"chaosaiart_convert_Prompt",
"chaosaiart_deepseek_fix",
"chaosaiart_forPreview",
"chaosaiart_image_loop",
"chaosaiart_img2gif",
@@ -15705,6 +15710,7 @@
[
"FL_API_Base64_ImageLoader",
"FL_API_ImageSaver",
"FL_AnimeLineExtractor",
"FL_ApplyMask",
"FL_Ascii",
"FL_BatchAlign",
@@ -22676,7 +22682,8 @@
"LayeredInfiniteZoom",
"Replicate flux 1.1 pro ultra",
"ReplicateAPI_flux_1_1_pro_ultra",
"ReplicateAPI_flux_fill_pro"
"ReplicateAPI_flux_fill_pro",
"WebViewer"
],
{
"title_aux": "Node_Fun_ComfyUI"

View File

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -1057,8 +1057,10 @@ async def update_comfyui(request):
logging.error("ComfyUI update fail: The installed ComfyUI does not have a Git repository.")
return web.Response(status=400)
elif res == "updated":
logging.info("ComfyUI is updated.")
return web.Response(status=201)
else: # skipped
logging.info("ComfyUI is up-to-date.")
return web.Response(status=200)
except Exception as e:
logging.error(f"ComfyUI update fail: {e}", file=sys.stderr)
@@ -1434,6 +1436,8 @@ async def default_cache_update():
await core.unified_manager.reload('remote', dont_wait=False)
await core.unified_manager.get_custom_nodes('default', 'remote')
logging.info("[ComfyUI-Manager] All startup tasks have been completed.")
# NOTE: hide migration button temporarily.
# if not core.get_config()['skip_migration_check']:
# await core.check_need_to_migrate()

View File

@@ -11,6 +11,16 @@
{
"author": "neverbiasu",
"title": "ComfyUI-DeepSeek",
"reference": "https://github.com/neverbiasu/ComfyUI-DeepSeek",
"files": [
"https://github.com/neverbiasu/ComfyUI-DeepSeek"
],
"install_type": "git-clone",
"description": "NODES: DeepSeek Caller"
},
{
"author": "Krish-701",
"title": "RK_Comfyui",

View File

@@ -3317,6 +3317,8 @@
[
"ForceMinimumBatchSize",
"ImageCompositeChained",
"MangaPanelSegmentationNode",
"Mask_Fill_Region",
"MatchImageCountToMaskCount",
"ParallaxGPUTest",
"ParallaxTest",
@@ -4169,6 +4171,14 @@
"title_aux": "ComfyUI-ControlNeXt [WIP]"
}
],
"https://github.com/neverbiasu/ComfyUI-DeepSeek": [
[
"DeepSeekCaller"
],
{
"title_aux": "ComfyUI-DeepSeek"
}
],
"https://github.com/neverbiasu/ComfyUI-StereoCrafter": [
[
"DepthSplattingModelLoader",

View File

File diff suppressed because it is too large Load Diff

View File

@@ -2379,7 +2379,9 @@
"ClownsharKSamplerAutomation",
"ClownsharKSamplerAutomation_Beta",
"ClownsharKSamplerGuide",
"ClownsharKSamplerGuide_Beta",
"ClownsharKSamplerGuides",
"ClownsharKSamplerGuides_Beta",
"ClownsharKSamplerOptions",
"ClownsharKSamplerOptions_SDE_Noise",
"ClownsharkSamplerOptions_FrameWeights",
@@ -5988,7 +5990,8 @@
],
"https://github.com/Mattabyte/ComfyUI-SecureApiCall": [
[
"SecureAPI-SecureAPI"
"SecureAPI-SecureAPI",
"SecureAPI-SecureAPI-AWS"
],
{
"title_aux": "ComfyUI Secure API Call"
@@ -10720,6 +10723,7 @@
],
"https://github.com/aidec/Comfyui_TextBatch_aidec": [
[
"ImageQueueProcessor",
"TextBatch",
"TextQueueProcessor",
"TextSplitCounter"
@@ -12939,6 +12943,7 @@
"chaosaiart_controlnet_weidgth",
"chaosaiart_convert",
"chaosaiart_convert_Prompt",
"chaosaiart_deepseek_fix",
"chaosaiart_forPreview",
"chaosaiart_image_loop",
"chaosaiart_img2gif",
@@ -15705,6 +15710,7 @@
[
"FL_API_Base64_ImageLoader",
"FL_API_ImageSaver",
"FL_AnimeLineExtractor",
"FL_ApplyMask",
"FL_Ascii",
"FL_BatchAlign",
@@ -22676,7 +22682,8 @@
"LayeredInfiniteZoom",
"Replicate flux 1.1 pro ultra",
"ReplicateAPI_flux_1_1_pro_ultra",
"ReplicateAPI_flux_fill_pro"
"ReplicateAPI_flux_fill_pro",
"WebViewer"
],
{
"title_aux": "Node_Fun_ComfyUI"

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.11.2"
version = "3.11.3"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]