bmaltais
4c2d217615
Backingout Unix requirements. Prodify optimizer will not work
2023-06-19 18:56:53 -04:00
bmaltais
6e5e74e442
Update verification function
2023-06-19 07:11:04 -04:00
bmaltais
43981a7d2d
Fix for dataset validation
2023-06-18 11:52:50 -04:00
bmaltais
c1612c33c6
Fix hidden file detection issue
2023-06-15 20:01:37 -04:00
bmaltais
7cf5285980
Add Prodigy optimizer to GUI
2023-06-15 13:10:29 -04:00
bmaltais
5df8c7d1ba
Add support fo caption file creation to group_images
2023-06-13 09:17:53 -04:00
bmaltais
ffc400d40e
Update documentation
2023-06-10 13:52:08 -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
c5b11b2720
Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev2
2023-06-06 17:49:03 -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
007c425bd3
Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev2
2023-05-25 13:29:10 -04:00
bmaltais
128af83fc0
Merge pull request #798 from ebabchick/fix_wandb_logging
...
fix wandb logging
2023-05-15 15:08:28 -04:00
Elliot Babchick
f236eff17f
fix wandb logging
...
order expected in `train_model` for use_wandb and wandb_api_key was reversed from what `common_gui`'s `gradio_advanced_training` returned
2023-05-14 18:28:38 -05:00
bmaltais
036b55e888
Fix issue with some json variable values
2023-05-12 19:12:35 -04:00
bmaltais
fe874aa7bd
Update run_cmd_training syntax
2023-05-07 16:14:19 -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
3393bb800c
Add support for new DAdaptation optimizer in GUI
2023-05-07 10:06:47 -04:00
bmaltais
6769cb10cd
Fix bad default conversion value
2023-05-07 07:11:59 -04:00
bmaltais
dcab64e8c1
Fix issue with noise offset
2023-05-07 07:07:28 -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
fb52cdc27f
Fix issue with run_cmd_advanced_training
2023-05-05 15:30:03 -04:00
bmaltais
8791169515
Fix missing comma
2023-05-05 15:10:12 -04:00
bmaltais
2b66dad7d3
Update wandb gui elements
2023-05-05 14:52:28 -04:00
bmaltais
4e1907e1a1
Fix missing common_gui wandb code
2023-05-05 14:50:37 -04:00
bmaltais
f942783d12
Update some vars from str to float and int
2023-05-04 15:23:55 -04:00
bmaltais
f1193eaece
Fix issue with noise offset
2023-05-04 15:00:43 -04:00
bmaltais
ba2b3ab0db
Merge pull request #711 from ertugrul-dmr/master
...
Fix for UnicodeDecodeError
2023-05-04 14:18:00 -04:00
ertugrul-dmr
4740ad0351
fix for UnicodeDecodeError
2023-05-04 16:43:32 +03:00
bmaltais
d3a89443cd
Add multi-resolution noise training support
2023-05-03 09:59:18 -04:00
bmaltais
111527b490
Add support for Lion8bit
2023-05-03 08:49:48 -04:00
bmaltais
be3ba65127
Add missing options to WD14 tagger
...
Refactor code
2023-05-02 09:50: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
d9d4789c6a
fix wront type for caption_dropout_rate
2023-04-07 09:03:59 -04:00
bmaltais
1f153629fe
Fix bug 554
2023-04-07 08:55:03 -04:00
bmaltais
7b87edfd29
Adding GUI support for new sd-scripts features
2023-04-05 08:33:24 -04:00
bmaltais
54a204165b
Update to latest kohya_ss code
2023-04-04 18:05:20 -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
13c4b1f73b
v21.3.7
2023-03-29 19:43:23 -04:00
bmaltais
8822eab5a6
Merge new sd-scripts updates
2023-03-28 11:54:42 -04:00
bmaltais
b6332ceb0f
Fix missing macos requirements file
2023-03-26 06:47:26 -04:00
bmaltais
c38c018197
Prevent the file selection GUI from running
2023-03-25 20:29:04 -04:00