Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/raoulritter/DiffusionKit in…
Browse files Browse the repository at this point in the history
…to raoulritter/main
  • Loading branch information
ZachNagengast committed Sep 6, 2024
2 parents c5726c2 + 0391f29 commit 6541efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/diffusionkit/mlx/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def hidden_size(self) -> int:
pooled_text_embed_dim=768, # CLIP-L/14 only
use_qk_norm=True,
float16_dtype=mx.bfloat16,
guidance_embed=True, # Add this line
guidance_embed=True,
dtype=mx.bfloat16,
)

Expand Down

0 comments on commit 6541efb

Please sign in to comment.