aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-10-20 00:27:16 +0100
committerGitHub <noreply@github.com>2022-10-20 00:27:16 +0100
commit4d6b9f76a55fd0ac0f72634071032dd9c6efb409 (patch)
tree2d8757d346c3ab1982e4d4678c354c82ec48df6c /modules/ui.py
parentc3835ec85cbb44fa3c46fa871c622b6fee235c89 (diff)
reorder create_hypernetwork params
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py
index d07184ee..322c082b 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -1307,9 +1307,9 @@ def create_ui(wrap_gradio_gpu_call):
inputs=[
new_hypernetwork_name,
new_hypernetwork_sizes,
+ overwrite_old_hypernetwork,
new_hypernetwork_layer_structure,
new_hypernetwork_add_layer_norm,
- overwrite_old_hypernetwork,
],
outputs=[
train_hypernetwork_name,