https://github.com/quank123wip/ComfyUI-Step1X-Edit
https://github.com/quank123wip/ComfyUI-Step1X-Edit
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quank123wip/ComfyUI-Step1X-Edit
- Owner: quank123wip
- License: mit
- Created: 2025-04-26T15:18:44.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-26T15:39:51.000Z (2 months ago)
- Last Synced: 2025-04-26T16:27:36.239Z (2 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Step1X-Edit** - Edit](https://github.com/stepfun-ai/Step1X-Edit/). Noted this node may consume large VRAMs! (All Workflows Sorted by GitHub Stars)
README
# ComfyUI-Step1X-Edit
ComfyUI Custom Node for [Step1X-Edit](https://github.com/stepfun-ai/Step1X-Edit/). Noted this node may consume large VRAMs!
## Installation
1. Navigate to your ComfyUI's custom_nodes directory:
```bash
cd ComfyUI/custom_nodes
```2. Clone this repository:
```bash
git clone https://github.com/Quank123WIP/ComfyUI-Step1X-Edit
```3. Install requirements:
```bash
cd ComfyUI-Step1X-Edit
pip install -r requirements.txt
```Please noted this project requires [flash attention](https://github.com/Dao-AILab/flash-attention), but build it using pip consumes lots of time. Try to build it manually or use prebuilt wheel according to [original guideline](https://github.com/stepfun-ai/Step1X-Edit/). If you have problem building it, I suggest you to install torch<=2.6 and use the prebuilt wheel.
### Or Install via ComfyUI Manager
## Usage
Download the safetensors weight of the pretrained model from [here](https://huggingface.co/stepfun-ai/Step1X-Edit), and then place them in `models/Step1x-Edit` (both the vae and model itself).
Download the vision encoder(Qwen/Qwen2.5-VL-7B-Instruct) weight from [here](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct), and place the whole folder inside `models/MLLM`.
## Citation
```bibtex
@article{liu2025step1x-edit,
title={Step1X-Edit: A Practical Framework for General Image Editing},
author={Shiyu Liu and Yucheng Han and Peng Xing and Fukun Yin and Rui Wang and Wei Cheng and Jiaqi Liao and Yingming Wang and Honghao Fu and Chunrui Han and Guopeng Li and Yuang Peng and Quan Sun and Jingwei Wu and Yan Cai and Zheng Ge and Ranchen Ming and Lei Xia and Xianfang Zeng and Yibo Zhu and Binxing Jiao and Xiangyu Zhang and Gang Yu and Daxin Jiang},
journal={arXiv preprint arXiv:2504.17761},
year={2025}
}
```## Disclaimer
The results produced by this image editing model are entirely determined by user input and actions. The development team and this open-source project are not responsible for any outcomes or consequences arising from its use.
## License
MIT License