Comfyui AMd windows no HIP GPUs avilable
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
Expected comfyui desktop to finish installation and work on amd
### Actual Behavior
Crashed and went to the troubleshooting menu.
### Steps to Reproduce
- Choose AMD GPU as an install step
- Have AMD Ryzen 7 5700U with Radeon Graphics
- Start Installation
### Debug Logs
```powershell
[2026-01-29 17:04:49.071] [info] Adding extra search path custom_nodes C:\Users\richa\Documents\ComfyUI\custom_nodes
Adding extra search path download_model_base C:\Users\richa\Documents\ComfyUI\models
Adding extra search path custom_nodes C:\Users\richa\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes
[2026-01-29 17:04:49.078] [info] Setting output directory to: C:\Users\richa\Documents\ComfyUI\output
Setting input directory to: C:\Users\richa\Documents\ComfyUI\input
Setting user directory to: C:\Users\richa\Documents\ComfyUI\user
[2026-01-29 17:04:56.242] [info] [START] Security scan
[DONE] Security scan
** ComfyUI startup time: 2026-01-29 17:04:56.240
[2026-01-29 17:04:56.248] [info] ** Platform: Windows
** Python version: 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
** Python executable: C:\Users\richa\Documents\ComfyUI\.venv\Scripts\python.exe
** ComfyUI Path: C:\Users\richa\AppData\Local\Programs\ComfyUI\resources\ComfyUI
** ComfyUI Base Folder Path: C:\Users\richa\AppData\Local\Programs\ComfyUI\resources\ComfyUI
** User directory: C:\Users\richa\Documents\ComfyUI\user
** ComfyUI-Manager config path: C:\Users\richa\Documents\ComfyUI\user\__manager\config.ini
** Log path: C:\Users\richa\Documents\ComfyUI\user\comfyui.log
[2026-01-29 17:05:00.686] [info] [ComfyUI-Manager] Skipped fixing the 'comfyui-frontend-package' dependency because the ComfyUI is outdated.
[2026-01-29 17:05:00.691] [info] [PRE] ComfyUI-Manager
[2026-01-29 17:05:11.520] [info] Checkpoint files will always be loaded safely.
[2026-01-29 17:05:11.649] [error] Traceback (most recent call last):
[2026-01-29 17:05:11.653] [error] File "C:\Users\richa\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 178, in
import execution
File "C:\Users\richa\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 15, in
[2026-01-29 17:05:11.658] [error] import comfy.model_management
File "C:\Users\richa\AppData\Local\Programs\ComfyUI\resources\ComfyUI\comfy\model_management.py", line 238, in
[2026-01-29 17:05:11.661] [error] total_vram = get_total_memory(get_torch_device()) / (1024 * 1024)
[2026-01-29 17:05:11.664] [error]
[2026-01-29 17:05:11.668] [error]
[2026-01-29 17:05:11.672] [error]
[2026-01-29 17:05:11.676] [error]
[2026-01-29 17:05:11.679] [error] ^^^^^^^^
[2026-01-29 17:05:11.682] [error] ^^^^^^^^^^
[2026-01-29 17:05:11.686] [error] File "C:\Users\richa\AppData\Local\Programs\ComfyUI\resources\ComfyUI\comfy\model_management.py", line 188, in get_torch_device
return torch.device(torch.cuda.current_device())
[2026-01-29 17:05:11.690] [error]
[2026-01-29 17:05:11.694] [error]
[2026-01-29 17:05:11.698] [error] ^
[2026-01-29 17:05:11.701] [error] ^^^^^^^^
[2026-01-29 17:05:11.706] [error] ^^^^^^^^^
[2026-01-29 17:05:11.709] [error] ^^^^^
[2026-01-29 17:05:11.714] [error] ^^^^
File "C:\Users\richa\Documents\ComfyUI\.venv\Lib\site-packages\torch\cuda\__init__.py", line 1069, in current_device
[2026-01-29 17:05:11.718] [error] _lazy_init()
File "C:\Users\richa\Documents\ComfyUI\.venv\Lib\site-packages\torch\cuda\__init__.py", line 410, in _lazy_init
[2026-01-29 17:05:11.722] [error] torch._C._cuda_init()
[2026-01-29 17:05:11.728] [error] RuntimeError: No HIP GPUs are available
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.