Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 684 Bytes

File metadata and controls

32 lines (25 loc) · 684 Bytes

Z-Image-diffusers

Z-Image的diffusers版本

一键包详见 bilibili@十字鱼

使用需求

1.显卡支持BF16

2.显存大于4G

安装依赖

git clone https://github.com/gluttony-10/Z-Image-diffusers
cd Z-Image-diffusers
conda create -n Z-Image-diffusers python=3.12
conda activate Z-Image-diffusers
pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu128

下载模型

modelscope download --model Gluttony10/Z-Image-diffusers --local_dir ./models

开始运行

python glut.py

参考项目

https://github.com/Tongyi-MAI/Z-Image

https://github.com/aigc-apps/VideoX-Fun