blip-caption icon indicating copy to clipboard operation
blip-caption copied to clipboard

Generate captions for images with Salesforce BLIP

Results 5 blip-caption issues
Sort by recently updated
recently updated
newest added

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.