From 7e8befd488474d9468250652962c470352701f32 Mon Sep 17 00:00:00 2001 From: bigcat88 Date: Sat, 14 Dec 2024 18:15:59 +0200 Subject: [PATCH] (fix): added "model_type" to photomaker node --- comfy_extras/nodes_photomaker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy_extras/nodes_photomaker.py b/comfy_extras/nodes_photomaker.py index 95d24dd22..d358ed6d5 100644 --- a/comfy_extras/nodes_photomaker.py +++ b/comfy_extras/nodes_photomaker.py @@ -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):