diff options
author | discus0434 <discus0434@gmail.com> | 2022-10-22 13:00:44 +0000 |
---|---|---|
committer | discus0434 <discus0434@gmail.com> | 2022-10-22 13:00:44 +0000 |
commit | 7912acef725832debef58c4c7bf8ec22fb446c0b (patch) | |
tree | d85d1455ea4f9a888cca76c5167260a6363c0a4f /modules/ui.py | |
parent | fccba4729db341a299db3343e3264fecd9459a07 (diff) | |
download | stable-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.py | 1 |
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):
|