326d861a86
This patch * passes the configuration (`argparse.Namespace`) to the resolver, * pushes the DLMA code into the main function, * makes DLMA take a `list[ImageTrainItem]` instead of `data_root`, * makes `EveryDreamBatch` take `DLMA` instead of `data_root`, etc. * allows `data_root` to be a list. By doing these things, both `EveryDreamBatch` and DLMA can be free from data resolution logic. It also reduces the number of arguments which need to be passed down to EDB and DLMA. |
||
---|---|---|
.github | ||
data | ||
doc | ||
scripts | ||
test | ||
utils | ||
.gitignore | ||
.pylintrc | ||
LICENSE | ||
LICENSE_AGPL | ||
README.md | ||
Train_Colab.ipynb | ||
Train_Runpod.ipynb | ||
activate_venv.bat | ||
chain.bat | ||
chain0.json | ||
chain1.json | ||
chain2.json | ||
sample_prompts.txt | ||
train.json | ||
train.py | ||
trainSD21.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
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