File size: 887 Bytes
7e0b62e dab84a0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
{}
---
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) |