mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-25 18:32:35 +08:00
wip add AI generated descriptions to all nodes
This commit is contained in:
@@ -103,6 +103,8 @@ class HypernetworkLoader(IO.ComfyNode):
|
||||
return IO.Schema(
|
||||
node_id="HypernetworkLoader",
|
||||
category="loaders",
|
||||
description="Loads a hypernetwork and patches it onto a diffusion model's attention layers with adjustable strength.",
|
||||
short_description="Loads and applies a hypernetwork to a model.",
|
||||
inputs=[
|
||||
IO.Model.Input("model"),
|
||||
IO.Combo.Input("hypernetwork_name", options=folder_paths.get_filename_list("hypernetworks")),
|
||||
|
||||
Reference in New Issue
Block a user