cleanup repo

This commit is contained in:
Vladimir Mandic
2023-03-11 07:34:05 -05:00
parent 31fa7761f7
commit 95c89cea2e
9 changed files with 7 additions and 13 deletions
-3
View File
@@ -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
+2
View File
@@ -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"
+1 -1
View File
@@ -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
-4
View File
@@ -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:
Submodule modules/locon deleted from 559cb1ece2
+1 -1
Submodule wiki updated: f967dcb691...ffb91e4214