sd-image-variations-diffusers / model_index.json
Matthew Trentacoste
Updating to LambdaLabs variations model v2
0731639
raw history blame
No virus
680 Bytes
{
"_class_name": "StableDiffusionImageVariationEmbedsPipeline",
"_diffusers_version": "0.9.0",
"feature_extractor": [
"transformers",
"CLIPImageProcessor"
],
"image_encoder": [
"transformers",
"CLIPVisionModelWithProjection"
],
"requires_safety_checker": false,
"safety_checker": [
"stable_diffusion",
"StableDiffusionSafetyChecker"
],
"scheduler": [
"diffusers",
"PNDMScheduler"
],
"text_encoder": [
"transformers",
"CLIPModel"
],
"text_processor": [
"transformers",
"CLIPProcessor"
],
"unet": [
"diffusers",
"UNet2DConditionModel"
],
"vae": [
"diffusers",
"AutoencoderKL"
]
}