MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / __init__

Method __init__

diffusers/benchmarks/base_classes.py:125–126  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

123
124class TurboTextToImageBenchmark(TextToImageBenchmark):
125 def __init__(self, args):
126 super().__init__(args)
127
128 def run_inference(self, pipe, args):
129 _ = pipe(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected