bmaltais
2ea7387fba
Address issue 188
2023-04-15 08:52:23 -04:00
bmaltais
27c91db673
Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev
2023-04-15 08:26:32 -04:00
Kohya S
6d5f847edc
Merge pull request #413 from kohya-ss/dev
...
fix dylora loading
2023-04-14 22:17:08 +09:00
Kohya S
afb8700a95
update readme
2023-04-14 22:15:31 +09:00
Kohya S
e60d18cfb3
Merge branch 'main' into dev
2023-04-14 22:13:49 +09:00
Kohya S
92332eb96e
fix load_state_dict failed in dylora
2023-04-14 22:13:26 +09:00
bmaltais
1f8fdd632d
Fix Adafactor issue
2023-04-13 19:42:46 -04:00
Kohya S
7ad7cac0c2
Merge pull request #408 from kohya-ss/dev
...
DyLoRA, latents disk cache etc.
2023-04-13 22:31:27 +09:00
Kohya S
06a9f51431
fix link in readme
2023-04-13 22:27:00 +09:00
Kohya S
849bc24d20
update readme
2023-04-13 22:24:47 +09:00
Kohya S
423e6c229c
support metadata json+.npz caching (no prepare)
2023-04-13 22:12:13 +09:00
Kohya S
9fc27403b2
support disk cache: same as #164 , might fix #407
2023-04-13 21:40:34 +09:00
Kohya S
2de9a51591
fix typos
2023-04-13 21:18:18 +09:00
Kohya S
a8632b7329
fix latents disk cache
2023-04-13 21:14:39 +09:00
Kohya S
9ff32fd4c0
fix parameters are not freezed
2023-04-13 21:14:20 +09:00
Kohya S
a097c42579
update docs
2023-04-13 21:07:22 +09:00
bmaltais
b2ba350f10
Update readme
2023-04-12 14:17:17 -04:00
bmaltais
5c08be9c1f
Merge pull request #606 from derVedro/derVedro-better-gui.sh
...
Run gui.sh from any place
2023-04-12 14:15:27 -04:00
Kohya S
68e0767404
add comment about scaling
2023-04-12 23:40:10 +09:00
Kohya S
e09966024c
delete unnecessary lines
2023-04-12 23:16:47 +09:00
Kohya S
893c2fc08a
add DyLoRA (experimental)
2023-04-12 23:14:09 +09:00
Kohya S
2e9f7b5f91
cache latents to disk in dreambooth method
2023-04-12 23:10:39 +09:00
derVedro
2e3ac96642
Update gui.sh
...
adjust global paths
2023-04-12 15:21:26 +02:00
derVedro
bc96239db1
Update gui.sh
...
It's much easier to step into kohya-ss directory as update all other python scripts to handle global paths
2023-04-12 15:14:49 +02:00
bmaltais
99503e3574
Merge pull request #590 from alyxdow/patch-1
...
Upgrade that working on MacOS
2023-04-10 18:53:49 -04:00
Alyx Dow
53590a408e
Upgrade that working on MacOS
...
Explanation:
* The first line #!/bin/bash specifies the shell to be used as bash.
* The if statement checks the output of the git status command. The grep command searches for any lines that start with a non-space character (not counting the ?? status, which indicates untracked files), indicating that there are changes that need to be committed.
* git pull pulls the latest changes from the remote repository.
* source venv/bin/activate activates the virtual environment.
* pip install --use-pep517 --upgrade -r requirements.txt upgrades the required packages in the activated virtual environment.
2023-04-10 01:40:05 +03: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
829b9230b4
Merge pull request #588 from bmaltais/dev
...
v21.5.1
2023-04-09 15:56:46 -04:00
Kohya S
5050971ac6
Merge pull request #388 from kohya-ss/dev
...
add weighted caption for training
2023-04-08 22:00:46 +09:00
Kohya S
08c54dcf22
update readme
2023-04-08 21:58:22 +09:00
Kohya S
6a5f87d874
disable weighted captions in TI/XTI training
2023-04-08 21:45:57 +09:00
Kohya S
a876f2d3fb
format by black
2023-04-08 21:36:35 +09:00
Kohya S
a75f5898e6
Merge pull request #336 from AI-Casanova/weighted_captions
...
Proof of Concept: Weighted captions
2023-04-08 21:31:05 +09:00
AI-Casanova
dbab72153f
Clean up custom_train_functions.py
...
Removed commented out lines from earlier bugfix.
2023-04-08 00:44:56 -05:00
AI-Casanova
0d54609435
Merge branch 'kohya-ss:main' into weighted_captions
2023-04-07 14:55:40 -05: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
955ff5a180
Update readme
2023-04-07 08:37:26 -04:00
bmaltais
5eb3488511
Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev
2023-04-07 08:31:06 -04:00
bmaltais
9533285e99
Merge pull request #561 from bmaltais/dev
...
v21.5.0
2023-04-07 08:20:14 -04:00
bmaltais
8e582ca7b4
v21.5.0
2023-04-07 08:19:34 -04:00
bmaltais
c4e91a269a
Merge pull request #558 from derVedro/patch-2
...
gui.sh will now be able to handle spaces and other ugly things in the path
2023-04-07 07:05:58 -04:00
derVedro
fa8fd1a44c
Update gui.sh
...
the outer quotes are unnecessary, brackets do the job
2023-04-07 01:56:15 +02:00
derVedro
3af13672ec
right path quotes in gui.sh
2023-04-07 01:51:44 +02:00
bmaltais
769768cd49
Merge pull request #556 from Oceanswave/master
...
Fix for git-based captioning on posix systems
2023-04-06 19:27:32 -04:00
Sean McLellan
95d590c7a2
align with other run_cmds
2023-04-06 17:21:32 -04:00
Sean McLellan
7f8e6fb9ec
Fix for git-based captioning on posix systems
2023-04-06 17:11:25 -04:00
bmaltais
87687d7d38
Merge pull request #551 from Cauldrath/sd-scripts-history
...
Merge history from kohya-ss/sd-scripts
2023-04-06 15:45:31 -04:00
Kohya S
b5c60d7d62
Merge pull request #381 from kohya-ss/dev
...
feature to upload to huggingface etc.
2023-04-06 08:20:07 +09:00
Kohya S
defefd79c5
Merge branch 'main' into dev
2023-04-06 08:16:31 +09:00