mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
Add Whirlpool Upscaler (#2037)
* Added Whirlpool Upscaler * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
parent
09a38a32ce
commit
ee6eb685e7
@ -30467,6 +30467,16 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "rainlizard",
|
||||||
|
"title": "Whirlpool Upscaler",
|
||||||
|
"reference": "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This is a modified implementation of impact-pack's iterative upscaler. It leans in on the idea that giving too much attention to computation at high resolutions isn't a good idea."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user