-
Notifications
You must be signed in to change notification settings - Fork 8
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
does not appear to have a file named pytorch_model.bin #10
Comments
you can see them here: https://huggingface.co/briaai/RMBG-2.0/tree/main a connection issue between you and huggingface i assume. maybe temporary congestion or something blocking - vpn, proxy, geolocation etc. might be an old fashioned install fail as well. failing to install the transformers package. |
Thanks for your reply! |
hmm it's a HF snapshot download, i.e. the 864MB model file looks like this in the file system:
i actually have no idea how to easily insert a self downloaded model into that. the other thing to check will be why your system is blocking pinokio from downloading the file. Could be as simple as a firewall or similar security being upset that a 3rd party app is downloading from Huggingface. |
Traceback (most recent call last):
File "E:\pinokio\api\RMBG-2-Studio.git\app\app.py", line 35, in
birefnet = AutoModelForImageSegmentation.from_pretrained(
File "E:\pinokio\api\RMBG-2-Studio.git\app\env\lib\site-packages\transformers\models\auto\auto_factory.py", line 559, in from_pretrained
return model_class.from_pretrained(
File "E:\pinokio\api\RMBG-2-Studio.git\app\env\lib\site-packages\transformers\modeling_utils.py", line 3929, in from_pretrained
raise EnvironmentError(
OSError: briaai/RMBG-2.0 does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
(env) (base) E:\pinokio\api\RMBG-2-Studio.git\app>
The text was updated successfully, but these errors were encountered: