Add LoRAs, license, and previews
Browse files- .gitattributes +2 -0
- LICENSE +159 -0
- assets/effects/output_004.webp +3 -0
- assets/effects/output_005.webp +3 -0
- ltx2.3-ic-watermarkeRM.safetensors +3 -0
- ltx2.3-video-upscale-v2.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
assets/effects/output_004.webp filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
assets/effects/output_005.webp filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction, and
|
| 10 |
+
distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright
|
| 13 |
+
owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all other entities
|
| 16 |
+
that control, are controlled by, or are under common control with that entity.
|
| 17 |
+
For the purposes of this definition, "control" means (i) the power, direct or
|
| 18 |
+
indirect, to cause the direction or management of such entity, whether by
|
| 19 |
+
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 20 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 21 |
+
|
| 22 |
+
"You" (or "Your") shall mean an individual or Legal Entity exercising
|
| 23 |
+
permissions granted by this License.
|
| 24 |
+
|
| 25 |
+
"Source" form shall mean the preferred form for making modifications, including
|
| 26 |
+
but not limited to software source code, documentation source, and configuration
|
| 27 |
+
files.
|
| 28 |
+
|
| 29 |
+
"Object" form shall mean any form resulting from mechanical transformation or
|
| 30 |
+
translation of a Source form, including but not limited to compiled object code,
|
| 31 |
+
generated documentation, and conversions to other media types.
|
| 32 |
+
|
| 33 |
+
"Work" shall mean the work of authorship, whether in Source or Object form, made
|
| 34 |
+
available under the License, as indicated by a copyright notice that is included
|
| 35 |
+
in or attached to the work (an example is provided in the Appendix below).
|
| 36 |
+
|
| 37 |
+
"Derivative Works" shall mean any work, whether in Source or Object form, that
|
| 38 |
+
is based on (or derived from) the Work and for which the editorial revisions,
|
| 39 |
+
annotations, elaborations, or other modifications represent, as a whole, an
|
| 40 |
+
original work of authorship. For the purposes of this License, Derivative Works
|
| 41 |
+
shall not include works that remain separable from, or merely link (or bind by
|
| 42 |
+
name) to the interfaces of, the Work and Derivative Works thereof.
|
| 43 |
+
|
| 44 |
+
"Contribution" shall mean any work of authorship, including the original version
|
| 45 |
+
of the Work and any modifications or additions to that Work or Derivative Works
|
| 46 |
+
thereof, that is intentionally submitted to Licensor for inclusion in the Work
|
| 47 |
+
by the copyright owner or by an individual or Legal Entity authorized to submit
|
| 48 |
+
on behalf of the copyright owner. For the purposes of this definition,
|
| 49 |
+
"submitted" means any form of electronic, verbal, or written communication sent
|
| 50 |
+
to the Licensor or its representatives, including but not limited to
|
| 51 |
+
communication on electronic mailing lists, source code control systems, and
|
| 52 |
+
issue tracking systems that are managed by, or on behalf of, the Licensor for
|
| 53 |
+
the purpose of discussing and improving the Work, but excluding communication
|
| 54 |
+
that is conspicuously marked or otherwise designated in writing by the copyright
|
| 55 |
+
owner as "Not a Contribution."
|
| 56 |
+
|
| 57 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
|
| 58 |
+
of whom a Contribution has been received by Licensor and subsequently
|
| 59 |
+
incorporated within the Work.
|
| 60 |
+
|
| 61 |
+
2. Grant of Copyright License. Subject to the terms and conditions of this
|
| 62 |
+
License, each Contributor hereby grants to You a perpetual, worldwide,
|
| 63 |
+
non-exclusive, no-charge, royalty-free, irrevocable copyright license to
|
| 64 |
+
reproduce, prepare Derivative Works of, publicly display, publicly perform,
|
| 65 |
+
sublicense, and distribute the Work and such Derivative Works in Source or
|
| 66 |
+
Object form.
|
| 67 |
+
|
| 68 |
+
3. Grant of Patent License. Subject to the terms and conditions of this License,
|
| 69 |
+
each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
|
| 70 |
+
no-charge, royalty-free, irrevocable (except as stated in this section) patent
|
| 71 |
+
license to make, have made, use, offer to sell, sell, import, and otherwise
|
| 72 |
+
transfer the Work, where such license applies only to those patent claims
|
| 73 |
+
licensable by such Contributor that are necessarily infringed by their
|
| 74 |
+
Contribution(s) alone or by combination of their Contribution(s) with the Work
|
| 75 |
+
to which such Contribution(s) was submitted. If You institute patent litigation
|
| 76 |
+
against any entity (including a cross-claim or counterclaim in a lawsuit)
|
| 77 |
+
alleging that the Work or a Contribution incorporated within the Work
|
| 78 |
+
constitutes direct or contributory patent infringement, then any patent licenses
|
| 79 |
+
granted to You under this License for that Work shall terminate as of the date
|
| 80 |
+
such litigation is filed.
|
| 81 |
+
|
| 82 |
+
4. Redistribution. You may reproduce and distribute copies of the Work or
|
| 83 |
+
Derivative Works thereof in any medium, with or without modifications, and in
|
| 84 |
+
Source or Object form, provided that You meet the following conditions:
|
| 85 |
+
|
| 86 |
+
(a) You must give any other recipients of the Work or Derivative Works a copy of
|
| 87 |
+
this License; and
|
| 88 |
+
|
| 89 |
+
(b) You must cause any modified files to carry prominent notices stating that
|
| 90 |
+
You changed the files; and
|
| 91 |
+
|
| 92 |
+
(c) You must retain, in the Source form of any Derivative Works that You
|
| 93 |
+
distribute, all copyright, patent, trademark, and attribution notices from the
|
| 94 |
+
Source form of the Work, excluding those notices that do not pertain to any part
|
| 95 |
+
of the Derivative Works; and
|
| 96 |
+
|
| 97 |
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then
|
| 98 |
+
any Derivative Works that You distribute must include a readable copy of the
|
| 99 |
+
attribution notices contained within such NOTICE file, excluding those notices
|
| 100 |
+
that do not pertain to any part of the Derivative Works, in at least one of the
|
| 101 |
+
following places: within a NOTICE text file distributed as part of the
|
| 102 |
+
Derivative Works; within the Source form or documentation, if provided along
|
| 103 |
+
with the Derivative Works; or, within a display generated by the Derivative
|
| 104 |
+
Works, if and wherever such third-party notices normally appear. The contents of
|
| 105 |
+
the NOTICE file are for informational purposes only and do not modify the
|
| 106 |
+
License. You may add Your own attribution notices within Derivative Works that
|
| 107 |
+
You distribute, alongside or as an addendum to the NOTICE text from the Work,
|
| 108 |
+
provided that such additional attribution notices cannot be construed as
|
| 109 |
+
modifying the License.
|
| 110 |
+
|
| 111 |
+
You may add Your own copyright statement to Your modifications and may provide
|
| 112 |
+
additional or different license terms and conditions for use, reproduction, or
|
| 113 |
+
distribution of Your modifications, or for any such Derivative Works as a whole,
|
| 114 |
+
provided Your use, reproduction, and distribution of the Work otherwise complies
|
| 115 |
+
with the conditions stated in this License.
|
| 116 |
+
|
| 117 |
+
5. Submission of Contributions. Unless You explicitly state otherwise, any
|
| 118 |
+
Contribution intentionally submitted for inclusion in the Work by You to the
|
| 119 |
+
Licensor shall be under the terms and conditions of this License, without any
|
| 120 |
+
additional terms or conditions. Notwithstanding the above, nothing herein shall
|
| 121 |
+
supersede or modify the terms of any separate license agreement you may have
|
| 122 |
+
executed with Licensor regarding such Contributions.
|
| 123 |
+
|
| 124 |
+
6. Trademarks. This License does not grant permission to use the trade names,
|
| 125 |
+
trademarks, service marks, or product names of the Licensor, except as required
|
| 126 |
+
for reasonable and customary use in describing the origin of the Work and
|
| 127 |
+
reproducing the content of the NOTICE file.
|
| 128 |
+
|
| 129 |
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in
|
| 130 |
+
writing, Licensor provides the Work (and each Contributor provides its
|
| 131 |
+
Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
| 132 |
+
KIND, either express or implied, including, without limitation, any warranties
|
| 133 |
+
or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 134 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 135 |
+
appropriateness of using or redistributing the Work and assume any risks
|
| 136 |
+
associated with Your exercise of permissions under this License.
|
| 137 |
+
|
| 138 |
+
8. Limitation of Liability. In no event and under no legal theory, whether in
|
| 139 |
+
tort (including negligence), contract, or otherwise, unless required by
|
| 140 |
+
applicable law (such as deliberate and grossly negligent acts) or agreed to in
|
| 141 |
+
writing, shall any Contributor be liable to You for damages, including any
|
| 142 |
+
direct, indirect, special, incidental, or consequential damages of any character
|
| 143 |
+
arising as a result of this License or out of the use or inability to use the
|
| 144 |
+
Work (including but not limited to damages for loss of goodwill, work stoppage,
|
| 145 |
+
computer failure or malfunction, or any and all other commercial damages or
|
| 146 |
+
losses), even if such Contributor has been advised of the possibility of such
|
| 147 |
+
damages.
|
| 148 |
+
|
| 149 |
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or
|
| 150 |
+
Derivative Works thereof, You may choose to offer, and charge a fee for,
|
| 151 |
+
acceptance of support, warranty, indemnity, or other liability obligations
|
| 152 |
+
and/or rights consistent with this License. However, in accepting such
|
| 153 |
+
obligations, You may act only on Your own behalf and on Your sole responsibility,
|
| 154 |
+
not on behalf of any other Contributor, and only if You agree to indemnify,
|
| 155 |
+
defend, and hold each Contributor harmless for any liability incurred by, or
|
| 156 |
+
claims asserted against, such Contributor by reason of your accepting any such
|
| 157 |
+
warranty or additional liability.
|
| 158 |
+
|
| 159 |
+
END OF TERMS AND CONDITIONS
|
assets/effects/output_004.webp
ADDED
|
Git LFS Details
|
assets/effects/output_005.webp
ADDED
|
Git LFS Details
|
ltx2.3-ic-watermarkeRM.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27292080080ad1c800f5b618880e4551fb6fab5e9a3dd7e388e91fb5d7cf491b
|
| 3 |
+
size 100767488
|
ltx2.3-video-upscale-v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0460ace57d2ca74356978abc0fb3302b1f20b4deb6961cdb348e77232f84dfb3
|
| 3 |
+
size 100767488
|