-
Notifications
You must be signed in to change notification settings - Fork 42
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
Regarding OpenCV3699, cv::hal::resize #17
Comments
It seems that the API change results the problem.
cv 4.9.0, transformers 4.39.2 works well commit: time-river@288a19f |
ref: biegert#17 cv 4.9.0, transformers 4.39.2 works well Signed-off-by: Fu Lin <[email protected]>
@time-river 感谢大哥,大哥棒! |
What file must I edit to impliment these changes? |
..comfyui\custom_nodes\clipseg.py |
Lol... im a noob and didnt realise I could just copy his code rather than trying to implement the slight change myself.... didn't work when I did it, worked with the copied code... definitely an issue on my end lol. Thank you, time-river and dimroce. |
Replacing the clipseg.py file found in comfyui\custom_nodes\ with the one from time-river (time-river@288a19f) worked for me as well. Thanks! |
Try installing transformers up to 4.36.0 if you can! |
Thank you so much! It was transformers all along! Modifying the original Folks, anyone reading this and still having issues, this solved it for me: pip uninstall -y transformers
pip install transformers<=4.36.0 (PS This will also change the version of your tokenizer.) |
how to solve this problem?????
The text was updated successfully, but these errors were encountered: