loaders
Hypernetwork Loader

Hypernetwork Loader

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

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.