Intel ARC Support

This commit is contained in:
Disty0
2023-04-30 15:13:56 +03:00
parent 67c392027b
commit b075d3c8fd
11 changed files with 153 additions and 41 deletions
-1
View File
@@ -533,7 +533,6 @@ def unload_model_weights(sd_model=None, _info=None):
sd_model = None
gc.collect()
devices.torch_gc()
torch.cuda.empty_cache()
print(f"Unloaded weights {timer.summary()}")
return sd_model