reorder create_hypernetwork params

This commit is contained in:
DepFA 2022-10-20 00:27:16 +01:00 committed by GitHub
parent c3835ec85c
commit 4d6b9f76a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,