(fix): added "model_type" to photomaker node (#6047)

This commit is contained in:
Alexander Piskun 2024-12-15 08:18:02 +03:00 committed by GitHub
parent 8ef0fbfca3
commit 1c6a208891

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):