multimodalart HF staff commited on
Commit
106ce34
1 Parent(s): d22add2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ training_option_settings = {
42
  "lr_scheduler": "constant",
43
  "with_prior_preservation": True,
44
  "class_prompt": "a photo of a person",
45
- "train_steps_multiplier": 120,
46
  "file_count": 150,
47
  "dataset_path": FACES_DATASET_PATH
48
  },
 
42
  "lr_scheduler": "constant",
43
  "with_prior_preservation": True,
44
  "class_prompt": "a photo of a person",
45
+ "train_steps_multiplier": 75,
46
  "file_count": 150,
47
  "dataset_path": FACES_DATASET_PATH
48
  },