Commit Graph

633 Commits (d8a51f34fd15dc4fbbe4e8416cd3270f23818c09)

Author SHA1 Message Date
bmaltais d8a51f34fd Set `max_train_steps` to 0 if not specified in older `.json` config files 2024-04-26 07:11:07 -04:00
bmaltais 9ab31dcde1 Update readme 2024-04-25 19:56:11 -04:00
bmaltais 059afdbf2c
Merge pull request #2344 from jim60105/dev
chore(docker): Decouple Tensorboard from the project and add CI build workflow.
2024-04-25 14:07:27 -04:00
bmaltais 433fabf7d8 Fix [24.0.6] Train toml config seed type error #2370 2024-04-25 13:10:55 -04:00
陳鈞 71febffe70
docs: Update Dockerfile instructions and limitations in README.md
- Added a new section in README.md about the design of the Dockerfile.
- Made changes in the Docker limitations section, including the separation of TensorBoard from the project and the related changes, no automatic browser launch, and manual file path input requirement.
- Updated instructions for docker upgrade using new code version.
- Note added for possible lengthy docker image build times.

Signed-off-by: 陳鈞 <jim60105@gmail.com>
2024-04-26 01:09:41 +08:00
陳鈞 c6626b58f7
docs: update README toc
Signed-off-by: 陳鈞 <jim60105@gmail.com>
2024-04-26 01:09:41 +08:00
陳鈞 b569b27817
docs: update README about docker
Signed-off-by: 陳鈞 <jim60105@gmail.com>
2024-04-26 01:09:41 +08:00
bmaltais 1f5f3cf027 Prevent tkinter import crash 2024-04-25 11:20:27 -04:00
bmaltais 8234e52ded
Add validation of lr scheduler and optimizer arguments (#2358) 2024-04-20 15:53:11 -04:00
bmaltais 58e57a3365
Fix issue with lora_network_weights not being loaded (#2357) 2024-04-20 15:05:35 -04:00
bmaltais 4923f5647c
Make Start/Stop buttons visible in headless (#2356) 2024-04-20 14:27:19 -04:00
bmaltais bc582b2c1f Update release 2024-04-18 22:37:40 -04:00
bmaltais 5a490d3c69 Fix options.md heading 2024-04-18 18:02:14 -04:00
bmaltais 962fc681cc Fix issue with sample prompt creation 2024-04-17 17:45:59 -04:00
Bernard Maltais be5d30130f Fix clip_skip issue 2024-04-17 13:25:55 -04:00
bmaltais e2f406fe80 Update release 2024-04-17 08:47:38 -04:00
bmaltais d636141c13 Update readme version 2024-04-17 07:36:52 -04:00
bmaltais 9037fd0373
Improve process execution under Linux (and windows) (#2301)
* Update how process is executed

* Auto config use_shell=True on posix systems
2024-04-16 07:53:44 -04:00
bmaltais 099f00086c Update README 2024-04-15 20:34:44 -04:00
bmaltais a22d4622cd
Add support for metadata parameters (#2295) 2024-04-15 13:26:39 -04:00
bmaltais b64d856340
Implement LR Warmup disabling when constant scheduler is used (#2292)
* Implement LR Warmup disabling when constant scheduler is used
2024-04-15 08:37:16 -04:00
bmaltais e98fc40a63
- Implement HuggingFace inputs in all training tabs (#2287)
- Switch to sd-scripts configuration files to pass most of the parameters in a secure way.
2024-04-14 18:43:45 -04:00
bmaltais fa5c65eade Update readme 2024-04-13 21:22:52 -04:00
bmaltais 4aa02c8aa3 Improve training and tensorboard buttons and code 2024-04-12 20:26:35 -04:00
bmaltais 25bb1303ff
Restrict extensions pre_postfix can use to improve security (#2259) 2024-04-11 08:55:03 -04:00
bmaltais 831af8babe
Remove shell=True from scripts (#2257)
* Remove shell=True from scripts
2024-04-11 08:00:31 -04:00
bmaltais f7853fb075 Update requirements 2024-04-10 21:31:38 -04:00
bmaltais fd8bfa8a39 Upgrade Gradio release 2024-04-10 20:48:12 -04:00
bmaltais 97d3102312 Relocate config file accordion 2024-04-09 18:36:21 -04:00
bmaltais 9ac4e92254 Fix dataset preparation 2024-04-09 14:49:07 -04:00
bmaltais ff70a1e266 Update README 2024-04-08 07:19:21 -04:00
bmaltais 572dcd10ab Add Huber loss support 2024-04-07 10:35:07 -04:00
bmaltais 67c3b9015c Update to sd-scripts 0.8.7 release 2024-04-07 08:36:32 -04:00
bmaltais e8fa9178c4 Ad new caption tool 2024-04-06 09:15:55 -04:00
bmaltais 0aa91418b3 Adding support for more config.toml values 2024-04-03 22:19:57 -04:00
bmaltais c78c1ab4fe
Add new field for extra accelerate launch arguments (#2200) 2024-04-02 20:56:59 -04:00
bmaltais 17186c2565
Add config.toml defaults for dataset preparation section (#2199) 2024-04-02 18:29:39 -04:00
bmaltais ce1369d47b
Add support for Debiased Estimation loss to dreambooth (#2194) 2024-04-01 20:05:26 -04:00
Bernard Maltais ebc157bb68 Add support for Main process port 2024-03-29 20:56:37 -04:00
Bernard Maltais 791ae79f6d Update README 2024-03-29 10:36:56 -04:00
bmaltais d74361ed30 Update README 2024-03-27 17:41:16 -04:00
bmaltais 9df3ed96d0 Update readme and automate accelerate config on windows 2024-03-27 08:41:44 -04:00
bmaltais 0f889a8eb6 Add gui support for noise_offset_random_strength, ip_noise_gamma, ip_noise_gamma_random_strength 2024-03-26 19:12:48 -04:00
Bernard Maltais aaf0396d62 Fix vae path validation 2024-03-21 13:37:02 -04:00
bmaltais 4b5466c22f Update readme 2024-03-19 21:13:56 -04:00
bmaltais e9cee44db2 Add option to install Triton for Windows to setup menu 2024-03-19 19:04:51 -04:00
bmaltais 99691b7b5d
Merge dev-toml (#2131)
* Integrate toml file option in GUI
2024-03-19 18:21:40 -04:00
bmaltais 0afc9c839f
Merge branch 'master' into dev 2024-03-19 15:01:17 -04:00
bmaltais 3e4f0c9e13 Fix blip caption issue 2024-03-19 14:59:10 -04:00
bmaltais c96cdf20ae v23.0.13 2024-03-19 12:52:42 -04:00