From 558dbb320e596ada45921134491c7fb9b72e5343 Mon Sep 17 00:00:00 2001 From: VNAT Date: Wed, 20 Sep 2023 19:23:25 +0200 Subject: [PATCH] Change Clybius/ComfyUI-Latent-Modifiers's "install_type" from "copy" to "git-clone" Signed-off-by: VNAT --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5d63f2b5..a00bab87 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2047,7 +2047,7 @@ "files": [ "https://github.com/Clybius/ComfyUI-Latent-Modifiers/raw/main/sampler_mega_modifier.py" ], - "install_type": "copy", + "install_type": "git-clone", "description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)" }, {