ZicoZ7 commited on
Commit
abf59c3
·
verified ·
1 Parent(s): aae0b50

Update text_encoder/config.json

Browse files
Files changed (1) hide show
  1. text_encoder/config.json +2 -2
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--black-forest-labs--FLUX.1-schnell/snapshots/741f7c3ce8b383c54771c7003378a50191e9efe9/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
@@ -20,6 +20,6 @@
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
  "torch_dtype": "bfloat16",
23
- "transformers_version": "4.46.1",
24
  "vocab_size": 49408
25
  }
 
1
  {
2
+ "_name_or_path": "openai/clip-vit-large-patch14",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
  "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.43.3",
24
  "vocab_size": 49408
25
  }