Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f7b9d02a0 | ||
|
|
adc86c7945 |
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
2468
github-stats.json
2468
github-stats.json
File diff suppressed because it is too large
Load Diff
@@ -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 '')
|
||||
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user