add default step and resolution
Browse files- model_index.json +3 -1
model_index.json
CHANGED
@@ -3,7 +3,9 @@
|
|
3 |
"_diffusers_version":"0.24.0",
|
4 |
"prediction_type": "disparity",
|
5 |
"scale_invariant": true,
|
6 |
-
"shift_invariant": true,
|
|
|
|
|
7 |
"unet":[
|
8 |
"diffusers",
|
9 |
"UNet2DConditionModel"
|
|
|
3 |
"_diffusers_version":"0.24.0",
|
4 |
"prediction_type": "disparity",
|
5 |
"scale_invariant": true,
|
6 |
+
"shift_invariant": true,
|
7 |
+
"default_denoising_steps": 10,
|
8 |
+
"default_processing_resolution": 768,
|
9 |
"unet":[
|
10 |
"diffusers",
|
11 |
"UNet2DConditionModel"
|