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

Method __init__

wan/utils/prompt_extend.py:166–169  ·  view source on GitHub ↗
(self, model_name, is_vl=False, device=0, **kwargs)

Source from the content-addressed store, hash-verified

164class PromptExpander:
165
166 def __init__(self, model_name, is_vl=False, device=0, **kwargs):
167 self.model_name = model_name
168 self.is_vl = is_vl
169 self.device = device
170
171 def extend_with_img(self,
172 prompt,

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected