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

Method __init__

wan/models/wan_vae_tiny_pipeline.py:7–8  ·  view source on GitHub ↗
(self, sample)

Source from the content-addressed store, hash-verified

5class DecoderOutput:
6 """Simple wrapper to match the output format expected by pipeline"""
7 def __init__(self, sample):
8 self.sample = sample
9
10
11def setup_tiny_vae(pipeline, model_type="wan2.1", tiny_vae_path=None, parallel_decode=False, need_scaled=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected