-
Notifications
You must be signed in to change notification settings - Fork 18
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
(Zluda 3.8.6 for HIP SDK 6.2.4) mini guide (windows) #69
Comments
Thank you for your guide. Before that, I had forgotten to set ZLUDA_NVRTC_LIB, which prevented me from using ComfyUI after launching it. |
GPU: AMD 890M (gfx1150) |
Added |
I tried torch 2.6.x with zluda 3.8.8 and cuDNN , my rendering speed almost halved. Without cuDNN is about the same as on 2.3.0. Zluda has been updated, I will try 3.9.0 I will report back. As for enabling hipblast line - I think it is necessary to disable it, but somehow explicitly indicate the possibility of enabling it. Maybe offer a choice to users during installation? |
Its better to make an interactive installer with choices during installation. |
Yes for the time being I am not going to change anything, people like you are even people who ask in issues are rare some don't even know how to install stuff, for the time being 5.7.1 and torch is gonna stay as it is but I made the changes so at least people can update zluda or torch if they want to. |
Tested new ZLUDA with cuDNN, FLUX not working without FP32 and with it render twice as slow. SDXL not working. Without cuDNN (and without FP320 all works and speed is the same as on torch 2.3.x |
Your question
it works at least for me hope it helps others.
set TORCH_BLAS_PREFER_HIPBLASLT=0
set DISABLE_ADDMM_CUDA_LT=1
set ZLUDA_NVRTC_LIB="G:\ComfyUI-Zluda\zluda\nvrtc.dll"
First line is for gpu without hipblast like gfx 1010.
Second line is for a zluda/cuda/pythorch problem, you can omit if works without it.
Third line is from lshqqytiger zluda 3.8.5 "New environment variable ZLUDA_NVRTC_LIB: our new ZLUDA runtime compiler depends on the original NVIDIA runtime compiler library, so you should specify the path of it unless it is named nvrtc_cuda.dll."
set ZLUDA_NVRTC_LIB="G:\ComfyUI-Zluda\zluda\nvrtc.dll" This line pèoints to your zluda folder.
Logs
Other
No response
The text was updated successfully, but these errors were encountered: