MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS / process

Method process

moss_soundeffect_v2/diffsynth/utils/__init__.py:175–176  ·  view source on GitHub ↗
(self, pipe: BasePipeline, inputs: dict, positive=True, **kwargs)

Source from the content-addressed store, hash-verified

173
174
175 def process(self, pipe: BasePipeline, inputs: dict, positive=True, **kwargs) -> dict:
176 raise NotImplementedError("`process` is not implemented.")
177
178
179

Callers 1

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected