From 58f3332dd641f9a69506440f0ff40038aa35e249 Mon Sep 17 00:00:00 2001 From: blepping <157360029+blepping@users.noreply.github.com> Date: Tue, 22 Oct 2024 06:28:19 -0600 Subject: [PATCH] Add comfyui_jankdiffusehigh nodes to custom-node-list.json (#1169) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 82ebe404..d7c903c2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6710,6 +6710,17 @@ "install_type": "git-clone", "description": "Janky implementation of [a/HiDiffusion](https://github.com/megvii-research/HiDiffusion) for ComfyUI. Enables generating at resolutions higher than what the model was trained for. Only supports SD 1.x (maybe 2.x) and SDXL." }, + { + "author": "blepping", + "title": "comfyui_jankdiffusehigh", + "id": "jank-diffusehigh", + "reference": "https://github.com/blepping/comfyui_jankdiffusehigh", + "files": [ + "https://github.com/blepping/comfyui_jankdiffusehigh" + ], + "install_type": "git-clone", + "description": "Janky implementation of [a/DiffuseHigh](https://github.com/yhyun225/DiffuseHigh/) for ComfyUI. Enables generating at resolutions higher than what the model was trained for without requiring model patches." + }, { "author": "blepping", "title": "comfyui_overly_complicated_sampling",