runtime error
Exit code: 1. Reason: [00:00<?, ?iB/s][A 100%|āāāāāāāāāā| 32.0/32.0 [00:00<00:00, 113iB/s] > Model's license - CPML > Check https://coqui.ai/cpml.txt for more info. > Using model: xtts GPT2InferenceModel has generative capabilities, as `prepare_inputs_for_generation` is explicitly overwritten. However, it doesn't directly inherit from `GenerationMixin`. From šv4.50š onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions. - If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes - If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception). - If you are not the owner of the model architecture class, please contact the model code owner to update it. ā³ Loading EzAudio from /app/ckpts/ckpts/s3/ezaudio_s3_l.pt... Traceback (most recent call last): File "/app/app.py", line 263, in <module> sfx_gen = SFXGenerator() File "/app/app.py", line 199, in __init__ self.model = EzAudio( File "/app/ezaudio_library/api/ezaudio.py", line 42, in __init__ self.text_encoder, self.noise_scheduler, self.params) = self.load_models(config_name, ckpt_path, vae_path, device) File "/app/ezaudio_library/api/ezaudio.py", line 72, in load_models autoencoder = Autoencoder(ckpt_path=vae_path, File "/app/ezaudio_library/src/modules/autoencoder_wrapper.py", line 14, in __init__ model = load_vae(ckpt_path) File "/app/ezaudio_library/src/modules/stable_vae/__init__.py", line 22, in load_vae model = create_autoencoder_from_config(model_config) File "/app/ezaudio_library/src/modules/stable_vae/models/autoencoders.py", line 644, in create_autoencoder_from_config encoder = create_encoder_from_config(ae_config["encoder"]) KeyError: 'encoder'
Container logs:
Fetching error logs...