Flo444 commited on
Commit
85402ec
·
verified ·
1 Parent(s): cc389c2

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_type": "stable-diffusion",
3
+ "architectures": ["StableDiffusion"],
4
+ "tokenizer_class": "CLIPTextModel"
5
+ }