Instructions for training waifu-diffusion, by dep from 東方Project AI Discord
https://canary.discord.com/channels/930499730843250783/950914873800396841/1018280003416367176
git clone https://github.com/harubaru/waifu-diffusion.git
cd waifu-diffusion
pip install omegaconf einops pytorch-lightning==1.6.5 test-tube transformers kornia
pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
pip install -e git+https://github.com/openai/CLIP.git@main#egg=clip
pip install setuptools==59.5.0
pip install pillow==9.0.1
pip install torchmetrics==0.6.0
pip install -e .
Download your dataset.zip
unzip dataset.zip
cd dataset
mkdir txt
mkdir img
mv .txt txt
mv img
cd ..
mv dataset danbooru-aesthetic
cp train.bat train.sh
nano train.sh
Add a coma next to the GPU count
Ctrl-X, save, yes, same name
chmod +x train.sh
./train.sh