fluxdev/stable-diffusion-webui-forge
1
1<style>2 #licenses h2 {font-size: 1.2em; font-weight: bold; margin-bottom: 0.2em;}3 #licenses small {font-size: 0.95em; opacity: 0.85;}4 #licenses pre { margin: 1em 0 2em 0;}5</style>6 7<h2><a href="https://github.com/invoke-ai/InvokeAI/blob/main/LICENSE">InvokeAI</a></h2>8<small>Some code for compatibility with OSX is taken from lstein's repository.</small>9<pre>10MIT License11 12Copyright (c) 2022 InvokeAI Team13 14Permission is hereby granted, free of charge, to any person obtaining a copy15of this software and associated documentation files (the "Software"), to deal16in the Software without restriction, including without limitation the rights17to use, copy, modify, merge, publish, distribute, sublicense, and/or sell18copies of the Software, and to permit persons to whom the Software is19furnished to do so, subject to the following conditions:20 21The above copyright notice and this permission notice shall be included in all22copies or substantial portions of the Software.23 24THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR25IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,26FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE27AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER28LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,29OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE30SOFTWARE.31</pre>32 33<h2><a href="https://github.com/Hafiidz/latent-diffusion/blob/main/LICENSE">LDSR</a></h2>34<small>Code added by contirubtors, most likely copied from this repository.</small>35<pre>36MIT License37 38Copyright (c) 2022 Machine Vision and Learning Group, LMU Munich39 40Permission is hereby granted, free of charge, to any person obtaining a copy41of this software and associated documentation files (the "Software"), to deal42in the Software without restriction, including without limitation the rights43to use, copy, modify, merge, publish, distribute, sublicense, and/or sell44copies of the Software, and to permit persons to whom the Software is45furnished to do so, subject to the following conditions:46 47The above copyright notice and this permission notice shall be included in all48copies or substantial portions of the Software.49 50THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR51IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,52FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE53AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER54LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,55OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE56SOFTWARE.57</pre>58 59<h2><a href="https://github.com/pharmapsychotic/clip-interrogator/blob/main/LICENSE">CLIP Interrogator</a></h2>60<small>Some small amounts of code borrowed and reworked.</small>61<pre>62MIT License63 64Copyright (c) 2022 pharmapsychotic65 66Permission is hereby granted, free of charge, to any person obtaining a copy67of this software and associated documentation files (the "Software"), to deal68in the Software without restriction, including without limitation the rights69to use, copy, modify, merge, publish, distribute, sublicense, and/or sell70copies of the Software, and to permit persons to whom the Software is71furnished to do so, subject to the following conditions:72 73The above copyright notice and this permission notice shall be included in all74copies or substantial portions of the Software.75 76THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR77IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,78FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE79AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER80LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,81OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE82SOFTWARE.83</pre>84 85<h2><a href="https://github.com/AminRezaei0x443/memory-efficient-attention/blob/main/LICENSE">Memory Efficient Attention</a></h2>86<small>The sub-quadratic cross attention optimization uses modified code from the Memory Efficient Attention package that Alex Birch optimized for 3D tensors. This license is updated to reflect that.</small>87<pre>88MIT License89 90Copyright (c) 2023 Alex Birch91Copyright (c) 2023 Amin Rezaei92 93Permission is hereby granted, free of charge, to any person obtaining a copy94of this software and associated documentation files (the "Software"), to deal95in the Software without restriction, including without limitation the rights96to use, copy, modify, merge, publish, distribute, sublicense, and/or sell97copies of the Software, and to permit persons to whom the Software is98furnished to do so, subject to the following conditions:99 100The above copyright notice and this permission notice shall be included in all101copies or substantial portions of the Software.102 103THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR104IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,105FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE106AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER107LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,108OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE109SOFTWARE.110</pre>111 112<h2><a href="https://github.com/huggingface/diffusers/blob/c7da8fd23359a22d0df2741688b5b4f33c26df21/LICENSE">Scaled Dot Product Attention</a></h2>113<small>Some small amounts of code borrowed and reworked.</small>114<pre>115 Copyright 2023 The HuggingFace Team. All rights reserved.116 117 Licensed under the Apache License, Version 2.0 (the "License");118 you may not use this file except in compliance with the License.119 You may obtain a copy of the License at120 121 http://www.apache.org/licenses/LICENSE-2.0122 123 Unless required by applicable law or agreed to in writing, software124 distributed under the License is distributed on an "AS IS" BASIS,125 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.126 See the License for the specific language governing permissions and127 limitations under the License.128 129 Apache License130 Version 2.0, January 2004131 http://www.apache.org/licenses/132 133 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION134 135 1. Definitions.136 137 "License" shall mean the terms and conditions for use, reproduction,138 and distribution as defined by Sections 1 through 9 of this document.139 140 "Licensor" shall mean the copyright owner or entity authorized by141 the copyright owner that is granting the License.142 143 "Legal Entity" shall mean the union of the acting entity and all144 other entities that control, are controlled by, or are under common145 control with that entity. For the purposes of this definition,146 "control" means (i) the power, direct or indirect, to cause the147 direction or management of such entity, whether by contract or148 otherwise, or (ii) ownership of fifty percent (50%) or more of the149 outstanding shares, or (iii) beneficial ownership of such entity.150 151 "You" (or "Your") shall mean an individual or Legal Entity152 exercising permissions granted by this License.153 154 "Source" form shall mean the preferred form for making modifications,155 including but not limited to software source code, documentation156 source, and configuration files.157 158 "Object" form shall mean any form resulting from mechanical159 transformation or translation of a Source form, including but160 not limited to compiled object code, generated documentation,161 and conversions to other media types.162 163 "Work" shall mean the work of authorship, whether in Source or164 Object form, made available under the License, as indicated by a165 copyright notice that is included in or attached to the work166 (an example is provided in the Appendix below).167 168 "Derivative Works" shall mean any work, whether in Source or Object169 form, that is based on (or derived from) the Work and for which the170 editorial revisions, annotations, elaborations, or other modifications171 represent, as a whole, an original work of authorship. For the purposes172 of this License, Derivative Works shall not include works that remain173 separable from, or merely link (or bind by name) to the interfaces of,174 the Work and Derivative Works thereof.175 176 "Contribution" shall mean any work of authorship, including177 the original version of the Work and any modifications or additions178 to that Work or Derivative Works thereof, that is intentionally179 submitted to Licensor for inclusion in the Work by the copyright owner180 or by an individual or Legal Entity authorized to submit on behalf of181 the copyright owner. For the purposes of this definition, "submitted"182 means any form of electronic, verbal, or written communication sent183 to the Licensor or its representatives, including but not limited to184 communication on electronic mailing lists, source code control systems,185 and issue tracking systems that are managed by, or on behalf of, the186 Licensor for the purpose of discussing and improving the Work, but187 excluding communication that is conspicuously marked or otherwise188 designated in writing by the copyright owner as "Not a Contribution."189 190 "Contributor" shall mean Licensor and any individual or Legal Entity191 on behalf of whom a Contribution has been received by Licensor and192 subsequently incorporated within the Work.193 194 2. Grant of Copyright License. Subject to the terms and conditions of195 this License, each Contributor hereby grants to You a perpetual,196 worldwide, non-exclusive, no-charge, royalty-free, irrevocable197 copyright license to reproduce, prepare Derivative Works of,198 publicly display, publicly perform, sublicense, and distribute the199 Work and such Derivative Works in Source or Object form.200 201 3. Grant of Patent License. Subject to the terms and conditions of202 this License, each Contributor hereby grants to You a perpetual,203 worldwide, non-exclusive, no-charge, royalty-free, irrevocable204 (except as stated in this section) patent license to make, have made,205 use, offer to sell, sell, import, and otherwise transfer the Work,206 where such license applies only to those patent claims licensable207 by such Contributor that are necessarily infringed by their208 Contribution(s) alone or by combination of their Contribution(s)209 with the Work to which such Contribution(s) was submitted. If You210 institute patent litigation against any entity (including a211 cross-claim or counterclaim in a lawsuit) alleging that the Work212 or a Contribution incorporated within the Work constitutes direct213 or contributory patent infringement, then any patent licenses214 granted to You under this License for that Work shall terminate215 as of the date such litigation is filed.216 217 4. Redistribution. You may reproduce and distribute copies of the218 Work or Derivative Works thereof in any medium, with or without219 modifications, and in Source or Object form, provided that You220 meet the following conditions:221 222 (a) You must give any other recipients of the Work or223 Derivative Works a copy of this License; and224 225 (b) You must cause any modified files to carry prominent notices226 stating that You changed the files; and227 228 (c) You must retain, in the Source form of any Derivative Works229 that You distribute, all copyright, patent, trademark, and230 attribution notices from the Source form of the Work,231 excluding those notices that do not pertain to any part of232 the Derivative Works; and233 234 (d) If the Work includes a "NOTICE" text file as part of its235 distribution, then any Derivative Works that You distribute must236 include a readable copy of the attribution notices contained237 within such NOTICE file, excluding those notices that do not238 pertain to any part of the Derivative Works, in at least one239 of the following places: within a NOTICE text file distributed240 as part of the Derivative Works; within the Source form or241 documentation, if provided along with the Derivative Works; or,242 within a display generated by the Derivative Works, if and243 wherever such third-party notices normally appear. The contents244 of the NOTICE file are for informational purposes only and245 do not modify the License. You may add Your own attribution246 notices within Derivative Works that You distribute, alongside247 or as an addendum to the NOTICE text from the Work, provided248 that such additional attribution notices cannot be construed249 as modifying the License.250 251 You may add Your own copyright statement to Your modifications and252 may provide additional or different license terms and conditions253 for use, reproduction, or distribution of Your modifications, or254 for any such Derivative Works as a whole, provided Your use,255 reproduction, and distribution of the Work otherwise complies with256 the conditions stated in this License.257 258 5. Submission of Contributions. Unless You explicitly state otherwise,259 any Contribution intentionally submitted for inclusion in the Work260 by You to the Licensor shall be under the terms and conditions of261 this License, without any additional terms or conditions.262 Notwithstanding the above, nothing herein shall supersede or modify263 the terms of any separate license agreement you may have executed264 with Licensor regarding such Contributions.265 266 6. Trademarks. This License does not grant permission to use the trade267 names, trademarks, service marks, or product names of the Licensor,268 except as required for reasonable and customary use in describing the269 origin of the Work and reproducing the content of the NOTICE file.270 271 7. Disclaimer of Warranty. Unless required by applicable law or272 agreed to in writing, Licensor provides the Work (and each273 Contributor provides its Contributions) on an "AS IS" BASIS,274 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or275 implied, including, without limitation, any warranties or conditions276 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A277 PARTICULAR PURPOSE. You are solely responsible for determining the278 appropriateness of using or redistributing the Work and assume any279 risks associated with Your exercise of permissions under this License.280 281 8. Limitation of Liability. In no event and under no legal theory,282 whether in tort (including negligence), contract, or otherwise,283 unless required by applicable law (such as deliberate and grossly284 negligent acts) or agreed to in writing, shall any Contributor be285 liable to You for damages, including any direct, indirect, special,286 incidental, or consequential damages of any character arising as a287 result of this License or out of the use or inability to use the288 Work (including but not limited to damages for loss of goodwill,289 work stoppage, computer failure or malfunction, or any and all290 other commercial damages or losses), even if such Contributor291 has been advised of the possibility of such damages.292 293 9. Accepting Warranty or Additional Liability. While redistributing294 the Work or Derivative Works thereof, You may choose to offer,295 and charge a fee for, acceptance of support, warranty, indemnity,296 or other liability obligations and/or rights consistent with this297 License. However, in accepting such obligations, You may act only298 on Your own behalf and on Your sole responsibility, not on behalf299 of any other Contributor, and only if You agree to indemnify,300 defend, and hold each Contributor harmless for any liability301 incurred by, or claims asserted against, such Contributor by reason302 of your accepting any such warranty or additional liability.303 304 END OF TERMS AND CONDITIONS305 306 APPENDIX: How to apply the Apache License to your work.307 308 To apply the Apache License to your work, attach the following309 boilerplate notice, with the fields enclosed by brackets "[]"310 replaced with your own identifying information. (Don't include311 the brackets!) The text should be enclosed in the appropriate312 comment syntax for the file format. We also recommend that a313 file or class name and description of purpose be included on the314 same "printed page" as the copyright notice for easier315 identification within third-party archives.316 317 Copyright [yyyy] [name of copyright owner]318 319 Licensed under the Apache License, Version 2.0 (the "License");320 you may not use this file except in compliance with the License.321 You may obtain a copy of the License at322 323 http://www.apache.org/licenses/LICENSE-2.0324 325 Unless required by applicable law or agreed to in writing, software326 distributed under the License is distributed on an "AS IS" BASIS,327 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.328 See the License for the specific language governing permissions and329 limitations under the License.330</pre>331 332<h2><a href="https://github.com/explosion/curated-transformers/blob/main/LICENSE">Curated transformers</a></h2>333<small>The MPS workaround for nn.Linear on macOS 13.2.X is based on the MPS workaround for nn.Linear created by danieldk for Curated transformers</small>334<pre>335The MIT License (MIT)336 337Copyright (C) 2021 ExplosionAI GmbH338 339Permission is hereby granted, free of charge, to any person obtaining a copy340of this software and associated documentation files (the "Software"), to deal341in the Software without restriction, including without limitation the rights342to use, copy, modify, merge, publish, distribute, sublicense, and/or sell343copies of the Software, and to permit persons to whom the Software is344furnished to do so, subject to the following conditions:345 346The above copyright notice and this permission notice shall be included in347all copies or substantial portions of the Software.348 349THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR350IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,351FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE352AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER353LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,354OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN355THE SOFTWARE.356</pre>357 358<h2><a href="https://github.com/madebyollin/taesd/blob/main/LICENSE">TAESD</a></h2>359<small>Tiny AutoEncoder for Stable Diffusion option for live previews</small>360<pre>361MIT License362 363Copyright (c) 2023 Ollin Boer Bohan364 365Permission is hereby granted, free of charge, to any person obtaining a copy366of this software and associated documentation files (the "Software"), to deal367in the Software without restriction, including without limitation the rights368to use, copy, modify, merge, publish, distribute, sublicense, and/or sell369copies of the Software, and to permit persons to whom the Software is370furnished to do so, subject to the following conditions:371 372The above copyright notice and this permission notice shall be included in all373copies or substantial portions of the Software.374 375THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR376IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,377FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE378AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER379LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,380OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE381SOFTWARE.382</pre>383 