mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 05:07:08 +08:00
(fix): added "model_type" to photomaker node
This commit is contained in:
parent
e83063bf24
commit
7e8befd488
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user