Skip to content

Commit 0391f29

Browse files
Update python/src/diffusionkit/mlx/config.py
1 parent a3c108c commit 0391f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/src/diffusionkit/mlx/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def hidden_size(self) -> int:
104104
pooled_text_embed_dim=768, # CLIP-L/14 only
105105
use_qk_norm=True,
106106
float16_dtype=mx.bfloat16,
107-
guidance_embed=True, # Add this line
107+
guidance_embed=True,
108108
dtype=mx.bfloat16,
109109
)
110110

0 commit comments

Comments
 (0)