mirror of https://github.com/vladmandic/automatic
cleanup repo
parent
31fa7761f7
commit
95c89cea2e
|
|
@ -36,9 +36,6 @@
|
|||
[submodule "extensions-builtin/sd-webui-controlnet"]
|
||||
path = extensions-builtin/sd-webui-controlnet
|
||||
url = https://github.com/Mikubill/sd-webui-controlnet
|
||||
[submodule "modules/locon"]
|
||||
path = modules/locon
|
||||
url = https://github.com/KohakuBlueleaf/LoCon
|
||||
[submodule "modules/lycoris"]
|
||||
path = modules/lycoris
|
||||
url = https://github.com/KohakuBlueleaf/LyCORIS
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
"./modules/lora",
|
||||
"./repositories/BLIP",
|
||||
"./repositories/CodeFormer",
|
||||
"./repositories/k-diffusion",
|
||||
"./repositories/taming-transformers",
|
||||
"./repositories/stable-diffusion-stability-ai"
|
||||
],
|
||||
"python.analysis.typeCheckingMode": "off"
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ Fork does differ in few things:
|
|||
- Uses simplified folder structure
|
||||
e.g. `/train`, `/outputs/*`
|
||||
- Modified training templates
|
||||
- Built-in `LoRA`, `Custom Diffusion`, `Dreambooth` training
|
||||
- Built-in `LoRA`, `LyCORIS`, `Custom Diffusion`, `Dreambooth` training
|
||||
|
||||
Only Python library which is not auto-updated is `PyTorch` itself as that is very system specific
|
||||
For some Torch optimizations notes, see Wiki
|
||||
|
|
|
|||
|
|
@ -268,10 +268,6 @@ if __name__ == '__main__':
|
|||
time.sleep(1)
|
||||
|
||||
if args.lycoris:
|
||||
# python3 sd-scripts/train_network.py --network_module locon.locon_kohya --network_dim "RANK_FOR_TRANSFORMER" --network_alpha "ALPHA_FOR_TRANSFORMER" --network_args "conv_dim=RANK_FOR_CONV" "conv_alpha=ALPHA_FOR_CONV" "dropout=DROPOUT_RATE"
|
||||
# options.network_dim = 'RANK_FOR_TRANSFORMER'
|
||||
# options.network_alpha = 'ALPHA_FOR_TRANSFORMER'
|
||||
# options.network_args = ['conv_dim=RANK_FOR_CONV', 'conv_alpha=ALPHA_FOR_CONV', 'dropout=DROPOUT_RATE']
|
||||
log.info({ 'using lycoris network': True })
|
||||
options.network_module = 'lycoris.kohya'
|
||||
if not args.notrain:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d4c535021c80b585a5ae6973ad6d5d63a1199d78
|
||||
Subproject commit 78a20ac98469db71b660a8e066238927e264d0bf
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 07c948cbf5530b24728961d97c6ae28d7a7e78c0
|
||||
Subproject commit 84d8ee799c627c4ee6751fb703734ef7e6819093
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit fe445ddf26d3b311f563e0763c7f3041fc5391cf
|
||||
Subproject commit b186ad208823b0f6d2449a3816d5fc06268ed38a
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 559cb1ece20cba722009ee843b3935e746f5c969
|
||||
2
wiki
2
wiki
|
|
@ -1 +1 @@
|
|||
Subproject commit f967dcb69119f214b24e05fb1ff818dd230820c7
|
||||
Subproject commit ffb91e42140165d5515b95976e61dc45f85c2444
|
||||
Loading…
Reference in New Issue