Nodes Browser

ComfyDeploy: How ComfyUI-Restart-Sampler works in ComfyUI?

What is ComfyUI-Restart-Sampler?

This extension is a node that directly expands the functionality of KSampler, rather than being in the form of a custom node. [w/Workflows created using this feature are not compatible with other users.]

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-Restart-Sampler and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-Restart-Sampler

目录

介绍

一个为 ComfyUI 添加 Restart 采样算法的扩展,算法来源:stable-diffusion-webui/modules/sd_samplers_extra.py at master · AUTOMATIC1111/stable-diffusion-webui

安装

通过命令安装

进入 ComfyUI 的 custom_nodes 目录

cd custom_nodes

使用 Git 命令下载该扩展

git clone https://github.com/licyk/ComfyUI-Restart-Sampler

通过 ComfyUI-Manager 安装

进入 ComfyUI 界面后,进入 ComfyUI-Manager,在 ComfyUI-Manager 界面点击通过 Git URL 安装,将下方的链接填入输入框

git clone https://github.com/licyk/ComfyUI-Restart-Sampler

点击确定下载该扩展

通过绘世启动器安装

打开绘世启动器,点击版本管理->安装新扩展,在下方的扩展 URL输入框填入下方的链接

git clone https://github.com/licyk/ComfyUI-Restart-Sampler

点击输入框右侧的安装下载该扩展

使用

扩展安装完成后,可在 ComfyUI K采样器的采样器中看到 Restart 采样算法,选中后即可使用