MCPcopy Create free account
hub / github.com/Francis-Rings/FlashPortrait / __init__

Method __init__

train_portrait.py:175–178  ·  view source on GitHub ↗
(self, transformer3d, portrait_encoder)

Source from the content-addressed store, hash-verified

173
174class CombinedModel(nn.Module):
175 def __init__(self, transformer3d, portrait_encoder):
176 super().__init__()
177 self.transformer3d = transformer3d
178 self.portrait_encoder = portrait_encoder
179
180
181def parse_args():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected