bmaltais
ed17faf4b4
Remove confusing log after command execution.
2024-05-27 09:55:06 -04:00
bmaltais
7bbc99d91b
2382 some incorrect usage related to the recent shell=false issue ( #2417 )
...
* Convert script back to no shell.
* Update rest of tools and update dreambooth to no shell
* Update rest of trainers to not use shell
* Allow the use of custom caption extension
2024-04-29 07:44:55 -04:00
bmaltais
4923f5647c
Make Start/Stop buttons visible in headless ( #2356 )
2024-04-20 14:27:19 -04:00
bmaltais
13b836ad76
Fix issues with steps calculations
2024-04-16 14:52:20 -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
e6a8dec98d
Implement use_shell as parameter ( #2297 )
2024-04-15 20:26:09 -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
d3ba1110ef
Merge branch 'fix_accelerate_issue' into dev
2024-04-13 21:14:31 -04:00
bmaltais
fddac3362e
Make Stop training diseapear when training is done
2024-04-13 21:10:31 -04:00
bmaltais
a093b783bc
Fix accelerate issue on linux ( #2281 )
...
* Fix issue discovered after removing shell=True. This is a significant rewrite... but will make things better for the future.
2024-04-13 16:52:27 -04:00
Bernard Maltais
835b6505c0
Fix running on linux
2024-04-13 14:03:55 -04:00
bmaltais
79a78246a2
Rewrite run_cmd to list
2024-04-13 10:42:14 -04:00
bmaltais
fef3dd2d12
Quick fix for other trainers
2024-04-13 08:43:57 -04:00
bmaltais
f34eea41ca
Fix issue for Dreambooth training... quick fix
2024-04-13 08:29:00 -04:00
bmaltais
4aa02c8aa3
Improve training and tensorboard buttons and code
2024-04-12 20:26:35 -04:00
bmaltais
831af8babe
Remove shell=True from scripts ( #2257 )
...
* Remove shell=True from scripts
2024-04-11 08:00:31 -04:00
bmaltais
49f76343b5
Format with black
2024-04-03 18:32:25 -04:00
bmaltais
0d4e6c4ece
Update command executor code
2024-03-16 11:00:13 -04:00
Won-Kyu Park
708245e1e6
more cleanup
...
- use sys.executable
- check *_dir validity and remove doublequotes strip
- set `scriptdir`
- use gr.update()
- unify Folders for finetune
- use subprocess.run(run_cmd, shell=True, env=env)
2024-03-02 14:10:02 +09:00
Won-Kyu Park
bdb98af295
move gui related files to kohya_gui/
2024-02-27 21:54:38 +09:00