e97f0816db
commit 86fa1363852850e87be11e5a277b71435f6a3451 Author: Damian Stewart <d@damianstewart.com> Date: Sat Feb 18 14:43:57 2023 +0100 cleanup, add back random caption support commit f9a10842b47b9a5d51d53de8d56cb7089a1eeeb2 Author: Damian Stewart <d@damianstewart.com> Date: Sat Feb 18 13:52:22 2023 +0100 misc fixes and documentation commit 46167806892258fef509f14e9d83ceab08725cd6 Author: Damian Stewart <d@damianstewart.com> Date: Sat Feb 18 12:11:18 2023 +0100 works commit 390bcdf4d8165315e2f84404c62b410c7b674c84 Author: Damian Stewart <d@damianstewart.com> Date: Sat Feb 18 10:12:14 2023 +0100 SampleGenerator code in place (untested) commit 022724fa7a435371081fd489ee7e5dbfc2df37ec Author: Damian Stewart <d@damianstewart.com> Date: Sat Feb 18 10:17:05 2023 +0100 cleanup and new approach (untested) commit 4ac81f0924146a7ac3c46f4a4382e7dceaaac47c Author: Damian Stewart <d@damianstewart.com> Date: Fri Jan 27 17:26:12 2023 +0100 fix 'classmethod is not callable' error commit c875933096464a867a5c3cfbf9592605f201f79e Author: Damian Stewart <d@damianstewart.com> Date: Fri Jan 27 17:10:03 2023 +0100 fix prompts log crash commit 2771d52485191388dfa5b3b8892ed7327d874ed6 Author: Damian Stewart <d@damianstewart.com> Date: Fri Jan 27 14:38:39 2023 +0100 fix circular import commit 8452272b02fe64a2345fba067a55e51c52debd98 Author: Damian Stewart <d@damianstewart.com> Date: Fri Jan 27 14:33:26 2023 +0100 refactor sample generation (untested) |
||
---|---|---|
.github | ||
data | ||
doc | ||
installers | ||
scripts | ||
test | ||
utils | ||
.gitignore | ||
.pylintrc | ||
LICENSE | ||
LICENSE_AGPL | ||
README.md | ||
Train_Colab.ipynb | ||
Train_JupyterLab.ipynb | ||
activate_venv.bat | ||
chain.bat | ||
chain0.json | ||
chain1.json | ||
chain2.json | ||
sample_prompts.txt | ||
train.json | ||
train.py | ||
trainSD21.json | ||
validation_default.json | ||
windows_setup.cmd |
README.md
EveryDream Trainer 2.0
Welcome to v2.0 of EveryDream trainer! Now with more diffusers and even more features!
Please join us on Discord! https://discord.gg/uheqxU6sXN
If you find this tool useful, please consider subscribing to the project on Patreon or a one-time donation at Ko-fi.
Video tutorials
Basic setup and getting started
Covers install, setup of base models, startning training, basic tweaking, and looking at your logs
Multiaspect and crop jitter
Behind the scenes look at how the trainer handles multiaspect and crop jitter
Companion tools repo
Make sure to check out the tools repo, it has a grab bag of scripts to help with your data curation prior to training. It has automatic bulk BLIP captioning for BLIP, script to web scrape based on Laion data files, script to rename generic pronouns to proper names or append artist tags to your captions, etc.
Docs
Download and setup base models
Training - How to start training
Basic Tweaking - Important args to understand to get started
Advanced Tweaking - More stuff to tweak once you are comfortable
Chaining training sessions - Modify training parameters by chaining training sessions together end to end
Data Balancing - Includes my small treatise on model preservation with ground truth data
Validation - Use a validation split on your data to see when you are overfitting and tune hyperparameters