File size: 442 Bytes
f4e83f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"_class_name": "DepthNormalEstimationPipeline",
"_diffusers_version": "0.30.2",
"feature_extractor": [
"transformers",
"CLIPImageProcessor"
],
"image_encoder": [
"transformers",
"CLIPVisionModelWithProjection"
],
"scheduler": [
"diffusers",
"DDIMScheduler"
],
"unet": [
"geowizard.models.unet_2d_condition",
"UNet2DConditionModel"
],
"vae": [
"diffusers",
"AutoencoderKL"
]
}
|