nsʇnɾ ʇǝɹɔǝs
Results
2
comments of
nsʇnɾ ʇǝɹɔǝs
Same issue, you can check if you have a compatible version of torch with your graphical card while running in a python file `.py` : ``` import torch print("Torch version:",...
Ok so you should probably enable small model, by changing `False` to `True` into `bark/bark/generation.py ` ``` USE_SMALL_MODELS = os.environ.get("SUNO_USE_SMALL_MODELS", False) ``` Also this interface is much better : https://github.com/C0untFloyd/bark-gui