https://github.com/Yuan-ManX/ComfyUI-HiDream-I1
Make HiDream-I1 avialbe in ComfyUI.
https://github.com/Yuan-ManX/ComfyUI-HiDream-I1
Last synced: 2 months ago
JSON representation
Make HiDream-I1 avialbe in ComfyUI.
- Host: GitHub
- URL: https://github.com/Yuan-ManX/ComfyUI-HiDream-I1
- Owner: Yuan-ManX
- License: mit
- Created: 2025-04-14T01:55:43.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T02:14:29.000Z (2 months ago)
- Last Synced: 2025-04-14T02:48:13.099Z (2 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-HiDream-I1** - I1 model. (All Workflows Sorted by GitHub Stars)
README
# ComfyUI-HiDream-I1
Make HiDream-I1 avialbe in ComfyUI.
[HiDream-I1](https://github.com/HiDream-ai/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
1. Make sure you have ComfyUI installed
2. 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
```3. 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](./inference.py) | 50 | 🤗 [HiDream-I1-Full](https://huggingface.co/HiDream-ai/HiDream-I1-Full) |
| HiDream-I1-Dev | [inference.py](./inference.py) | 28 | 🤗 [HiDream-I1-Dev](https://huggingface.co/HiDream-ai/HiDream-I1-Dev) |
| HiDream-I1-Fast | [inference.py](./inference.py) | 16 | 🤗 [HiDream-I1-Fast](https://huggingface.co/HiDream-ai/HiDream-I1-Fast) |