/dreambooth-autodl

dreambooth autodl 训练脚本

Primary LanguagePython

Dreambooth-autodl

dreambooth autodl 训练脚本。 修改自 Nyanko Lepsoni 的 Colab 笔记本

使用方法

直接使用autodl镜像

dreambooth-autodl

手动部署

环境选择 Miniconda / conda3 / 3.8(ubuntu20.04) / 11.3

clone本项目后,首先利用 conda 创建 python 运行环境后再运行 install.sh

git clone https://github.com/Akegarasu/dreambooth-autodl.git
cd dreambooth-audodl
conda create -n diffusers python=3.10
conda init bash && source /root/.bashrc
conda activate diffusers
conda install ipykernel
ipython kernel install --user --name=diffusers
bash install.sh

按照提示安装依赖。

将本项目文件夹移动到 /autodl-tmp 后打开 dreambooth-aki.ipynb 运行训练