diff --git a/automatic.sh b/automatic.sh new file mode 100755 index 000000000..88a0881a0 --- /dev/null +++ b/automatic.sh @@ -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 diff --git a/ui-config.json b/ui-config.json index b6c466fbb..adda3f77a 100644 --- a/ui-config.json +++ b/ui-config.json @@ -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" } \ No newline at end of file diff --git a/wiki b/wiki index 82011d27c..6df331a03 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 82011d27c34574b33460ba5011bfb88be72f0bea +Subproject commit 6df331a03ab52661d71f046e7a3620c1e48b0034