diff --git a/__init__.py b/__init__.py index 5420c248..6e2563f5 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.21)") +print("### Loading: ComfyUI-Manager (V0.21.1)") comfy_ui_required_revision = 1240 comfy_ui_revision = "Unknown" @@ -287,6 +287,8 @@ def setup_js(): if not os.path.exists(js_dest_path): os.makedirs(js_dest_path) js_src_path = os.path.join(comfyui_manager_path, "js", "comfyui-manager.js") + + print(f"### ComfyUI-Manager: Copy .js from '{js_src_path}' to '{js_dest_path}'") shutil.copy(js_src_path, js_dest_path) setup_js() diff --git a/custom-node-list.json b/custom-node-list.json index fec6aa82..d6dec3dd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -365,6 +365,16 @@ "install_type": "git-clone", "description": "Custom node to convert the lantents between SDXL and SD v1.5 directly without the VAE decoding/encoding step." }, + { + "author": "city96", + "title": "SD-Advanced-Noise", + "reference": "https://github.com/city96/SD-Advanced-Noise", + "files": [ + "https://github.com/city96/SD-Advanced-Noise" + ], + "install_type": "git-clone", + "description": "Nodes: LatentGaussianNoise, MathEncode. An experimental custom node that generates latent noise directly by utilizing the linear characteristics of the latent space." + }, { "author": "Kaharos94", "title": "ComfyUI-Saveaswebp", diff --git a/extension-node-map.json b/extension-node-map.json index 79cebf8c..c6356de8 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -795,6 +795,7 @@ "DPFeelingLucky", "DPJinja", "DPMagicPrompt", + "DPOutput", "DPRandomGenerator" ], "https://github.com/andersxa/comfyui-PromptAttention": [ @@ -874,6 +875,10 @@ "FetchRemote", "QueueRemote" ], + "https://github.com/city96/SD-Advanced-Noise": [ + "LatentGaussianNoise", + "MathEncode" + ], "https://github.com/city96/SD-Latent-Interposer": [ "LatentInterposer" ], @@ -1104,6 +1109,7 @@ "ImpactKSamplerAdvancedBasicPipe", "ImpactKSamplerBasicPipe", "ImpactLogger", + "ImpactMakeImageList", "ImpactMinMax", "ImpactNeg", "ImpactSEGSConcat", @@ -1183,6 +1189,7 @@ ], "https://github.com/melMass/comfy_mtb": [ "Animation Builder (mtb)", + "Any To String (mtb)", "Bbox (mtb)", "Bbox From Mask (mtb)", "Blur (mtb)", @@ -1192,7 +1199,7 @@ "Crop (mtb)", "Debug (mtb)", "Deep Bump (mtb)", - "Export To Prores (mtb)", + "Export With Ffmpeg (mtb)", "Face Swap (mtb)", "Film Interpolation (mtb)", "Fit Number (mtb)",