Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2024-12-15 15:29:17 +03:00 committed by GitHub
commit 477e5d1c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):