Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something error #182

Open
8600862 opened this issue Jun 21, 2024 · 0 comments
Open

something error #182

8600862 opened this issue Jun 21, 2024 · 0 comments

Comments

@8600862
Copy link

8600862 commented Jun 21, 2024

I get the same error when i input python -i fam/llm/fast_inference.py or python serving.py.

Traceback (most recent call last):
File "/data/kjj-server/stablediffusion/voice_conversion/metavoice-src/fam/llm/fast_inference.py", line 14, in
from fam.llm.decoders import EncodecDecoder
File "/data/kjj-server/stablediffusion/voice_conversion/metavoice-src/fam/llm/decoders.py", line 13, in
mbd = MultiBandDiffusion.get_mbd_24khz(bw=6) # 1.5
File "/data/kjj-server/anaconda3/envs/metavoice/lib/python3.10/site-packages/audiocraft/models/multibanddiffusion.py", line 99, in get_mbd_24khz
codec_model = CompressionSolver.model_from_checkpoint(
File "/data/kjj-server/anaconda3/envs/metavoice/lib/python3.10/site-packages/audiocraft/solvers/compression.py", line 284, in model_from_checkpoint
return models.CompressionModel.get_pretrained(name, device)
File "/data/kjj-server/anaconda3/envs/metavoice/lib/python3.10/site-packages/audiocraft/models/encodec.py", line 117, in get_pretrained
model = loaders.load_compression_model(name, device=device)
File "/data/kjj-server/anaconda3/envs/metavoice/lib/python3.10/site-packages/audiocraft/models/loaders.py", line 78, in load_compression_model
cfg = OmegaConf.create(pkg['xp.cfg'])
KeyError: 'xp.cfg'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant