mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-19 11:03:00 +08:00
Add env TORCH_AMD_CUDNN_ENABLED (import os)
This commit is contained in:
parent
417dbcb32f
commit
90ba86a95f
@ -26,6 +26,7 @@ import importlib
|
||||
import platform
|
||||
import weakref
|
||||
import gc
|
||||
import os
|
||||
|
||||
class VRAMState(Enum):
|
||||
DISABLED = 0 #No vram present: no need to move models to vram
|
||||
|
||||
Loading…
Reference in New Issue
Block a user