AUTOMATIC commited on
Commit
dab84a0
·
verified ·
1 Parent(s): 3dc909c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 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).
2
+
3
+ All components are subject to their respective original licenses.
4
+
5
+ CLIP-ViT/L:
6
+ * [https://huggingface.co/openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14/blob/main/README.md)
7
+ * [MIT License](https://github.com/openai/CLIP/blob/main/LICENSE)
8
+
9
+ OpenCLIP-ViT/G:
10
+ * [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)
11
+ * [MIT License](https://choosealicense.com/licenses/mit)
12
+
13
+ T5 Version 1.1:
14
+ * [https://huggingface.co/google/t5-v1_1-xxl](https://huggingface.co/google/t5-v1_1-xxl/blob/main/README.md)
15
+ * [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0)