mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
tehe
This commit is contained in:
parent
9acea0bf26
commit
f9abea9ce2
@ -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 []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user