Move text_projection to base clip model.

This commit is contained in:
comfyanonymous
2023-08-24 22:20:30 -04:00
parent 30eb92c3cb
commit ec96f6d03a
4 changed files with 8 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
"num_attention_heads": 16,
"num_hidden_layers": 24,
"pad_token_id": 1,
"projection_dim": 512,
"projection_dim": 1024,
"torch_dtype": "float32",
"vocab_size": 49408
}