You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE-CODE
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ copies or substantial portions of the Software.
14
14
15
15
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16
16
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- Stability AI internal research code repository (MM-DiT)
82
79
- Public Stability AI repositories (eg VAE)
83
-
- Some unique code for this reference repo written by Alex Goodwin for Stability AI
84
-
- Some code from ComfyUI internal Stability impl of SD3 (for some code corrections and handlers)
80
+
- Some unique code for this reference repo written by Alex Goodwin and Vikram Voleti for Stability AI
81
+
- Some code from ComfyUI internal Stability implementation of SD3 (for some code corrections and handlers)
85
82
- HuggingFace and upstream providers (for sections of CLIP/T5 code)
86
83
87
84
### Legal
88
85
89
-
MIT License
90
-
91
-
Copyright (c) 2024 Stability AI
92
-
93
-
Permission is hereby granted, free of charge, to any person obtaining a copy
94
-
of this software and associated documentation files (the "Software"), to deal
95
-
in the Software without restriction, including without limitation the rights
96
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
97
-
copies of the Software, and to permit persons to whom the Software is
98
-
furnished to do so, subject to the following conditions:
99
-
100
-
The above copyright notice and this permission notice shall be included in all
101
-
copies or substantial portions of the Software.
102
-
103
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
106
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109
-
SOFTWARE.
86
+
Check the LICENSE-CODE file.
110
87
111
88
#### Note
112
89
113
-
Some code in `other_impls` originates from HuggingFace and is subject to [the HuggingFace Transformers Apache2 License](https://github.com/huggingface/transformers/blob/main/LICENSE)
90
+
Some code in `other_impls` originates from HuggingFace and is subject to [the HuggingFace Transformers Apache2 License](https://github.com/huggingface/transformers/blob/main/LICENSE)
0 commit comments