(fix): added "model_type" to photomaker node

This commit is contained in:
bigcat88 2024-12-14 18:15:59 +02:00
parent e83063bf24
commit 7e8befd488
No known key found for this signature in database
GPG Key ID: 1F0BF0EC3CF22721

View File

@ -16,6 +16,7 @@ VISION_CONFIG_DICT = {
"patch_size": 14,
"projection_dim": 768,
"hidden_act": "quick_gelu",
"model_type": "clip_vision_model",
}
class MLP(nn.Module):