-
Notifications
You must be signed in to change notification settings - Fork 26
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
Exception Message:** ChatGLMTokenizer._pad() got an unexpected keyword argument 'padding_side' #85
Comments
看一下是不是和这个问题一样 #84 |
一样的问题 我尝试了好几种方法 |
你可以看一下你报错中的transformers具体路径是什么,把那个路径下的transformers文件夹删除再重新安装试试 |
我尝试更改了PyTorch 与xFormers的版本 2.41 改为2.31 试了一下不是这个问题,我看到C盘里面还有个transformers文件夹 打算试试 |
是transformers相关的 |
感谢,这样我就不知道该怎么办了,只能等等更新了. |
我刚看了下 transformers最新版本的代码好像是没问题的 |
看起来也没什么问题,你重新跑一下然后贴一下报错 |
kolors也使用了chatglm存在这个问题,把transformers库的版本下降到Version: 4.34.0可以解决这个问题 我没有使用comfyui,使用diffusers加载通过这种方法解决了这个问题 |
可能是你有其他节点会自动更新到这个版本的transformers, 你可以暂时把其他节点移动出去然后再对transformers去操作 |
1.log |
上次不是说让你暂时移除其他节点么,然后你删除transformers再重新pip install -U transformers 或者pip install transformers==4.34.0 (楼上提供的版本号) 再重新尝试 |
上次是把其他节点放别的文件夹了. 这次直接放回收站了.transformers版本改成 4.34.0 ,可以运行了 |
Did anybody find a solution? |
run below before run main.py !pip uninstall transformers -y; pip install transformers==4.44.2 |
Is this helpful for portable or non portable ComfyUI version? |
Now cmd gives this error: E:\Stable-Diffusion\kolors>pip uninstall transformers -y E:\Stable-Diffusion\kolors>pip install transformers==4.44.2 |
@ql0wn4 Update the current repository. I have tried to fix it. |
我重装了transformers 4.44.2,然后就可以运行了 |
it works now, thanks! |
如果是升级的话,应该把原环境删除,再重新拉取。原环境上升级,多多少少有点问题。 |
Pytorch 升级到l了 2.41 会是这个原因吗
[新建 文本文档.txt](https://github.com/user-attachments/files/17155542/default.txt)
The text was updated successfully, but these errors were encountered: