Commit Graph

80 Commits (75e888dcad11318dcc8e7361e1fd43e9974b5fc2)

Author SHA1 Message Date
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
(CK) 7d1e939ebc
I forgot to upload this one 2023-05-05 13:10:01 -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 369341d69f
Revert "macOS GUI functionality, sub-processed GUI components" 2023-04-01 21:28:47 -04: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
JSTayco 7b5639cff5 Huge WIP
This is a massive WIP and should not be trusted or used right now. However, major milestones have been crossed. Both message boxes and file dialogs are now properly subprocessed and work on macOS. I think by extension, it may work on runpod environments as well, but that remains to be tested.
2023-03-30 01:40:00 -07:00
bmaltais 8822eab5a6 Merge new sd-scripts updates 2023-03-28 11:54:42 -04:00
KVZN 3f86e8f7df Fixed the bug that it did not support capital image extensions like .JPG, .JPEG 2023-03-26 17:59:42 +08:00