Skip to content

Commit

Permalink
(fix): added "model_type" to photomaker node (#6047)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 authored Dec 15, 2024
1 parent e83063b commit 1b3a650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comfy_extras/nodes_photomaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"patch_size": 14,
"projection_dim": 768,
"hidden_act": "quick_gelu",
"model_type": "clip_vision_model",
}

class MLP(nn.Module):
Expand Down

0 comments on commit 1b3a650

Please sign in to comment.