Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Song367 opened this issue Jun 2, 2024 · 1 comment

Comments

@Song367
Copy link

Song367 commented Jun 2, 2024

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

@gpcoolboy
Copy link

The same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants