marigold-iid-lighting-v1-1 / model_index.json
toshas's picture
update iid target properties in the index
a53f403
raw
history blame
857 Bytes
{
"_class_name": "MarigoldIntrinsicsPipeline",
"_diffusers_version": "0.24.0",
"prediction_type": "intrinsics",
"default_denoising_steps": 4,
"default_processing_resolution": 768,
"target_properties": {
"target_names": [
"albedo",
"shading",
"residual"
],
"albedo": {
"prediction_space": "linear",
"up_to_scale": false
},
"shading": {
"prediction_space": "linear",
"up_to_scale": true
},
"residual": {
"prediction_space": "linear",
"up_to_scale": true
}
},
"unet": [
"diffusers",
"UNet2DConditionModel"
],
"vae": [
"diffusers",
"AutoencoderKL"
],
"scheduler": [
"diffusers",
"DDIMScheduler"
],
"text_encoder": [
"transformers",
"CLIPTextModel"
],
"tokenizer": [
"transformers",
"CLIPTokenizer"
]
}