mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
Don't try to get vram from xpu or cuda when directml is enabled.
This commit is contained in:
parent
2ca934f7d4
commit
056e5545ff
@ -34,6 +34,9 @@ if args.directml is not None:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
import torch
|
import torch
|
||||||
|
if directml_enabled:
|
||||||
|
total_vram = 4097 #TODO
|
||||||
|
else:
|
||||||
try:
|
try:
|
||||||
import intel_extension_for_pytorch as ipex
|
import intel_extension_for_pytorch as ipex
|
||||||
if torch.xpu.is_available():
|
if torch.xpu.is_available():
|
||||||
|
Loading…
Reference in New Issue
Block a user