Add hypernetwork example link to readme.

Move hypernetwork loader node to loaders.
This commit is contained in:
comfyanonymous
2023-04-24 03:08:51 -04:00
parent 4e345b31f6
commit 463bde66a1
2 changed files with 2 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ class HypernetworkLoader:
RETURN_TYPES = ("MODEL",)
FUNCTION = "load_hypernetwork"
CATEGORY = "_for_testing"
CATEGORY = "loaders"
def load_hypernetwork(self, model, hypernetwork_name, strength):
hypernetwork_path = folder_paths.get_full_path("hypernetworks", hypernetwork_name)