Skip to content

Commit

Permalink
fix issues with hypernetwork training
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyongliang committed Feb 23, 2023
1 parent 633095a commit 0ab83c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webui.py
Expand Up @@ -423,6 +423,8 @@ def train():
)
hypernet.save(fn)

shared.hypernetworks = modules.hypernetworks.hypernetwork.list_hypernetworks(cmd_opts.hypernetwork_dir)

process_src = '/opt/ml/input/data/images'
process_dst = str(uuid.uuid4())
process_width = train_args['images_preprocessing_settings']['process_width']
Expand Down

0 comments on commit 0ab83c1

Please sign in to comment.