MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / __init__

Method __init__

wan/wan_lora.py:15–18  ·  view source on GitHub ↗
(self, wan_model)

Source from the content-addressed store, hash-verified

13
14class WanLoraWrapper:
15 def __init__(self, wan_model):
16 self.model = wan_model
17 self.lora_metadata = {}
18 # self.override_dict = {} # On CPU
19
20 def load_lora(self, lora_path, lora_name=None):
21 if lora_name is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected