You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to generate a simple audio with the web interface and I get the following error:
torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 512.00 MiB. GPU 0 has a total capacity of 5.69 GiB of which 420.69 MiB is free. Including non-PyTorch memory, this process has 4.70 GiB memory in use. Of the allocated memory 4.53 GiB is allocated by PyTorch, and 28.60 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)
I try to generate a simple audio with the web interface and I get the following error:
I use the model and pretrained model_config from https://huggingface.co/stabilityai/stable-audio-open-1.0/tree/main
I could generate audios by downgrading the sample_size and some channels size in the config but then the generated audio gets very bad.
My config
The text was updated successfully, but these errors were encountered: