-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
I'm trying to get working patch model patcher + torch compile #130
Comments
FileExistsError: [WinError 183] fix: gguf for some reason have many troubles with triton on windows like here kijai/ComfyUI-CogVideoXWrapper#200 and where exactly the problem is currently unknown |
It seemed to work at first but then it recreated the cache i.e. long waits again. After modifying codecache.py and adding the fix:
I'm getting this error: File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch_inductor\codecache.py", line 1132, in call ` |
same issue, but not working for fp8 too |
Just commenting that I get this error as well, with FP8 models:
Using Torch 2.5.1 with Triton 3.1.0 on Windows 11, using SamplerCustomAdvanced node with BasicScheduler and BasicGuider. |
I'm trying to get working patch model patcher + torch compile
But i'm getting this error:
Using flux dev
Also gguf does not work.
It seems that the only model working is flux dev fp8.
With gguf I'm getting a different error:
Dimension out of range (expected to be in range of [-1, 0], but got 1)
The text was updated successfully, but these errors were encountered: