Replies: 8 comments 8 replies
-
It's already there if you can follow the instructions in my fork: I just need to figure out how to automatically find some dependencies on other people's computers, then I'll build wheels and collect more feedback |
Beta Was this translation helpful? Give feedback.
-
@comfyanonymous I've published the wheels for Triton, but they do not work with the embeded Python in ComfyUI, because Triton needs the Would you include these two folders in the next release? |
Beta Was this translation helpful? Give feedback.
-
How can install the wheels ? |
Beta Was this translation helpful? Give feedback.
-
Also, maybe we need a bundled vcredist. The DLLs used by Triton are
|
Beta Was this translation helpful? Give feedback.
-
Also, when using the embeded Python or a venv, I suggest to set the environment variable |
Beta Was this translation helpful? Give feedback.
-
Update: torch 2.5.0 just announced compiling to CPU on Windows, with prototype-level support |
Beta Was this translation helpful? Give feedback.
-
I found install vs-build-tools with PortableBuildTools very easy and saved me a lot of diskspace, It only required 1.2Gb disk space for MSVC and Windows Kit, all you need to do is to add those path into system environment variables. |
Beta Was this translation helpful? Give feedback.
-
I was surprised to see that torch.compile works with GGUF when using Mochi (with Kijai's node) since it doesn't work with Flux. Or am I just missing something and maybe there is a way to use torch.compile + GGUF with Flux/SD3.5 somehow after all? |
Beta Was this translation helpful? Give feedback.
-
action1: I installed triton from https://github.com/jakaline-dev/Triton_win/releases on windows 10.
result1: comfyui fail to start because of no cuda_patch.
action2: install CUDA.
result2: comfyui start successful.
action3: tried to do torchcomile with cuda backend for flux.
result3: failed with error.
action4: restart comfyui with --disable-cuda-malloc and do action3 again.
result4: success with image generated, but cant see any speed increase.
action5: try generate another image to check speed.
result5: failed with error like: static pointer changed.
action6: restart comfyui and try torchcomile with inductor backend.
result6: got error with c compile fail (exit with code 1/2).
action7: install msvc build tool/mingw tool.
result7: same error as result6.
action8: try to modify code refer to who succeed in jakaline-dev/Triton_win#2.
result8: same error as above.
though I didn't succeed in make torch.compile work on my windows, I believe it's only an environment issue when using inductor backend since there are one/ones succeed like jakaline-dev/Triton_win#2.
for cuda backend, I have no idea what's wrong and whether it's possible to fix.
Beta Was this translation helpful? Give feedback.
All reactions