blip-caption
blip-caption copied to clipboard
ValueError: Unable to create tensor
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 inject blip-caption 'numpy==1.24' --force