RyanJDick's picture
Add base bfloat16 model.
fe3587b
|
raw
history blame
472 Bytes
metadata
license: apache-2.0

CLIP ViT-L/14 Text Encoder

This repo contains copies of the CLIP ViT-L/14 text encoder in various quantization formats. The models in this repo are intended for use in InvokeAI.

Contents:

  • bfloat16/ - TCLIP ViT-L/14 text encoder cast to bfloat16. Copied from here.