ApacheOne commited on
Commit
cc76059
·
verified ·
1 Parent(s): e61807c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ base_model:
7
+ - tencent/HunyuanVideo
8
+ - tencent/HunyuanVideo-I2V
9
+ tags:
10
+ - art
11
+ ---
12
+ ## Hunyuan-Archive_Information
13
+ + ALL loRAs have markdown files with info from the author of the model.
14
+
15
+
16
+ ## Community and in-depth repo information
17
+ All models listed are for continuing the great open source push of GEN AI
18
+ #### ALL Have
19
+ - Trigger words
20
+ - Authors nicknames
21
+ - Base model type
22
+ - Description
23
+ - Version
24
+ - Links to more info
25
+ #### Some Have
26
+ - T2V(Text : Video) | T2I(Text : Image)
27
+ - I2V(Image : Video) | I2I(Image : Image)
28
+ - V2V(Video : Video)
29
+ **Usage Guidelines:**
30
+ - **Age Restriction:** Due to the explicit nature of the generated content, usage is restricted to individuals over the legal age in their jurisdiction.
31
+ ## Thanks
32
+ - Authors and Brains behind these models and info
33
+ - Hosting and Sharing platforms
34
+
35
+ ## License
36
+
37
+ This project incorporates components with different licenses. Please review the licensing information carefully for each part.
38
+
39
+ ### Models (Base & LoRA)
40
+
41
+ The base models and any LoRA (Low-Rank Adaptation) models utilized or provided within this repository **retain their original licenses**.
42
+
43
+ * For **[https://huggingface.co/collections/ApacheOne/hunyuan-collection-68384deec537d9152752e7b1]**: Please refer to its original license ([https://huggingface.co/tencent/HunyuanVideo/blob/main/LICENSE]).
44
+
45
+ It is crucial to consult the original source of these models (e.g., their Hugging Face model cards, original repositories) for their specific licensing terms before use, modification, or distribution.
46
+
47
+ ### Documentation & Repository Information (`.md` files)
48
+
49
+ All Markdown files (`.md`), including this [README.md](), and other textual information created specifically for this repository and collection, are licensed under the **Apache License 2.0**.
50
+
51
+ The Apache License 2.0 can typically be found in [LICENSE]() file in the root of similar open-source projects, or you can view it online at [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0).
52
+
53
+ **Why Apache 2.0 for documentation?**
54
+ We've chosen the Apache 2.0 license for our documentation and informational content to:
55
+ * **Keep Information Open:** Ensure the information remains open-source and freely accessible to everyone.
56
+ * **Encourage Collaboration & Edits:** Allow the community to freely use, modify, distribute, and contribute improvements to the documentation.
57
+ * **Maintain Attribution & History:** The license terms help in properly attributing contributions and tracking the evolution of the information, which is beneficial for maintaining accurate and up-to-date notes over time.
58
+ * **Provide Clear Permissions:** Offer clear guidelines on what users can and cannot do with the content, while also providing certain patent and copyright protections.
59
+
60
+ ---
61
+
62
+ **Important:** It is your responsibility as a user to ensure compliance with all applicable licenses when using, modifying, or distributing any part of this project. If you have any questions about licensing, please consult the respective license texts or open an issue in this repository.