KohyaSS/library
bmaltais 7bc93821a0 2023/02/09 (v20.7.1)
- Caption dropout is supported in ``train_db.py``, ``fine_tune.py`` and ``train_network.py``. Thanks to forestsource!
        - ``--caption_dropout_rate`` option specifies the dropout rate for captions (0~1.0, 0.1 means 10% chance for dropout). If dropout occurs, the image is trained with the empty caption. Default is 0 (no dropout).
        - ``--caption_dropout_every_n_epochs`` option specifies how many epochs to drop captions. If ``3`` is specified, in epoch 3, 6, 9 ..., images are trained with all captions empty. Default is None (no dropout).
        - ``--caption_tag_dropout_rate`` option specified the dropout rate for tags (comma separated tokens) (0~1.0, 0.1 means 10% chance for dropout). If dropout occurs, the tag is removed from the caption. If ``--keep_tokens`` option is set, these tokens (tags) are not dropped. Default is 0 (no droupout).
        - The bulk image downsampling script is added. Documentation is [here](https://github.com/kohya-ss/sd-scripts/blob/main/train_network_README-ja.md#%E7%94%BB%E5%83%8F%E3%83%AA%E3%82%B5%E3%82%A4%E3%82%BA%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%97%E3%83%88) (in Jpanaese). Thanks to bmaltais!
        - Typo check is added. Thanks to shirayu!
    - Add option to autolaunch the GUI in a browser and set the server_port. USe either `gui.ps1 --inbrowser --server_port 3456`or `gui.cmd -inbrowser -server_port 3456`
2023-02-09 19:17:24 -05:00
..
__init__.py v18.1: Model conversion utility 2022-12-18 13:11:10 -05:00
basic_caption_gui.py Integrate new bucket parameters in GUI 2023-02-05 20:07:00 -05:00
blip_caption_gui.py Integrate new bucket parameters in GUI 2023-02-05 20:07:00 -05:00
common_gui.py Adding support for caption dropout 2023-02-07 20:58:35 -05:00
convert_model_gui.py Add support for: 2022-12-19 21:50:05 -05:00
dataset_balancing_gui.py Fix issue with LR 2022-12-29 21:17:41 -05:00
dreambooth_folder_creation_gui.py Integrate new bucket parameters in GUI 2023-02-05 20:07:00 -05:00
extract_lora_gui.py Integrate new bucket parameters in GUI 2023-02-05 20:07:00 -05:00
git_caption_gui.py Integrate new bucket parameters in GUI 2023-02-05 20:07:00 -05:00
merge_lora_gui.py Integrate new bucket parameters in GUI 2023-02-05 20:07:00 -05:00
model_util.py Update to latest dev code of kohya_s. WIP 2023-02-05 14:16:53 -05:00
resize_lora_gui.py Integrate new bucket parameters in GUI 2023-02-05 20:07:00 -05:00
train_util.py 2023/02/09 (v20.7.1) 2023-02-09 19:17:24 -05:00
utilities.py v20.6.0 2023-02-04 08:36:35 -05:00
verify_lora_gui.py Integrate new bucket parameters in GUI 2023-02-05 20:07:00 -05:00
wd14_caption_gui.py Integrate new bucket parameters in GUI 2023-02-05 20:07:00 -05:00