We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3175716 commit d4fb74dCopy full SHA for d4fb74d
py/libs/loader.py
@@ -489,7 +489,7 @@ def load_kolors_unet(self, unet_name):
489
log_node_info("Load Kolors UNet", f"{unet_name} cached")
490
return self.loaded_objects["unet"][unet_name][0]
491
else:
492
- from ..modules.kolors import applyKolorsUnet
+ from ..modules.kolors.loader import applyKolorsUnet
493
with applyKolorsUnet():
494
unet_path = folder_paths.get_full_path("unet", unet_name)
495
sd = comfy.utils.load_torch_file(unet_path)
0 commit comments