Image to prompt with BLIP and CLIP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
334 B

2 years ago
build:
gpu: true
1 year ago
cuda: "11.8"
python_version: "3.10"
2 years ago
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_packages:
1 year ago
- "Pillow==10.0.0"
- "safetensors==0.3.3"
- "tqdm==4.66.1"
- "open_clip_torch==2.20.0"
- "accelerate==0.22.0"
- "transformers==4.33.1"
2 years ago
predict: "predict.py:Predictor"