Nodes Browser

ComfyDeploy: How ComfyUI-UltraEdit-ZHO works in ComfyUI?

What is ComfyUI-UltraEdit-ZHO?

Unofficial implementation of [a/UltraEdit](https://github.com/HaozheZhao/UltraEdit) (Diffusers) for ComfyUI

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

UE封面图 正式版

UltraEdit in ComfyUI

Unofficial implementation of UltraEdit(Diffusers) for ComfyUI

https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO/assets/140084057/074ae7a8-3e51-4df0-ae81-b689437c8631

<!--- https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO/assets/140084057/89737bb3-1361-47ec-aec9-2d941d7173d1 --->

项目介绍 | Info

  • UltraEdit 的非官方 Diffusers 版实现

  • UltraEdit:基于 SD3 Medium 的 图像编辑模型

    • 允许仅通过提示词实现指定内容的图像编辑,且能保持风格一致性
    • 模型同时支持 全局编辑 和 区域蒙版编辑
  • 版本:V1.0 同时支持 本地模型加载(适合本地)和 自动下载模型(适合云端)

screenshot-20240710-033335

节点说明 | Features

  • UltraEdit 模型加载 | 🏕️UltraEdit Model
    • 🏕️UltraEdit Model(local):加载本地模型,需将 BleachNick/SD3_UltraEdit_w_mask 中的所有模型和文件手动下载放入 /ComfyUI/models/ultraedit
    • 🏕️UltraEdit Model(auto):会自动下载模型,请保持网络畅通
  • UltraEdit 生成 | 🏕️UltraEdit Generation
    • pipe:接入模型
    • image:接入图片
    • mask:非必要项,接入蒙版(需图片格式,可通过 convert mask to image 节点转换)
    • positive:正向提示词
    • negative:负向提示词
    • step:步数,默认 50 步(模型是 512*512)
    • image_guidance_scale:图像相关度,默认为 1.5
    • text_guidance_scale:文本引导相关度,默认为 7.5
    • seed:种子

screenshot-20240710-183111

使用注意 | Attention

  • 输入图像尺寸需是 4 的倍数

  • 如果得到的输出是 512 张图而非单张图像,那需要手动将 UltraEdit.py 文件最后的 output_t = output_t.squeeze(0) 删除,我自己的测试均未出现这个问题,目前还不清楚是啥原因(估计还是 diffusers 问题)

安装 | Install

  • 注意:此项目需要特殊的 diffusers 版本,推荐使用虚拟环境或云(避免冲突),可直接通过 requirements 自动安装依赖,也可手动安装:pip install git+https://github.com/HaozheZhao/UltraEdit.git@main#subdirectory=diffusers

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

  • 手动安装:

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

工作流 | Workflows

V1.0

更新日志

  • 20240711

    新增图像编辑渐变视频工作流

    修复pil库版本低的问题,已适配最新库

    新增使用注意

    新增 本地模型加载 工作流,分为 本地加载/自动下载 两种

  • 20240710

    V1.0 同时支持 全局编辑 和 局部蒙版编辑,同时支持 本地模型加载(适合本地)和 自动下载模型(适合云端)

    创建项目

Stars

Star History Chart

关于我 | About me

📬 联系我

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

🔗 社交媒体

💡 支持我

Credits

UltraEdit