Skip to content
Nodes ManualLoadersStyle Model Loader

Load Style Model

comfyUI节点-Load Style Model|风格模型加载器

Documentation

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

The StyleModelLoader node is designed to load a style model from a specified path. It focuses on retrieving and initializing style models that can be used to apply specific artistic styles to images, thereby enabling the customization of visual outputs based on the loaded style model.

Input Types

Parameter NameComfy dtypePython dtypeDescription
style_model_nameCOMBO[STRING]strSpecifies the name of the style model to be loaded. This name is used to locate the model file within a predefined directory structure, allowing for the dynamic loading of different style models based on user input or application needs.

Output Types

Parameter NameComfy dtypePython dtypeDescription
style_modelSTYLE_MODELStyleModelReturns the loaded style model, ready for use in applying styles to images. This enables the dynamic customization of visual outputs by applying different artistic styles.