From 3fff7ba1cee76262f82bb849c736fecff60590c3 Mon Sep 17 00:00:00 2001 From: patientx Date: Thu, 26 Jun 2025 01:47:50 +0300 Subject: [PATCH] Update install-n.bat --- install-n.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/install-n.bat b/install-n.bat index 0ce5b6337..eca5d2883 100644 --- a/install-n.bat +++ b/install-n.bat @@ -63,6 +63,7 @@ echo :: %time:~0,8% :: - Installing flash-attention pip install flash_attn-2.7.4.post1-py3-none-any.whl --quiet del fa.zip del flash_attn-2.7.4.post1-py3-none-any.whl +copy comfy\customzluda\fa\distributed.py %VIRTUAL_ENV%\Lib\site-packages\flash_attn\utils\distributed.py /y >NUL pip install sageattention --quiet echo :: %time:~0,8% :: - Patching sage-attention