Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyongliang committed Mar 22, 2023
1 parent 8eb4f26 commit eefad18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webui.py
Expand Up @@ -591,7 +591,6 @@ def train():
db_train_unfrozen,
db_512_model
)
print('---2---', db_model_name, db_model_path, db_revision, db_epochs, db_scheduler, db_src, db_has_ema, db_v2, db_resolution)
dreambooth_config_id = cmd_opts.dreambooth_config_id
try:
with open(f'/opt/ml/input/data/config/{dreambooth_config_id}.json', 'r') as f:
Expand Down

0 comments on commit eefad18

Please sign in to comment.