MuseV icon indicating copy to clipboard operation
MuseV copied to clipboard

UnicodeDecodeError: 'gbk' codec can't decode byte 0xb9 in position 191: illegal multibyte sequence

Open Song367 opened this issue 8 months ago • 2 comments

Already download the model. WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.0.1+cu118 with CUDA 1108 (you have 2.0.1+cpu) Python 3.10.11 (you have 3.10.6) Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers) Memory-efficient attention, SwiGLU, sparse and more won't be available. Set XFORMERS_MORE_DETAILS=1 for more details Traceback (most recent call last): File "E:\workplace\MuseV\scripts\gradio\app.py", line 36, in from gradio_video2video import online_v2v_inference File "E:\workplace\MuseV\scripts\gradio\gradio_video2video.py", line 26, in from musev.auto_prompt.util import generate_prompts File "E:\workplace\MuseV\musev_init_.py", line 6, in logging.config.fileConfig(os.path.join(os.path.dirname(file), "logging.conf")) File "D:\compile\python\lib\logging\config.py", line 70, in fileConfig cp.read(fname, encoding=encoding) File "D:\compile\python\lib\configparser.py", line 698, in read self._read(fp, filename) File "D:\compile\python\lib\configparser.py", line 1021, in _read for lineno, line in enumerate(fp, start=1): UnicodeDecodeError: 'gbk' codec can't decode byte 0xb9 in position 191: illegal multibyte sequence

Song367 avatar Jun 02 '24 05:06 Song367