AbstractPhil commited on
Commit
ad20a04
·
verified ·
1 Parent(s): 92345e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ config = TinyFluxDeepConfig()
301
  model = TinyFluxDeep(config)
302
 
303
  # Load EMA weights (best quality)
304
- weights_path = hf_hub_download("AbstractPhil/tiny-flux-deep", "checkpoints/step_286250_ema.safetensors")
305
  weights = load_file(weights_path)
306
  model.load_state_dict(weights, strict=False)
307
  model.eval()
 
301
  model = TinyFluxDeep(config)
302
 
303
  # Load EMA weights (best quality)
304
+ weights_path = hf_hub_download("AbstractPhil/tiny-flux-deep", "checkpoints/step_297500_ema.safetensors")
305
  weights = load_file(weights_path)
306
  model.load_state_dict(weights, strict=False)
307
  model.eval()