-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Your question
my gpu is an rx 560 4gb
i have followed the instructions on how to install for the rx400/500 series step by step
i used the "Newer ROCmLibs" i think that is the one for my gpu
i already have vc_buildtools installed
i also installed the latest version of python "3.13.9" in the log it is shows that I'm using "3.10.6" i already had that version installed before, i don't know why it chosen to use this version instead of the most recent since the instructions specifically said it had to be an updated version of python
my gpu driver version is 24.9.1, i was using the most recent version and it gave the same error, that why i tried reverting it to a previous version, and with no success
at first it was the error 126 but I've realized i accidentally skipped the step of adding to PATH, and after doing that the error 126 was gone, replaced by this error 1114
I've already searched in google, there was barely any results to this, and i even asked for help with ai like with grok ai, with no result
here down bellow is the cmd log, i don't know if i should be posting more stuff, I'm kinda of a noob in this area
(please ignore the fact that there are 2 phrases in portuguese at the end, that's my system language)
EDIT: I ran patchzluda.bat and fixforrx580.bat but nothing changed, it still gives me the same error
Logs
HIP_PATH = C:\Program Files\AMD\ROCm\5.7\
HIP_PATH_57 = C:\Program Files\AMD\ROCm\5.7\
[INFO] Detected Git version: 2.45.2.windows.1
[INFO] ComfyUI-Zluda current path: D:\AI\ComfyUI-Zluda\
[INFO] ComfyUI-Zluda current version: 2025-11-21 03:29:47 hash: 8ddbcbc2 branch: master
[INFO] Checking and updating to a new version if possible...
[INFO] Already up to date.
[INFO] AMD Software version: 24.9.1
[INFO] ZLUDA version: 3.9.5 [release build]
[INFO] Launching application via ZLUDA...
[START] Security scan
[DONE] Security scan
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2025-11-20 22:15:47.494
** Platform: Windows
** Python version: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
** Python executable: D:\AI\ComfyUI-Zluda\venv\Scripts\python.exe
** ComfyUI Path: D:\AI\ComfyUI-Zluda
** ComfyUI Base Folder Path: D:\AI\ComfyUI-Zluda
** User directory: D:\AI\ComfyUI-Zluda\user
** ComfyUI-Manager config path: D:\AI\ComfyUI-Zluda\user\default\ComfyUI-Manager\config.ini
** Log path: D:\AI\ComfyUI-Zluda\user\comfyui.log
Prestartup times for custom nodes:
5.6 seconds: D:\AI\ComfyUI-Zluda\custom_nodes\ComfyUI-Manager
Traceback (most recent call last):
File "D:\AI\ComfyUI-Zluda\main.py", line 147, in <module>
import comfy.utils
File "D:\AI\ComfyUI-Zluda\comfy\utils.py", line 20, in <module>
import torch
File "D:\AI\ComfyUI-Zluda\venv\lib\site-packages\torch\__init__.py", line 141, in <module>
raise err
OSError: [WinError 1114] Uma rotina de inicialização da biblioteca de vínculo dinâmico (DLL) falhou. Error loading "D:\AI\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\cublas64_11.dll" or one of its dependencies.
Pressione qualquer tecla para continuar. . .Other
No response