marigold-iid-appearance-v1-1 / model_index.json
toshas's picture
update iid target properties in the index
cc4c47d
{
"_class_name": "MarigoldIntrinsicsPipeline",
"_diffusers_version": "0.24.0",
"prediction_type": "intrinsics",
"default_denoising_steps": 4,
"default_processing_resolution": 768,
"target_properties": {
"target_names": [
"albedo",
"material"
],
"albedo": {
"prediction_space": "srgb"
},
"material": {
"prediction_space": "stack",
"sub_target_names": [
"roughness",
"metallicity",
null
]
},
"roughness": {
"prediction_space": "linear",
"up_to_scale": false
},
"metallicity": {
"prediction_space": "linear",
"up_to_scale": false
}
},
"unet": [
"diffusers",
"UNet2DConditionModel"
],
"vae": [
"diffusers",
"AutoencoderKL"
],
"scheduler": [
"diffusers",
"DDIMScheduler"
],
"text_encoder": [
"transformers",
"CLIPTextModel"
],
"tokenizer": [
"transformers",
"CLIPTokenizer"
]
}