Skip to content

Commit 6541efb

Browse files
committed
Merge branch 'main' of https://github.com/raoulritter/DiffusionKit into raoulritter/main
2 parents c5726c2 + 0391f29 commit 6541efb

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)