caption-tool / requirements.txt
stevenlearns's picture
Upload folder using huggingface_hub
5670bcb verified
Raw
History Blame Contribute Delete
194 Bytes
# Caption Tool — local image captioner
# Needs Python 3.13 or older. Python 3.14 breaks the tokenizer build.
torch>=2.1.0
torchvision>=0.20.0
transformers==4.46.3
Pillow>=10.0.0
rich>=13.0.0