Add comfyui_jankdiffusehigh nodes to custom-node-list.json (#1169)

This commit is contained in:
blepping 2024-10-22 06:28:19 -06:00 committed by GitHub
parent 4c09464838
commit 58f3332dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6710,6 +6710,17 @@
"install_type": "git-clone", "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." "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", "author": "blepping",
"title": "comfyui_overly_complicated_sampling", "title": "comfyui_overly_complicated_sampling",