Juan Manuel Fluxà

Results 2 comments of Juan Manuel Fluxà

actually: ``` objective-c self.scrollView.contentSize = CGSizeMake(faktoredWidth, faktoredHeight); ``` is the right value.

Hi! Same problem here. Using `SUNO_ENABLE_MPS = True` and torch 2.0.0 results in the following error: ``` Traceback (most recent call last): File "test.py", line 16, in audio_array = generate_audio(text_prompt)...