blip-caption
blip-caption copied to clipboard
Generate captions for images with Salesforce BLIP
Would it make sense to make the max tokens configurable? Will the model return different results then? If yes, this would be good to have control over. Are there other...
any chances to getting subj?
hi! I get the following error when I run blip: ``` $ blip-caption cover.jpg Traceback (most recent call last): File "/home/user/.local/bin/blip-caption", line 8, in sys.exit(cli()) File "/home/user/.local/lib/python3.10/site-packages/click/core.py", line 1157, in...
When just installed I got: ``` ValueError: Unable to create tensor, you should probably activate padding with 'padding=True' to have batched tensors with the same length. ``` Solution: ``` pipx...
I noticed there wasn't a way to run the model on a gpu, so added a flag to set the device for the pipeline.
``` pip install -U "huggingface_hub[cli]" pip install transformers ``` And then it tells me `blip-caption.exe` is not found after executing the only `pip` command listed on the page so I...
After installing this with python install blip_caption python blip_caption doesn't work. `[Errno 2] No such file or directory` it only works if I go to the site_packages directory and I...