Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dataset.py | KyuSeok Jung | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | Update dataset.py | KyuSeok Jung | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | adding tag drop out option | KyuSeok Jung | 2022-11-11 | 1 | -4/+4 |
| | |||||
* | change option position to Training setting | TinkTheBoush | 2022-11-04 | 1 | -3/+2 |
| | |||||
* | append_tag_shuffle | TinkTheBoush | 2022-11-01 | 1 | -2/+8 |
| | |||||
* | Additional assert on dataset | Muhammad Rizqi Nur | 2022-10-29 | 1 | -0/+2 |
| | |||||
* | Fix random dataset shuffle on TI | FlameLaw | 2022-10-27 | 1 | -2/+2 |
| | |||||
* | Allow datasets with only 1 image in TI | guaneec | 2022-10-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into master | AUTOMATIC1111 | 2022-10-15 | 1 | -13/+20 |
|\ | |||||
| * | add option to use batch size for training | AUTOMATIC | 2022-10-15 | 1 | -12/+19 |
| | | |||||
* | | Raise an assertion error if no training images have been found. | Melan | 2022-10-14 | 1 | -1/+2 |
|/ | |||||
* | train: change filename processing to be more simple and configurable | AUTOMATIC | 2022-10-12 | 1 | -13/+34 |
| | | | | | | train: make it possible to make text files with prompts train: rework scheduler so that there's less repeating code in textual inversion and hypernets train: move epochs setting to options | ||||
* | add an option to unload models during hypernetwork training to save VRAM | AUTOMATIC | 2022-10-11 | 1 | -9/+20 |
| | |||||
* | Switched to exception handling | alg-wiki | 2022-10-11 | 1 | -5/+5 |
| | |||||
* | Added .webp .bmp | alg-wiki | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | Textual Inversion: Preprocess and Training will only pick-up image files | alg-wiki | 2022-10-10 | 1 | -1/+2 |
| | |||||
* | Custom Width and Height | alg-wiki | 2022-10-10 | 1 | -4/+3 |
| | |||||
* | Textual Inversion: Added custom training image size and number of repeats ↵ | alg-wiki | 2022-10-10 | 1 | -3/+3 |
| | | | | per input image in a single epoch | ||||
* | add support for gelbooru tags in filenames for textual inversion | AUTOMATIC | 2022-10-04 | 1 | -2/+5 |
| | |||||
* | keep textual inversion dataset latents in CPU memory to save a bit of VRAM | AUTOMATIC | 2022-10-02 | 1 | -0/+2 |
| | |||||
* | initial support for training textual inversion | AUTOMATIC | 2022-10-02 | 1 | -0/+76 |