Hello,
I am trying to run ComfyUI_windows_portable_amd on Windows 11.
System:
-
AMD Ryzen AI 7 350
-
AMD Radeon 860M Graphics (integrated GPU)
-
64GB RAM
-
Windows 11
The application starts only with:
.\python_embeded\python.exe -s ComfyUI\main.py --cpu
When I try to use the AMD GPU, I get:
RuntimeError: No HIP GPUs are available
I also noticed that several tools (offload-arch.exe, hipinfo.exe) try to launch:
D:\a\ComfyUI\python_embeded\python.exe
instead of my actual installation path:
D:\AI\ComfyUI\python_embeded\python.exe
Questions:
-
Is Radeon 860M officially supported by the current AMD portable build?
-
Is the D:\a\ComfyUI path a known issue in the AMD portable package?
-
Should I use ROCm, DirectML, or another build for Ryzen AI 7 350 / Radeon 860M?
Thank you.