MCPcopy Create free account
hub / github.com/ali-vilab/ACE_plus / __init__

Method __init__

inference/ace_plus_diffusers.py:16–20  ·  view source on GitHub ↗
(self, logger=None)

Source from the content-addressed store, hash-verified

14
15class ACEPlusDiffuserInference():
16 def __init__(self, logger=None):
17 if logger is None:
18 logger = get_logger(name='ace_plus')
19 self.logger = logger
20 self.input = {}
21
22 def load_default(self, cfg):
23 if cfg is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected