AUTOMATIC's picture
Upload README.md
dab84a0 verified
|
raw
history blame
876 Bytes
This repository contains three text encoders and their original model card links used in [Stable Diffusion 3](https://huggingface.co/stabilityai/stable-diffusion-3-medium).
All components are subject to their respective original licenses.
CLIP-ViT/L:
* [https://huggingface.co/openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14/blob/main/README.md)
* [MIT License](https://github.com/openai/CLIP/blob/main/LICENSE)
OpenCLIP-ViT/G:
* [https://huggingface.co/laion/CLIP-ViT-bigG-14-laion2B-39B-b160k](https://huggingface.co/laion/CLIP-ViT-bigG-14-laion2B-39B-b160k/blob/main/README.md)
* [MIT License](https://choosealicense.com/licenses/mit)
T5 Version 1.1:
* [https://huggingface.co/google/t5-v1_1-xxl](https://huggingface.co/google/t5-v1_1-xxl/blob/main/README.md)
* [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0)