rsxdalv / tts-generation-webui

TTS Generation Web UI (Bark, MusicGen + AudioGen, Tortoise, RVC, Vocos, Demucs, SeamlessM4T, MAGNet, StyleTTS2, MMS)
https://rsxdalv.github.io/tts-generation-webui/
MIT License
1.46k stars 160 forks source link

New installer failure with Pillow #326

Open rsxdalv opened 5 days ago

rsxdalv commented 5 days ago

from . import _imaging as core importerror: dll load failed while importing _imaging: the specified module could not be found.

https://github.com/msys2/MINGW-packages/issues/11103

workaround pip install pillow==9.0.0 or pip install pillow==9.3.0

currently added pillow==9.3.0 to requirements.txt until the core solution to conda/mamba/pip issue is found.