runtime error

Exit code: 1. Reason: k/ldm/ldm.py", line 91, in __init__ self.construct_network() File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/scepter/modules/model/network/ldm/ldm_flux.py", line 62, in construct_network self.model = BACKBONES.build(self.model_config, logger=self.logger).to(torch.bfloat16) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/scepter/modules/utils/registry.py", line 142, in build return self.build_func(cfg, File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/scepter/modules/model/registry.py", line 23, in build_model model = build_from_config(cfg, registry, logger=logger, *args, **kwargs) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/scepter/modules/utils/registry.py", line 78, in build_from_config raise KeyError(f'{req_type} not found in {registry.name} registry') KeyError: 'FluxMRModiACEPlus not found in BACKBONES registry' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> ace_infer = ACEInference(cfg) File "/home/user/app/inference/ace_plus_inference.py", line 21, in __init__ self.pipe = MODELS.build(cfg.MODEL, logger=self.logger).eval().to(we.device_id) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/scepter/modules/utils/registry.py", line 142, in build return self.build_func(cfg, File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/scepter/modules/model/registry.py", line 23, in build_model model = build_from_config(cfg, registry, logger=logger, *args, **kwargs) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/scepter/modules/utils/registry.py", line 87, in build_from_config raise Exception(f'Failed to init class {req_type_entry}, with {e}') Exception: Failed to init class <class 'scepter.modules.model.network.ldm.ldm_ace_plus.LatentDiffusionACEPlus'>, with 'FluxMRModiACEPlus not found in BACKBONES registry'

Container logs:

Fetching error logs...