Commit Graph

126 Commits (b9d5db8a423a4e321546eb609bfba0c572306d24)

Author SHA1 Message Date
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 3e6438684d Updates 2023-08-05 13:35:42 -04:00
bmaltais 72f9fdc4e5 Allow DB training on SDXL models. 2023-07-29 19:40:15 -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 6ffe6efbb5 Updates 2023-07-04 15:39:44 -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 21c8b4a599 v21.6.4 2023-06-03 15:39:37 -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
(CK) 4c4e7b0847
Add files via upload
I have added the option for the user to put the wandb api key in a textbox under the advanced configuration dropdown and a checkbox to toggle for using wandb logging.
2023-05-05 12:05:55 -04:00
bmaltais f1193eaece Fix issue with noise offset 2023-05-04 15:00:43 -04:00
bmaltais d3a89443cd Add multi-resolution noise training support 2023-05-03 09:59:18 -04:00
bmaltais 856d610ea9 Add --cache_latents_to_disk option to the GUI 2023-05-01 20:10:47 -04:00
bmaltais 7bd1cb9d08 Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev 2023-04-27 09:03:59 -04:00
bmaltais 1f8fdd632d Fix Adafactor issue 2023-04-13 19:42:46 -04:00
bmaltais 873af2adc8 Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev 2023-04-09 16:11:21 -04:00
bmaltais 369341d69f
Revert "macOS GUI functionality, sub-processed GUI components" 2023-04-01 21:28:47 -04:00
JSTayco b6d3f10da7 WIP File Dialog Behavior 2023-04-01 17:33:41 -07:00
JSTayco eef5becab8 All sorts of broken, but I need to commit this for now so I don't lose it. WIP: Using some OOP to reduce imports and centralize some code. No need to remake Tk Windows everywhere for example. Renamed common_gui to common_gui_functions.py to make some of the new code separation more obvious. 2023-03-31 14:39:10 -07:00
JSTayco e5b83df675 Removed one warning dealing with get_file_path()
Using lambdas now to pass in variable amount of arguments from components. This works right now with a few open windows, but saving and possibly loading will be broken right now. They need the lambda treatment next.

I also split the JSON validation placeholder to library/common_utilities.py.
2023-03-30 13:13:25 -07:00
jstayco 160e371be3
Merge branch 'dev' into macos_gui 2023-03-30 01:53:32 -07:00