We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
找到问题了,在ixc_utils.py中:def get_font():
需要把truetype_url = 'https://huggingface.co/internlm/internlm-xcomposer2d5-7b/resolve/main/SimHei.ttf?download=true'这里的url改为SimHei.ttf路径如下: def get_font(): # 使用本地字体文件路径 font_path = 'your path/SimHei.ttf' font = ImageFont.truetype(font_path, size=40) return font
Sorry, something went wrong.
感谢感谢
LightDXY
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: