Update edm/config.json
Browse files- edm/config.json +2 -2
edm/config.json
CHANGED
|
@@ -2,6 +2,6 @@
|
|
| 2 |
"adapter": "edm-imagenet-64",
|
| 3 |
"checkpoint": "checkpoints/edm-imagenet-64x64-cond-adm.pkl",
|
| 4 |
"default_steps": 50,
|
| 5 |
-
"sigma_max":
|
| 6 |
-
"sigma_min": 0.
|
| 7 |
}
|
|
|
|
| 2 |
"adapter": "edm-imagenet-64",
|
| 3 |
"checkpoint": "checkpoints/edm-imagenet-64x64-cond-adm.pkl",
|
| 4 |
"default_steps": 50,
|
| 5 |
+
"sigma_max": 50.0,
|
| 6 |
+
"sigma_min": 0.5
|
| 7 |
}
|