Nodes Browser

ComfyDeploy: How ComfyUI SegMoE works in ComfyUI?

What is ComfyUI SegMoE?

Unofficial implementation of [a/SegMoE: Segmind Mixture of Diffusion Experts](https://github.com/segmind/segmoe) 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 SegMoE and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI_temp_cyezl_00012_

ComfyUI SegMoE

Unofficial implementation of SegMoE for ComfyUI

Dingtalk_20240205032816

项目介绍 | Info

  • SegMoE的非官方实现

  • 版本:V1.0

节点说明 | Features

  • 模型加载 | 🎩SegMoE Model Loader

  • SegMoE 生成 | 🎩SegMoE Generation

    • pipe:接入模型

    • positivet、negative:正负提示词

    • step:步数,官方默认30步

    • guidance_scale:提示词相关度,一般默认为5

    • width、height:宽度、高度

    • seed:种子

安装 | Install

  • 推荐使用管理器 ComfyUI Manager 安装(On the Way)

  • 手动安装:

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

使用注意 | Note

  • 对显存要求较高,建议 VRAM > 20GB

工作流 | Workflows

V1.0

更新日志

  • 20240205

    创建项目 V1.0

速度实测 | Speed

  • V1.0

    • A100 50步 17s

    Dingtalk_20240205030707

Stars

Star History Chart

关于我 | About me

📬 联系我

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

🔗 社交媒体

💡 支持我

Credits

SegMoE