ayushtues commited on
Commit
6cc6f03
1 Parent(s): 8d0dcc8

Upload config.json

Browse files
Files changed (1) hide show
  1. text_encoder/config.json +3 -3
text_encoder/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "./blipdiffusion_hf_ckpt/text_encoder",
3
  "architectures": [
4
- "CtxCLIPTextModel"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 0,
@@ -20,6 +20,6 @@
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.31.0",
24
  "vocab_size": 49408
25
  }
 
1
  {
2
+ "_name_or_path": "cache/models--runwayml--stable-diffusion-v1-5",
3
  "architectures": [
4
+ "ContextCLIPTextModel"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 0,
 
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.32.1",
24
  "vocab_size": 49408
25
  }