mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update
This commit is contained in:
Executable
+3
@@ -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
@@ -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
Reference in New Issue
Block a user