mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-14 00:47:10 +08:00
Don't use xformers nor fp16 in AMD GPUs (not supported by them). Example name:
```
In [8]: torch.cuda.get_device_properties("cuda").name
Out[8]: 'AMD Radeon RX 5700 XT'
```