aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
diff options
context:
space:
mode:
authordiscus0434 <discus0434@gmail.com>2022-10-22 13:00:44 +0000
committerdiscus0434 <discus0434@gmail.com>2022-10-22 13:00:44 +0000
commit7912acef725832debef58c4c7bf8ec22fb446c0b (patch)
treed85d1455ea4f9a888cca76c5167260a6363c0a4f /modules/ui.py
parentfccba4729db341a299db3343e3264fecd9459a07 (diff)
downloadstable-diffusion-webui-gfx803-7912acef725832debef58c4c7bf8ec22fb446c0b.tar.gz
stable-diffusion-webui-gfx803-7912acef725832debef58c4c7bf8ec22fb446c0b.tar.bz2
stable-diffusion-webui-gfx803-7912acef725832debef58c4c7bf8ec22fb446c0b.zip
small fix
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py
index cd118552..eca887ca 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -1244,7 +1244,6 @@ def create_ui(wrap_gradio_gpu_call):
new_hypernetwork_add_layer_norm = gr.Checkbox(label="Add layer normalization")
new_hypernetwork_use_dropout = gr.Checkbox(label="Use dropout")
overwrite_old_hypernetwork = gr.Checkbox(value=False, label="Overwrite Old Hypernetwork")
- new_hypernetwork_activation_func = gr.Dropdown(value="relu", label="Select activation function of hypernetwork", choices=["linear", "relu", "leakyrelu"])
with gr.Row():
with gr.Column(scale=3):