Commit Graph

16 Commits (0d4e6c4ece67e8375062cf39f3a8a1e83317382f)

Author SHA1 Message Date
bmaltais 4726ca7dd5 Update README 2024-03-10 20:21:07 -04:00
bmaltais 5fa3876ab8 Update setup 2024-03-10 19:30:06 -04:00
Bernard Maltais 8e61677b7f Install missing packaging module 2024-03-10 19:20:57 -04:00
bmaltais 40a9be6c94 Add more validation for the Python version. Will now stop if the wrong version is detected 2024-03-10 19:07:22 -04:00
bmaltais e5975e88b7 Remove pip verification for local 2023-12-03 11:52:43 -05:00
bmaltais 4275c12014
v21.7.11
- This is a significant update to how setup work across different platform. It might be causing issues... especially for linux env like runpod. If you encounter problems please report them in the issues so I can try to address them. You can revert to the previous release with `git checkout v21.7.10`

The setup solution is now much more modulat and will simplify requirements support across different environments... hoping this will make it easier to run on different OS.
2023-06-23 13:23:25 -04:00
bmaltais f3d6d33fff Adding detection for modules outside the venv 2023-06-02 16:14:17 -04:00
bmaltais 536260dc15 update logging 2023-04-28 21:40:34 -04:00
bmaltais 7850bd7194 Add new debug info on startup of gui 2023-04-21 07:37:55 -04:00
bmaltais 2ea7387fba Address issue 188 2023-04-15 08:52:23 -04:00
bmaltais acf7d4785f Add support for custom user gui startup files 2023-03-24 13:26:29 -04:00
bmaltais 79c2c2debe Add validation that all requirements are met 2023-03-12 10:11:41 -04:00
bmaltais e5f8ba559f Add server_port and inbrowser support
- to all gui scripts
2023-02-10 08:22:03 -05:00
bmaltais 56d171c55b Reverting changes to startup commands 2023-02-09 20:25:42 -05:00
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
bmaltais 442eb7a292 Merge latest kohya code release into GUI repo 2023-01-09 07:47:07 -05:00