This commit is contained in:
Vladimir Mandic
2023-01-07 12:32:46 -05:00
parent f2fa7831bf
commit 113d1c51d8
3 changed files with 33 additions and 2 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
#/bin/env bash
export PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.9,max_split_size_mb:512
python launch.py --api --api-log --xformers --disable-console-progressbars
+29 -1
View File
@@ -544,5 +544,33 @@
"customscript/xy_grid.py/img2img/Keep -1 for seeds/visible": true,
"customscript/xy_grid.py/img2img/Keep -1 for seeds/value": false,
"customscript/inspiration.py/img2img/Prompt Placeholder, which can be used at the top of prompt input/visible": true,
"customscript/inspiration.py/img2img/Prompt Placeholder, which can be used at the top of prompt input/value": "{inspiration}"
"customscript/inspiration.py/img2img/Prompt Placeholder, which can be used at the top of prompt input/value": "{inspiration}",
"txt2img/Upscaler/visible": true,
"txt2img/Upscaler/value": "Latent",
"customscript/xy_grid.py/txt2img/X type/visible": true,
"customscript/xy_grid.py/txt2img/X type/value": "Seed",
"customscript/xy_grid.py/txt2img/Y type/visible": true,
"customscript/xy_grid.py/txt2img/Y type/value": "Nothing",
"customscript/xy_grid.py/img2img/X type/visible": true,
"customscript/xy_grid.py/img2img/X type/value": "Seed",
"customscript/xy_grid.py/img2img/Y type/visible": true,
"customscript/xy_grid.py/img2img/Y type/value": "Nothing",
"modelmerger/Primary model (A)/visible": true,
"modelmerger/Primary model (A)/value": null,
"modelmerger/Secondary model (B)/visible": true,
"modelmerger/Secondary model (B)/value": null,
"modelmerger/Tertiary model (C)/visible": true,
"modelmerger/Tertiary model (C)/value": null,
"train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/visible": true,
"train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/value": "linear",
"train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/visible": true,
"train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/value": "Normal",
"train/Existing Caption txt Action/visible": true,
"train/Existing Caption txt Action/value": "ignore",
"train/Embedding/visible": true,
"train/Embedding/value": null,
"train/Hypernetwork/visible": true,
"train/Hypernetwork/value": null,
"train/Gradient Clipping/visible": true,
"train/Gradient Clipping/value": "disabled"
}
+1 -1
Submodule wiki updated: 82011d27c3...6df331a03a