diff --git a/comfy_extras/nodes_photomaker.py b/comfy_extras/nodes_photomaker.py index 95d24dd2..d358ed6d 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):