fred-dev commited on
Commit
4c5aa6e
·
verified ·
1 Parent(s): 3891a97

revert to epoch=1201-step=560000.ckpt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def run():
10
 
11
  interface = create_ui(
12
  model_config_path = "model_config_float_conditioning_dit_all.json",
13
- ckpt_path="epoch=1292-step=602500.ckpt",
14
  model_half=False
15
  )
16
  interface.queue()
 
10
 
11
  interface = create_ui(
12
  model_config_path = "model_config_float_conditioning_dit_all.json",
13
+ ckpt_path="epoch=1201-step=560000.ckpt",
14
  model_half=False
15
  )
16
  interface.queue()