ModuleNotFoundError: No module named 'torch_directml'
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 153
Description
```
C:\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --directml
Prestartup times for custom nodes:
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyuiManager_v012
Traceback (most recent call last):
File "C:\ComfyUI_windows_portable\ComfyUI\main.py", line 72, in
import execution
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 12, in
import nodes
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 20, in
import comfy.diffusers_load
File "C:\ComfyUI_windows_portable\ComfyUI\comfy\diffusers_load.py", line 4, in
import comfy.sd
File "C:\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 5, in
from comfy import model_management
File "C:\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 33, in
import torch_directml
ModuleNotFoundError: No module named 'torch_directml'
```
gpu : rx 6600
how to solv?
Contributor guide
Assessment
This issue has not been assessed yet.