From 53736ea7cbb7c08dd976cc8deff61197319fe492 Mon Sep 17 00:00:00 2001 From: Seunghoon Lee Date: Tue, 25 Apr 2023 23:07:25 +0900 Subject: [PATCH] fix --- modules/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shared.py b/modules/shared.py index 9aa4e8d64..27018c5a7 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -64,7 +64,7 @@ clip_model = None if device.type == 'privateuseone': - import sd_hijack_directml + import modules.sd_hijack_directml is_device_dml = True