patrickvonplaten
commited on
Commit
•
bdc2e1b
1
Parent(s):
5648d08
Update scheduler/scheduler_config.json
Browse files
scheduler/scheduler_config.json
CHANGED
@@ -4,6 +4,8 @@
|
|
4 |
"beta_schedule": "exp",
|
5 |
"trained_betas": null,
|
6 |
"num_train_timesteps": 1024,
|
|
|
|
|
7 |
"prediction_type": "sample",
|
8 |
"use_karras_sigmas": true,
|
9 |
"sigma_max": 160,
|
|
|
4 |
"beta_schedule": "exp",
|
5 |
"trained_betas": null,
|
6 |
"num_train_timesteps": 1024,
|
7 |
+
"clip_sample": true,
|
8 |
+
"clip_sample_range": 1.0,
|
9 |
"prediction_type": "sample",
|
10 |
"use_karras_sigmas": true,
|
11 |
"sigma_max": 160,
|