Sapir commited on
Commit
6e9082f
1 Parent(s): 66068e1

Add stretching to scheduler_config

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +2 -1
scheduler/scheduler_config.json CHANGED
@@ -3,5 +3,6 @@
3
  "_diffusers_version": "0.25.1",
4
  "num_train_timesteps": 1000,
5
  "shifting": "SD3",
6
- "base_resolution": null
 
7
  }
 
3
  "_diffusers_version": "0.25.1",
4
  "num_train_timesteps": 1000,
5
  "shifting": "SD3",
6
+ "base_resolution": null,
7
+ "target_shift_terminal": 0.1
8
  }