From 5310fe8a1def59269009e007257fd2ded17174cd Mon Sep 17 00:00:00 2001 From: blepping Date: Sun, 20 Oct 2024 13:38:34 -0600 Subject: [PATCH] Add comfyui_jankdiffusehigh nodes to custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ba576102..00d1714b 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",