YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
TinyCLIP-Kandinsky Adapter
This repository contains the TinyCLIP-Kandinsky adapter checkpoint.
Usage
from huggingface_hub import hf_hub_download
import torch
adapter_path = hf_hub_download(repo_id='Prisma-Multimodal/TinyCLIP-Kandinsky-adapter', filename='adapter_checkpoint_5000.pth')
adapter = torch.load(adapter_path, map_location=torch.device('cpu'))
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support