diff --git a/backend/patcher/unet.py b/backend/patcher/unet.py index 86f337a8..5b985e55 100644 --- a/backend/patcher/unet.py +++ b/backend/patcher/unet.py @@ -205,3 +205,6 @@ class NunchakuPatcher(UnetPatcher): def forge_unpatch_model(self, target_device=None): if target_device is not None: self.model.diffusion_model.to(target_device) + + def to_load_list(self): + return []