kandinsky-2-1-prior / model_index.json
yiyixuxu
add image_processor
4277299
raw history blame
No virus
500 Bytes
{
"_class_name": "KandinskyPriorPipeline",
"_diffusers_version": "0.17.0.dev0",
"text_encoder": [
"transformers",
"CLIPTextModelWithProjection"
],
"tokenizer": [
"transformers",
"CLIPTokenizer"
],
"prior": [
"diffusers",
"PriorTransformer"
],
"scheduler": [
"diffusers",
"UnCLIPScheduler"
],
"image_encoder": [
"transformers",
"CLIPVisionModelWithProjection"
],
"image_processor": [
"transformers",
"CLIPImageProcessor"
]
}