MCPcopy Index your code
hub / github.com/modelscope/DiffSynth-Studio / process

Method process

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

Source from the content-addressed store, hash-verified

250
251
252 def process(self, pipe: BasePipeline, inputs: dict, positive=True, **kwargs) -> dict:
253 raise NotImplementedError("`process` is not implemented.")
254
255
256

Callers 1

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected