mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-10 18:05:16 +00:00
(fix): added "model_type" to photomaker node (#6047)
This commit is contained in:
parent
e83063bf24
commit
1b3a650f19
@ -16,6 +16,7 @@ VISION_CONFIG_DICT = {
|
|||||||
"patch_size": 14,
|
"patch_size": 14,
|
||||||
"projection_dim": 768,
|
"projection_dim": 768,
|
||||||
"hidden_act": "quick_gelu",
|
"hidden_act": "quick_gelu",
|
||||||
|
"model_type": "clip_vision_model",
|
||||||
}
|
}
|
||||||
|
|
||||||
class MLP(nn.Module):
|
class MLP(nn.Module):
|
||||||
|
Loading…
Reference in New Issue
Block a user