Skip to content

Commit 1b3a650

Browse files
authored
(fix): added "model_type" to photomaker node (comfyanonymous#6047)
1 parent e83063b commit 1b3a650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

comfy_extras/nodes_photomaker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"patch_size": 14,
1717
"projection_dim": 768,
1818
"hidden_act": "quick_gelu",
19+
"model_type": "clip_vision_model",
1920
}
2021

2122
class MLP(nn.Module):

0 commit comments

Comments
 (0)