ComfyUI-HiDream-I1

ComfyUI-HiDream-I1
★ 10

模型集成图像生成ComfyUI节点HiDream-I1
为HiDream-I1模型提供ComfyUI节点,便于在ComfyUI中集成、加载与推理HiDream-I1,简化模型参数配置与图像生成流程。
💡 在ComfyUI中快速加载并推理HiDream-I1模型以生成图像。
🍴 1 Forks💻 Python🔄 2025-04-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
torch>=2.5.1
torchvision>=0.20.1
diffusers>=0.32.1
transformers>=4.47.1
einops>=0.7.0
accelerate>=1.2.1
📄 README

ComfyUI-HiDream-I1

Make HiDream-I1 avialbe in ComfyUI.

HiDream-I1 is a new open-source image generative foundation model with 17B parameters that achieves state-of-the-art image generation quality within seconds.

Installation

  • Make sure you have ComfyUI installed
  • Clone this repository into your ComfyUI’s custom_nodes directory:
  • cd ComfyUI/custom_nodes
    git clone https://github.com/Yuan-ManX/ComfyUI-HiDream-I1.git

  • Install dependencies:
  • cd ComfyUI-HiDream-I1
    pip install -r requirements.txt

    Models

    We offer both the full version and distilled models. For more information about the models, please refer to the link under Usage.

    | Name | Script | Inference Steps | HuggingFace repo |

    | ————— | ————————————————– | ————— | ———————- |

    | HiDream-I1-Full | inference.py | 50 | 🤗 HiDream-I1-Full |

    | HiDream-I1-Dev | inference.py | 28 | 🤗 HiDream-I1-Dev |

    | HiDream-I1-Fast | inference.py | 16 | 🤗 HiDream-I1-Fast |