-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Bug] #1
Comments
@HansonChan Are you using a Mac? |
@ka1tte Yes. Mac with M2. I try to move the models to "mps", but aother error appeared.
|
@HansonChan I provide a parameter that can use the CPU for inference. You can configure it through the setting page or api.
|
In my Mac, It works normally. |
I solved my issue by downloading the model at https://huggingface.co/smartywu/big-lama and replacing it. |
I have same error on windows :
And I have change the model like Keny25 : https://huggingface.co/anyisalin/big-lama/tree/main It's work well. |
But the error for me is now in "Clean Up Upload" ...
|
@zopi4k Do you have a GPU? I have only tested it on Linux and Mac, and I have not run it on Windows. |
Yes Ka1tte ^^) I have a NVidia GeForce RTX 3070 Laptop GPU. And Thx for this extention ! I've been looking for one since February xDD |
@zopi4k I was able to replicate those errors when trying to use the extention and generating an image, otherwise it's working as intended |
same error. How do we fix it? |
I also encounter the error: It works pretty well on Mac OSX, but on my Windows Machine I encounter that error. Is this project still maintained? |
*** Error loading script: clean_up_tab.py How do you fix this error |
A possibly helpful tip: the mask and image must be the same size for the API to work. Remember to mask.resize(image.size) before b64 encoding the images. |
{ ValueError(f"Cannot process type as image: {type(img)}") |
你好,我的mac也出现了同样的问题 |
Traceback (most recent call last): 我的电脑是mac m2。出现这样报错 |
@BannyLon @douyan2662 我尝试在sd-webui页面中依次点击 I tried to click |
Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
我手动下载了https://huggingface. co/anyisalin/big-lama/resolve/main/big-lama.safetensors后将big-lama.safetensors放在sd-webui~\extensions\sd-webui-cleaner\models下后解决问题 |
It seems haven't got the right device type?
The text was updated successfully, but these errors were encountered: