当前位置:首页|资讯|Stable Diffusion|GitHub

恒源云安装kohya_ss GUI教程

作者:雨沐辰风发布时间:2023-05-26

kohyass是用来训练Stable Diffusion模型的。

1.conda创建python虚拟环境

conda create -n kohyass python=3.10 -y

conda activate kohyass

2.下载kohya_ss

git clone https://ghproxy.com/https://github.com/bmaltais/kohya_ss.git 

pip install --upgrade -r requirements.txt

3.运行可能会报ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory 解决方法

apt-get update

apt-get install libglib2.0-dev

4.启动webui

python ./kohya_gui.py --listen 127.0.0.1 --server_port 7860 --inbrowser --share

效果如下:





Copyright © 2024 aigcdaily.cn  北京智识时代科技有限公司  版权所有  京ICP备2023006237号-1