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'm using a Mac Studio M2 Ultra with 64GB, which is one of the top Macs, but when I tried using stable-audio-tools to generate a 5-second sound effect, it took over 10 minutes for just 20 steps. And after all that, I couldn't even get the audio output.
Can any other Mac users share if they were able to get it to work?
To create a public link, set share=True in launch().
Prompt: glass break
1357556058
/Users/michristian/stable-audio-tools/stable_audio_tools/models/conditioners.py:353: FutureWarning: torch.cuda.amp.autocast(args...) is deprecated. Please use torch.amp.autocast('cuda', args...) instead.
with torch.cuda.amp.autocast(dtype=torch.float16) and torch.set_grad_enabled(self.enable_grad):
/Users/michristian/miniconda3/envs/audio_tools/lib/python3.10/site-packages/torch/amp/autocast_mode.py:266: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling
warnings.warn(
huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...
To disable this warning, you can either:
- Avoid using tokenizers before the fork if possible
- Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)
90%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ | 18/20 [09:40<01:04, 32.26s/it]/Users/michristian/miniconda3/envs/audio_tools/lib/python3.10/site-packages/torchsde/_brownian/brownian_interval.py:599: UserWarning: Should have ta>=t0 but got ta=0.009999999776482582 and t0=0.01.
warnings.warn(f"Should have ta>=t0 but got ta={ta} and t0={self._start}.")
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [10:45<00:00, 32.25s/it]
The text was updated successfully, but these errors were encountered:
I'm using a Mac Studio M2 Ultra with 64GB, which is one of the top Macs, but when I tried using stable-audio-tools to generate a 5-second sound effect, it took over 10 minutes for just 20 steps. And after all that, I couldn't even get the audio output.
Can any other Mac users share if they were able to get it to work?
--
To create a public link, set
share=True
inlaunch()
.Prompt: glass break
1357556058
/Users/michristian/stable-audio-tools/stable_audio_tools/models/conditioners.py:353: FutureWarning:
torch.cuda.amp.autocast(args...)
is deprecated. Please usetorch.amp.autocast('cuda', args...)
instead.with torch.cuda.amp.autocast(dtype=torch.float16) and torch.set_grad_enabled(self.enable_grad):
/Users/michristian/miniconda3/envs/audio_tools/lib/python3.10/site-packages/torch/amp/autocast_mode.py:266: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling
warnings.warn(
huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...
To disable this warning, you can either:
- Avoid using
tokenizers
before the fork if possible- Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)
90%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ | 18/20 [09:40<01:04, 32.26s/it]/Users/michristian/miniconda3/envs/audio_tools/lib/python3.10/site-packages/torchsde/_brownian/brownian_interval.py:599: UserWarning: Should have ta>=t0 but got ta=0.009999999776482582 and t0=0.01.
warnings.warn(f"Should have ta>=t0 but got ta={ta} and t0={self._start}.")
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [10:45<00:00, 32.25s/it]
The text was updated successfully, but these errors were encountered: