Skip to content

bug fix #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Apr 29, 2025
Prev Previous commit
Next Next commit
bug fix
  • Loading branch information
tenderness-git committed Apr 28, 2025
commit 62c6704a6cad48229605c58c79bf3fd868c550ce
6 changes: 1 addition & 5 deletions diffsynth_engine/utils/flag.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,4 @@
if SPARGE_ATTN_AVAILABLE:
logger.info("Sparge attention is available")
else:
logger.info("Sparge attention is not available")

FLASH_ATTN_3_AVAILABLE = False
FLASH_ATTN_2_AVAILABLE = False # only use for test on amd machine TODO
XFORMERS_AVAILABLE = False
logger.info("Sparge attention is not available")