AMD portable gives "pause" on startup
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [ ] 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
For the system to start up. Using a 6950xt on windows 10, AMD adrenaline 26.2.2
### Actual Behavior
When running run_amd_gpu:
```
E:\comfyz\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
comfy-aimdo failed to load: Could not find module 'E:\comfyz\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfy_aimdo\aimdo.dll' (or one of its dependencies). Try using the full path with constructor syntax.
NOTE: comfy-aimdo is currently only support for Nvidia GPUs
E:\comfyz\ComfyUI_windows_portable>pause
Press any key to continue . . .
```
I commented out the aimdo import in the main.py script, but still hit:
```
E:\comfyz\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
E:\comfyz\ComfyUI_windows_portable>pause
Press any key to continue . . .
```
I also tried installing the AMD desktop version, but failed as well. Ill attach the logs for that too.
### Steps to Reproduce
-Be on AMD
-Install latest AMD Windows portable
-Extract 7z
-run_amd_gpu
### Debug Logs
```powershell
E:\comfyz\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
E:\comfyz\ComfyUI_windows_portable>pause
Press any key to continue . . .
```
### Other
Desktop app logs:
[main.log](https://github.com/user-attachments/files/25812523/main.log)
Contributor guide
Assessment
This issue has not been assessed yet.