ComfyUI_UltimateSDUpscale

ComfyUI_UltimateSDUpscale
★ 1,474

图像放大超分辨率Stable DiffusionComfyUI 扩展
集成 Coyote-A 的 Ultimate Stable Diffusion Upscale 脚本,为 ComfyUI 提供基于 Stable Diffusion 的高质量图像放大与参数化控制,便于在工作流中无缝使用。
💡 在 ComfyUI 工作流中对图像执行高质量超分辨率放大。
🍴 105 Forks💻 Python🔄 2026-02-27
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/86a6deb1b5f6
📄 README

ComfyUI_UltimateSDUpscale

ComfyUI nodes for performing the image-to-image diffusion process on large images in tiles. This approach improves the details that is commonly found on upscaled images while reducing hardware requirements and maintaining an image size that the diffusion model is trained on.

Installation

Using Git

  • Git must be installed on your system. Verify by running git -v in a terminal.
  • Enter the following command from the terminal starting in ComfyUI/custom_nodes/
  • “`

    git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale

    “`

    ComfyUI Manager

  • ComfyUI Manager must be installed.
  • After launching ComfyUI, open ComfyUI Manager and select the “Custom Nodes Manager” option.
  • Search for “UltimateSDUpscale” and install the node. Select latest for the most up-to-date version.
  • Follow any prompts to restart ComfyUI.
  • comfy-cli

  • comfy-cli must be installed.
  • Run this command from the terminal: comfy node install comfyui_ultimatesdupscale
  • Manual Download

  • Download the zip file from https://registry.comfy.org/nodes/comfyui_ultimatesdupscale to select the version you want, or obtain the current nightly version by clicking the green “Code” button on the GitHub repository page and selecting “Download ZIP”.
  • Create a new folder in the ComfyUI/custom_nodes/ directory to hold the extracted files (e.g. ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale).
  • Extract the contents of the zip file into the ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale folder.
  • Usage

    Nodes can be found in the node menu under image/upscaling.

    Documentation for the nodes can be found in the js/docs/ folder, or viewed within the application by right-clicking the relevant node and selecting the info icon.

    Details about most of the parameters can be found here.

    Example workflows can be found in the example_workflows/ folder. You can also find them in the ComfyUI application under the Templates menu, scroll down the left sidebar to find the Extensions section, then selecting this repository.

    References

  • Ultimate Stable Diffusion Upscale script for the Automatic1111 Web UI: https://github.com/Coyote-A/ultimate-upscale-for-automatic1111
  • ComfyUI: https://github.com/comfyanonymous/ComfyUI