Nodes Browser

ComfyDeploy: How APISR IN COMFYUI works in ComfyUI?

What is APISR IN COMFYUI?

Unofficial implementation of APISR for ComfyUI, both image and video

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 APISR IN COMFYUI and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

APISR

APISR IN COMFYUI

Unofficial implementation of APISR for ComfyUI

https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR/assets/140084057/e6deb435-d276-4726-9d6d-457cc99d433e

项目介绍 | Info

  • APISR 的非官方实现

  • APISR:专门用于动漫的超分模型,包含 2x 和 4x 双模型,速度飞快,效果很好

  • 版本:V1.1 新增支持 cpu 生成,同时支持图像和视频放大(视频分为Batch和Lterative两种方式,分别适用于高/低显存)

Dingtalk_20240319200511

节点说明 | Features

  • APISR 模型加载 | 🔎APISR ModelLoader
  • 放大(批) | 🔎APISR
    • 同时支持 图像 和 视频
    • 批处理,帧数多的视频需要高显存
  • 放大(逐张)| 🔎APISR Lterative
    • 同时支持 图像 和 视频
    • 逐张处理,低显存推荐使用
    • 若输出配合 Video Helper Suite 插件使用,则需要使用 ComfyUI 自带的 Split Image with Alpha 节点去除 Alpha 通道

Dingtalk_20240319202553

安装 | Install

  • 推荐使用管理器 ComfyUI Manager 安装

  • 手动安装:

    1. cd custom_nodes
    2. git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR
    3. cd custom_nodes/ComfyUI-APISR
    4. pip install -r requirements.txt
    5. 重启 ComfyUI

工作流 | Workflows

V1.0

更新日志

  • 20240319

    V1.1 新增支持 cpu 生成(from:Fihade)

  • 20240319

    V1.0 同时支持图像与视频的放大,还提供分别适合于高显存和低显存的 Batch 和 Lterative 两种模式

    创建项目

Stars

Star History Chart

关于我 | About me

📬 联系我

  • 邮箱:zhozho3965@gmail.com
  • QQ 群:839821928

🔗 社交媒体

💡 支持我

Credits

APISR