signupting commited on
Commit
40c84ac
·
1 Parent(s): 2657ba9

Add model_index.json file

Browse files
Files changed (1) hide show
  1. model_index.json +7 -0
model_index.json CHANGED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.14.0",
4
+ "model_type": "text-to-image",
5
+ "pipeline_tag": "stable-diffusion",
6
+ "base_model": "CompVis/stable-diffusion-v1-4"
7
+ }