This commit is contained in:
lllyasviel
2024-01-27 20:42:38 -08:00
parent 60bd01e378
commit b5805732f1
3 changed files with 33 additions and 0 deletions
+3
View File
@@ -17,6 +17,9 @@ def initialize_forge():
import modules_forge.patch_precision
modules_forge.patch_precision.patch_all_precision()
import modules_forge.patch_basic
modules_forge.patch_basic.patch_all_basics()
if model_management.directml_enabled:
model_management.lowvram_available = True
model_management.OOM_EXCEPTION = Exception