diff --git a/__init__.py b/__init__.py index d02adc7..d907247 100644 --- a/__init__.py +++ b/__init__.py @@ -33,7 +33,7 @@ sys.path.append('../..') from torchvision.datasets.utils import download_url # ensure .js -print("### Loading: ComfyUI-Manager (V0.20)") +print("### Loading: ComfyUI-Manager (V0.20.1)") comfy_ui_required_revision = 1240 comfy_ui_revision = "Unknown" @@ -263,7 +263,7 @@ def git_pull(path): async def get_data(uri): - print(f"FECTH DATA from: {uri}") + print(f"FETCH DATA from: {uri}") if uri.startswith("http"): async with aiohttp.ClientSession() as session: async with session.get(uri) as resp: diff --git a/custom-node-list.json b/custom-node-list.json index b7dedc7..6aaf007 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -949,6 +949,26 @@ "install_type": "git-clone", "description": "Nodes: JWInteger, JWFloat, JWString, JWImageLoadRGB, JWImageResize, ..." }, + { + "author": "dimtoneff", + "title": "ComfyUI PixelArt Detector", + "reference": "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector", + "files": [ + "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector" + ], + "install_type": "git-clone", + "description": "This node manipulates the pixel art image in ways that it should look pixel perfect (downscales, changes palette, upscales etc.)." + }, + { + "author": "dimtoneff", + "title": "Eagle PNGInfo", + "reference": "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo", + "files": [ + "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo" + ], + "install_type": "git-clone", + "description": "Nodes: EagleImageNode" + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index b6a9d89..b6b6cdc 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -287,6 +287,7 @@ "LatentCombine" ], "https://github.com/LucianoCirino/efficiency-nodes-comfyui": [ + "Control Net Stacker", "Efficient Loader", "Evaluate Floats", "Evaluate Integers", @@ -299,10 +300,13 @@ "LoRA Stacker Adv.", "Manual XY Entry Info", "Simple Eval Examples", + "XY Input: Add/Return Noise", "XY Input: CFG Scale", "XY Input: Checkpoint", "XY Input: Clip Skip", + "XY Input: Control Net Strengths", "XY Input: Denoise", + "XY Input: End at Step", "XY Input: LoRA", "XY Input: LoRA Adv.", "XY Input: LoRA Stacks", @@ -312,6 +316,7 @@ "XY Input: Sampler", "XY Input: Scheduler", "XY Input: Seeds++ Batch", + "XY Input: Start at Step", "XY Input: Steps", "XY Input: VAE", "XY Plot" @@ -428,6 +433,7 @@ "CR Color Tint", "CR Conditioning Input Switch", "CR ControlNet Input Switch", + "CR Hires Fix Process Switch", "CR Image Input Switch", "CR Image Input Switch (4 way)", "CR Image Output", @@ -435,6 +441,7 @@ "CR Image Pipe In", "CR Image Pipe Out", "CR Image Size", + "CR Img2Img Process Switch", "CR Integer Multiple", "CR Latent Input Switch", "CR Load LoRA", @@ -443,10 +450,12 @@ "CR Module Output", "CR Module Pipe Loader", "CR Pipe Switch", + "CR Process Switch", "CR SDXL Base Prompt Encoder", "CR SDXL Prompt Mixer", "CR SDXL Style Text", - "CR Seed to Int" + "CR Seed to Int", + "CR Switch" ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ "ImageDuplicator", @@ -849,6 +858,9 @@ "https://github.com/daxthin/facedetailer": [ "DZ_Face_Detailer" ], + "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [ + "PixelArtDetector" + ], "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": [ "Add Text To Image", "Apply Instagram Filter", @@ -974,6 +986,9 @@ "VAEEncodeBatched", "VAEIter" ], + "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo": [ + "EagleImageNode" + ], "https://github.com/imb101/ComfyUI-FaceSwap": [ "FaceSwapNode" ], @@ -994,6 +1009,7 @@ "SDXLMixSampler" ], "https://github.com/ltdrdata/ComfyUI-Impact-Pack": [ + "AddMask", "BasicPipeToDetailerPipe", "BboxDetectorCombined", "BboxDetectorCombined_v2", @@ -1026,6 +1042,7 @@ "ImpactConditionalBranch", "ImpactConditionalStopIteration", "ImpactFloat", + "ImpactImageBatchToImageList", "ImpactImageInfo", "ImpactInt", "ImpactKSamplerAdvancedBasicPipe",