Commit Graph

93 Commits (0d4e6c4ece67e8375062cf39f3a8a1e83317382f)

Author SHA1 Message Date
Won-Kyu Park 01abd5dc46
extract command line UIs from *_gui.py 2024-02-28 00:14:17 +09:00
Won-Kyu Park 1927fe1b86
move *_gui.py to kohya_gui/ 2024-02-28 00:14:07 +09:00
Won-Kyu Park bdb98af295
move gui related files to kohya_gui/ 2024-02-27 21:54:38 +09:00
bmaltais c36e2503ee
Merge branch 'dev' into master 2024-02-15 07:14:02 -05:00
Hina Chen 40d7b605da Update some typos 2024-02-15 10:29:00 +08:00
bmaltais 0b217a4cf8 Format code 2024-02-03 00:04:00 -05:00
bmaltais 08ce96f33b Sort run_cmd parameters 2024-02-03 00:01:34 -05:00
bmaltais 42ceeb8c92 Retrofit run commands structure 2024-02-02 23:51:31 -05:00
bmaltais 22c7942a2e Add support for multi-gpu parameters 2024-02-02 21:17:33 -05:00
aplio 2ed5339bd2 bugfix. check is_sdxl before adding sdxl params.
https://github.com/bmaltais/kohya_ss/issues/1246
2024-01-03 17:18:21 +09:00
bmaltais fed7d7f997 Implement required GUI changes 2023-11-11 21:13:11 -05:00
bmaltais 587bebbae4 Tensorboard headless validation 2023-11-03 07:58:57 -04:00
bmaltais 5216e6fe00 Move localization files to the library folder 2023-10-04 19:30:36 -04:00
wbjylk 0975e9582d localization implement #649 2023-08-24 08:21:31 +08:00
bmaltais c19bdc331e Apply blue to code 2023-08-15 08:47:44 -04:00
bmaltais 940302cd93 Add new blip2 caption processor tool 2023-08-15 06:39:21 -04:00
bmaltais 78c14bd46f Add max_train_steps and lr_scheduler_args 2023-08-09 20:04:04 -04:00
bmaltais 254069ce5f Add v pred like loss support 2023-08-09 12:08:46 -04:00
bmaltais 26dc755c5c Improve training layout. 2023-08-07 08:37:28 -04:00
bmaltais e3426eb046 Add stop button to other trainers 2023-07-22 16:57:10 -04:00
bmaltais 1ce336ce63 Relocate Max Train epoch to basic settings 2023-07-21 09:04:46 -04:00
bmaltais d14fa0d063 Updates 2023-07-19 16:14:59 -04:00
bmaltais 7784c97e50 Adding min max reso to other gui 2023-07-16 22:39:46 -04:00
bmaltais 689721cba5 Updates 2023-07-11 11:40:42 -04:00
bmaltais d1fdce6af9 Add save to file on print command 2023-07-08 20:39:54 -04:00
bmaltais bc5973fefb Update print command to a regulat console string 2023-07-08 20:30:44 -04:00
bmaltais 078aa4ddef Save config along output model on train 2023-07-08 09:30:03 -04:00
bmaltais 19053b7747 Move more common params to advanced class 2023-07-03 16:45:00 -04:00
bmaltais 5d34c42d51 Move more stuff to basic parameters class 2023-07-03 16:24:11 -04:00
bmaltais 22dfa092b4 Refactor Image Sampler code 2023-07-03 16:14:45 -04:00
bmaltais 305d13e612 Move folder code to class 2023-07-03 15:56:03 -04:00
bmaltais 33ace77412 Moved advanced training to seperate class 2023-07-03 15:14:32 -04:00
bmaltais da45402ae1 Convert basic training gradio to class 2023-07-03 14:55:29 -04:00
bmaltais 35e6529e3b Moving source model code to seperate class 2023-07-03 14:37:16 -04:00
bmaltais 38abd50005 Refactor configuration file in class file 2023-07-03 14:05:35 -04:00
bmaltais 72f3cb0f03 Making min and max steps parameters available on all trainers 2023-07-03 11:43:39 -04:00
bmaltais d96a278006 Update SDXL tickbox features 2023-06-30 20:28:59 -04:00
bmaltais 1703e40f85 Add basix SDXL model support to GUI 2023-06-30 15:33:11 -04:00
bmaltais b679f99b97 Adding detection and reporting of bad data dir 2023-06-09 21:52:40 -04:00
bmaltais 5d03104894 Sort json config vars 2023-06-09 09:23:22 -04:00
bmaltais cdf15c6015 Add print to all training tab
Update LoRA visibility code
2023-06-08 08:11:16 -04:00
bmaltais 1101cb018a Add noise parameters support in GUI 2023-06-04 05:47:02 -04:00
bmaltais 2c84acb312 Improving logging 2023-06-02 11:53:14 -04:00
bmaltais b158cb3324 Consider gradient_accumulation_steps for steps calculation 2023-05-07 15:49:55 -04:00
bmaltais b902846c4b Implement Adaptive noise scale 2023-05-07 15:30:10 -04:00
bmaltais b2ffe30a84 Code refactor 2023-05-05 22:19:17 -04:00
bmaltais 103a9919c7 Implement --headless mode 2023-05-05 22:10:27 -04:00
bmaltais 30386a704b Fix logging_dir issue when empty 2023-05-05 15:47:23 -04:00
bmaltais fb52cdc27f Fix issue with run_cmd_advanced_training 2023-05-05 15:30:03 -04:00
(CK) 6853b15d45
common gui implementation 2023-05-05 14:22:20 -04:00