Malik99999 commited on
Commit
1969a56
·
verified ·
1 Parent(s): 7b97784

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
2
  "model_type": "unet",
3
  "revision": "main",
4
- "scheduler": "ddim",
5
  "tokenizer": "stable-diffusion-v1-5",
6
- "torch_dtype": "float16"
 
 
 
 
7
  }
 
1
  {
2
  "model_type": "unet",
3
  "revision": "main",
 
4
  "tokenizer": "stable-diffusion-v1-5",
5
+ "torch_dtype": "float16",
6
+ "architecture": "UNet2DConditionModel",
7
+ "tokenizer": "openai/clip-vit-base-patch16",
8
+ "scheduler": "PNDMScheduler"
9
+
10
  }