patrickvonplaten pcuenq HF staff commited on
Commit
1ecdd61
1 Parent(s): 1343e26

Fix malformed json (#1)

Browse files

- Fix malformed json (efbd7d16b04d96bcf027054c03022e20bacc7fc3)


Co-authored-by: Pedro Cuenca <pcuenq@users.noreply.huggingface.co>

Files changed (1) hide show
  1. scheduler/scheduler_config.json +1 -1
scheduler/scheduler_config.json CHANGED
@@ -7,5 +7,5 @@
7
  "clip_sample": true,
8
  "clip_sample_range": 1.0,
9
  "prediction_type": "sample",
10
- "use_karras_sigmas": true,
11
  }
 
7
  "clip_sample": true,
8
  "clip_sample_range": 1.0,
9
  "prediction_type": "sample",
10
+ "use_karras_sigmas": true
11
  }