Hypernetwork Loader

Learn about the HypernetworkLoader node in ComfyUI, which is designed to load hypernetworks from specified paths. It abstracts the complexities of locating and initializing hypernetworks, making them readily available for further processing or inference tasks.

comfyUI节点-HypernetworkLoader|超网络加载器

This node will detect models located in the ComfyUI/models/hypernetworks folder, and it will also read models from additional paths configured in the extra_model_paths.yaml file. Sometimes, you may need to refresh the ComfyUI interface to allow it to read the model files from the corresponding folder.

Documentation

  • Class name: HypernetworkLoader
  • Category: loaders
  • Output node: False

The HypernetworkLoader node is designed to enhance or modify the capabilities of a given model by applying a hypernetwork. It loads a specified hypernetwork and applies it to the model, potentially altering its behavior or performance based on the strength parameter. This process allows for dynamic adjustments to the model's architecture or parameters, enabling more flexible and adaptive AI systems.

Input types

FieldComfy dtypeDescription
modelMODELThe base model to which the hypernetwork will be applied, determining the architecture to be enhanced or modified.
hypernetwork_nameCOMBO[STRING]The name of the hypernetwork to be loaded and applied to the model, impacting the model's modified behavior or performance.
strengthFLOATA scalar adjusting the intensity of the hypernetwork's effect on the model, allowing fine-tuning of the alterations.

Output types

FieldComfy dtypeDescription
modelMODELThe modified model after the hypernetwork has been applied, showcasing the impact of the hypernetwork on the original model.