Compare commits

..

2 Commits

7 changed files with 746 additions and 673 deletions

View File

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

View File

@@ -15,6 +15,7 @@ import re
import logging
import platform
import shlex
import cm_global
cache_lock = threading.Lock()
@@ -422,12 +423,13 @@ class PIPFixer:
# fix numpy
try:
np = new_pip_versions.get('numpy')
if np is not None:
if StrictVersion(np) >= StrictVersion('2'):
cmd = make_pip_cmd(['install', "numpy<2"])
subprocess.check_output(cmd , universal_newlines=True)
if cm_global.pip_overrides.get('numpy') == 'numpy<2':
if np is not None:
if StrictVersion(np) >= StrictVersion('2'):
cmd = make_pip_cmd(['install', "numpy<2"])
subprocess.check_output(cmd , universal_newlines=True)
logging.info("[ComfyUI-Manager] 'numpy' dependency were fixed")
logging.info("[ComfyUI-Manager] 'numpy' dependency were fixed")
except Exception as e:
logging.error("[ComfyUI-Manager] Failed to restore numpy")
logging.error(e)

View File

@@ -692,16 +692,6 @@
"install_type": "git-clone",
"description": "VideoDepthAnything nodes for ComfyUI"
},
{
"author": "MITCAP",
"title": "ComfyUI OpenAI DALL-E 3 Node [WIP]",
"reference": "https://github.com/MITCAP/OpenAI-ComfyUI",
"files": [
"https://github.com/MITCAP/OpenAI-ComfyUI"
],
"install_type": "git-clone",
"description": "This project provides custom nodes for ComfyUI that integrate with OpenAI's DALL-E 3 and GPT-4o models. The nodes allow users to generate images and describe images using OpenAI's API.\nNOTE: The files in the repo are not organized."
},
{
"author": "benmizrahi",
"title": "ComfyGCS [WIP]",

View File

@@ -148,11 +148,20 @@
],
"https://github.com/1hew/ComfyUI-1hewNodes": [
[
"BatchMaskMathOps",
"BlendModes",
"CoordinateExtractor",
"ImageConcatenate",
"CroppedImagePaste",
"ImageAddLabel",
"ImageBlendModesByCSS",
"ImageCropWithBBox",
"ImagePaste",
"ImageDetailHLFreqSeparation",
"ImageEditStitch",
"ImagePlot",
"LumaMatte",
"MaskBlend",
"MaskMathOps",
"SliderValueRangeMapping",
"Solid"
],
{
@@ -949,6 +958,7 @@
"DevToolsNodeWithSeedInput",
"DevToolsNodeWithStringInput",
"DevToolsNodeWithUnionInput",
"DevToolsNodeWithV2ComboInput",
"DevToolsNodeWithValidation",
"DevToolsObjectPatchNode",
"DevToolsRemoteWidgetNode",
@@ -1295,6 +1305,20 @@
"title_aux": "ComfyUI-Notifier"
}
],
"https://github.com/George0726/ComfyUI-video-accessory": [
[
"VideoAcc_CameraTrajectoryRecam",
"VideoAcc_ImageResizeAdvanced",
"VideoAcc_ImageUpscaleVideo",
"VideoAcc_LoadImage",
"VideoAcc_LoadVideo",
"VideoAcc_SaveMP4",
"VideoAcc_imageSize"
],
{
"title_aux": "ComfyUI-video-accessory [WIP]"
}
],
"https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": [
[
"DownloadAndLoadLivePortraitModels",
@@ -1748,15 +1772,6 @@
"title_aux": "comfy-tif-support"
}
],
"https://github.com/MITCAP/OpenAI-ComfyUI": [
[
"OpenAIDalle3Node",
"OpenAIImageDescriptionNode"
],
{
"title_aux": "ComfyUI OpenAI DALL-E 3 Node [WIP]"
}
],
"https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": [
[
"CogitareLabsPoseIDExtractor"
@@ -2165,6 +2180,7 @@
"https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": [
[
"HiDreamImg2Img",
"HiDreamResolutionSelect",
"HiDreamSampler",
"HiDreamSamplerAdvanced"
],
@@ -2465,6 +2481,34 @@
"title_aux": "TWanVideoSigmaSampler: EXPERIMENTAL [WIP]"
}
],
"https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": [
[
"AlbedoHarmonizer",
"AlbedoModelLoader",
"CompleteRelighting",
"CompositeNormalsCalculator",
"DepthEstimator",
"DepthModelLoader",
"ExtractSmallBgShd",
"HarmonizedImageCreator",
"ImageResizer",
"ImageResizerNP",
"ImageResizerNPMASK",
"IntrinsicDecomposer",
"IntrinsicModelLoader",
"LightCoeffExtractor",
"LoadImagePIL",
"MaskApplier",
"MaskGenerator",
"NormalsExtractor",
"NormalsModelLoader",
"ReshadingModelLoader",
"ReshadingProcessor"
],
{
"title_aux": "IntrinsicCompositingClean-ComfyUI"
}
],
"https://github.com/ThisModernDay/ComfyUI-InstructorOllama": [
[
"OllamaInstructorNode"
@@ -2972,6 +3016,14 @@
"title_aux": "ComfyUI_BeySoft"
}
],
"https://github.com/bheins/ComfyUI-glb-to-stl": [
[
"GLBToSTLNode"
],
{
"title_aux": "ComfyUI-glb-to-stl [WIP]"
}
],
"https://github.com/birnam/ComfyUI-GenData-Pack": [
[
"Checkpoint From String \ud83d\udc69\u200d\ud83d\udcbb",
@@ -3629,7 +3681,7 @@
"SaveImage",
"SaveImageWebsocket",
"SaveLatent",
"SaveSVG",
"SaveSVGNode",
"SaveVideo",
"SaveWEBM",
"SelfAttentionGuidance",
@@ -4146,12 +4198,16 @@
[
"GagaAddStringArray",
"GagaBatchStringReplace",
"GagaGetDirList",
"GagaGetFileList",
"GagaGetImageInfoByUpload",
"GagaGetImageInfoWithUrl",
"GagaGetImageWithPath",
"GagaGetStringArrayByIndex",
"GagaGetStringArraySize",
"GagaGetStringListSize",
"GagaPythonScript",
"GagaSaveImageToPath",
"GagaSaveImageWithInfo",
"GagaSaveImagesToGif",
"GagaSplitStringToList",
@@ -4263,6 +4319,7 @@
[
"CreatePointsString",
"XISER_Canvas",
"XIS_CanvasMaskProcessor",
"XIS_CompositorProcessor",
"XIS_CropImage",
"XIS_DynamicBatchKSampler",
@@ -5094,6 +5151,8 @@
"https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": [
[
"DownloadAndLoadHyVideoTextEncoder",
"HunyuanVideoFresca",
"HunyuanVideoSLG",
"HyVideoBlockSwap",
"HyVideoCFG",
"HyVideoContextOptions",
@@ -5673,6 +5732,7 @@
"LF_SaveImageForCivitAI",
"LF_SaveJSON",
"LF_SaveMarkdown",
"LF_SaveText",
"LF_SchedulerSelector",
"LF_Sepia",
"LF_SequentialSeedsGenerator",
@@ -5681,6 +5741,7 @@
"LF_Something2Number",
"LF_Something2String",
"LF_SortJSONKeys",
"LF_SortTags",
"LF_String",
"LF_StringReplace",
"LF_StringTemplate",
@@ -5810,6 +5871,17 @@
"title_aux": "ComfyUI-MMYolo"
}
],
"https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": [
[
"AddLogo",
"AddSingleObject",
"AddSingleText",
"ColorNode"
],
{
"title_aux": "ComfyUI-glb-to-stl [WIP]"
}
],
"https://github.com/mehbebe/ComfyLoraGallery": [
[
"LoraGallery"
@@ -6981,7 +7053,6 @@
"CLIPTokenCounter",
"GeminiNode",
"KoboldCppApiNode",
"KoboldCppLauncherNode",
"LoraStrengthXYPlot"
],
{
@@ -7271,28 +7342,19 @@
],
"https://github.com/xmarked-ai/ComfyUI_misc": [
[
"AceColorFixX",
"AceFloatX",
"AceIntegerX",
"BLIPMatcherX",
"BlendLatentsX",
"CheckpointLoaderBNB_X",
"CheckpointLoaderNF4_X",
"ColorCorrectionX",
"ColorSpaceConversionX",
"ColorTransferNodeX",
"CommonSourcesX",
"ConstantColorX",
"ConvexHullByMaskX",
"DeepSeekX",
"DepthDisplaceX",
"DummyTestNodeX",
"EmptyLatentX",
"ExpressionsX",
"FourCornerPinMaskX",
"GaussianBlurX",
"GaussianMaskBlurX",
"HiDreamAttentionScaleAllBlocksWithIPAdapterNode",
"IfConditionX",
"ImageCompositionX",
"ImageTileSquare",
@@ -7301,18 +7363,12 @@
"LoopCloseX",
"LoopOpenX",
"LoraBatchSamplerX",
"PixtralVisionX",
"PixtralX",
"RegionTesterNodeX",
"RegionalPromptSamplerX",
"RelightX",
"RemoveBackgroundX",
"SaveImageX",
"SelectiveDepthLoraBlocksX",
"SimpleBlockerX",
"SimpleWD14TaggerX",
"SplineImageMask",
"UnetLoaderBNB_X",
"WhiteBalanceX"
],
{

View File

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,16 @@
},
{
"author": "MITCAP",
"title": "ComfyUI OpenAI DALL-E 3 Node [REMOVED]",
"reference": "https://github.com/MITCAP/OpenAI-ComfyUI",
"files": [
"https://github.com/MITCAP/OpenAI-ComfyUI"
],
"install_type": "git-clone",
"description": "This project provides custom nodes for ComfyUI that integrate with OpenAI's DALL-E 3 and GPT-4o models. The nodes allow users to generate images and describe images using OpenAI's API.\nNOTE: The files in the repo are not organized."
},
{
"author": "raspie10032",
"title": "ComfyUI NAI Prompt Converter [REMOVED]",

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