Huiwenshi commited on
Commit
18d2806
·
verified ·
1 Parent(s): 10b6f92

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +5 -0
  2. .gitignore +168 -0
  3. LICENSE +80 -0
  4. NOTICE +214 -0
  5. README.md +189 -13
  6. README_zh_cn.md +159 -0
  7. assets/demo.png +0 -0
  8. assets/example_images/1445.png +0 -0
  9. assets/example_images/1457.png +0 -0
  10. assets/example_images/147.png +0 -0
  11. assets/example_images/1493.png +0 -0
  12. assets/example_images/1508.png +0 -0
  13. assets/example_images/1526.png +0 -0
  14. assets/example_images/1552.png +0 -0
  15. assets/example_images/1557.png +0 -0
  16. assets/example_images/156.png +0 -0
  17. assets/example_images/1576.png +0 -0
  18. assets/example_images/1582.png +0 -0
  19. assets/example_images/1583.png +0 -0
  20. assets/example_images/159.png +0 -0
  21. assets/example_images/1596.png +0 -0
  22. assets/example_images/1601.png +0 -0
  23. assets/example_images/1603.png +0 -0
  24. assets/example_images/1626.png +0 -0
  25. assets/example_images/1627.png +0 -0
  26. assets/example_images/1640.png +0 -0
  27. assets/example_images/1645.png +0 -0
  28. assets/example_images/1654.png +0 -0
  29. assets/example_images/1659.png +0 -0
  30. assets/example_images/1669.png +0 -0
  31. assets/example_images/167.png +0 -0
  32. assets/example_images/1670.png +0 -0
  33. assets/example_images/1673.png +0 -0
  34. assets/example_images/1679.png +0 -0
  35. assets/example_images/1687.png +0 -0
  36. assets/example_images/1695.png +0 -0
  37. assets/example_images/1698.png +0 -0
  38. assets/example_images/171.png +0 -0
  39. assets/example_images/1712.png +0 -0
  40. assets/example_images/1714.png +0 -0
  41. assets/example_images/1715.png +0 -0
  42. assets/example_images/1731.png +0 -0
  43. assets/example_images/1735.png +0 -0
  44. assets/example_images/1738.png +0 -0
  45. assets/example_images/1744.png +0 -0
  46. assets/example_images/1752.png +0 -0
  47. assets/example_images/1758.png +0 -0
  48. assets/example_images/1772.png +0 -0
  49. assets/example_images/1773.png +0 -0
  50. assets/example_images/1778.png +0 -0
.gitattributes CHANGED
@@ -33,3 +33,8 @@ 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/images/arch.jpg filter=lfs diff=lfs merge=lfs -text
37
+ assets/images/e2e-1.gif filter=lfs diff=lfs merge=lfs -text
38
+ assets/images/e2e-2.gif filter=lfs diff=lfs merge=lfs -text
39
+ assets/images/system.jpg filter=lfs diff=lfs merge=lfs -text
40
+ assets/images/teaser.jpg filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+
6
+ # C extensions
7
+ *.so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ build/
12
+ develop-eggs/
13
+ dist/
14
+ downloads/
15
+ eggs/
16
+ .eggs/
17
+ lib/
18
+ lib64/
19
+ parts/
20
+ sdist/
21
+ var/
22
+ wheels/
23
+ share/python-wheels/
24
+ *.egg-info/
25
+ .installed.cfg
26
+ *.egg
27
+ MANIFEST
28
+
29
+ # PyInstaller
30
+ # Usually these files are written by a python script from a template
31
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
32
+ *.manifest
33
+ *.spec
34
+
35
+ # Installer logs
36
+ pip-log.txt
37
+ pip-delete-this-directory.txt
38
+
39
+ # Unit test / coverage reports
40
+ htmlcov/
41
+ .tox/
42
+ .nox/
43
+ .coverage
44
+ .coverage.*
45
+ .cache
46
+ nosetests.xml
47
+ coverage.xml
48
+ *.cover
49
+ *.py,cover
50
+ .hypothesis/
51
+ .pytest_cache/
52
+ cover/
53
+
54
+ # Translations
55
+ *.mo
56
+ *.pot
57
+
58
+ # Django stuff:
59
+ *.log
60
+ local_settings.py
61
+ db.sqlite3
62
+ db.sqlite3-journal
63
+
64
+ # Flask stuff:
65
+ instance/
66
+ .webassets-cache
67
+
68
+ # Scrapy stuff:
69
+ .scrapy
70
+
71
+ # Sphinx documentation
72
+ docs/_build/
73
+
74
+ # PyBuilder
75
+ .pybuilder/
76
+ target/
77
+
78
+ # Jupyter Notebook
79
+ .ipynb_checkpoints
80
+
81
+ # IPython
82
+ profile_default/
83
+ ipython_config.py
84
+
85
+ # pyenv
86
+ # For a library or package, you might want to ignore these files since the code is
87
+ # intended to run in multiple environments; otherwise, check them in:
88
+ # .python-version
89
+
90
+ # pipenv
91
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
93
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
94
+ # install all needed dependencies.
95
+ #Pipfile.lock
96
+
97
+ # UV
98
+ # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
99
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
100
+ # commonly ignored for libraries.
101
+ #uv.lock
102
+
103
+ # poetry
104
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
105
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
106
+ # commonly ignored for libraries.
107
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
108
+ #poetry.lock
109
+
110
+ # pdm
111
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
112
+ #pdm.lock
113
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
114
+ # in version control.
115
+ # https://pdm.fming.dev/latest/usage/project/#working-with-version-control
116
+ .pdm.toml
117
+ .pdm-python
118
+ .pdm-build/
119
+
120
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
121
+ __pypackages__/
122
+
123
+ # Celery stuff
124
+ celerybeat-schedule
125
+ celerybeat.pid
126
+
127
+ # SageMath parsed files
128
+ *.sage.py
129
+
130
+ # Environments
131
+ .env
132
+ .venv
133
+ env/
134
+ venv/
135
+ ENV/
136
+ env.bak/
137
+ venv.bak/
138
+
139
+ # Spyder project settings
140
+ .spyderproject
141
+ .spyproject
142
+
143
+ # Rope project settings
144
+ .ropeproject
145
+
146
+ # mkdocs documentation
147
+ /site
148
+
149
+ # mypy
150
+ .mypy_cache/
151
+ .dmypy.json
152
+ dmypy.json
153
+
154
+ # Pyre type checker
155
+ .pyre/
156
+
157
+ # pytype static type analyzer
158
+ .pytype/
159
+
160
+ # Cython debug symbols
161
+ cython_debug/
162
+
163
+ # PyCharm
164
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
165
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
166
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
167
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
168
+ #.idea/
LICENSE ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ TENCENT HUNYUAN 3D 2.0 COMMUNITY LICENSE AGREEMENT
2
+ Tencent Hunyuan 3D 2.0 Release Date: January 21, 2025
3
+ THIS LICENSE AGREEMENT DOES NOT APPLY IN THE EUROPEAN UNION, UNITED KINGDOM AND SOUTH KOREA AND IS EXPRESSLY LIMITED TO THE TERRITORY, AS DEFINED BELOW.
4
+ By clicking to agree or by using, reproducing, modifying, distributing, performing or displaying any portion or element of the Tencent Hunyuan 3D 2.0 Works, including via any Hosted Service, You will be deemed to have recognized and accepted the content of this Agreement, which is effective immediately.
5
+ 1. DEFINITIONS.
6
+ a. “Acceptable Use Policy” shall mean the policy made available by Tencent as set forth in the Exhibit A.
7
+ b. “Agreement” shall mean the terms and conditions for use, reproduction, distribution, modification, performance and displaying of Tencent Hunyuan 3D 2.0 Works or any portion or element thereof set forth herein.
8
+ c. “Documentation” shall mean the specifications, manuals and documentation for Tencent Hunyuan 3D 2.0 made publicly available by Tencent.
9
+ d. “Hosted Service” shall mean a hosted service offered via an application programming interface (API), web access, or any other electronic or remote means.
10
+ e. “Licensee,” “You” or “Your” shall mean a natural person or legal entity exercising the rights granted by this Agreement and/or using the Tencent Hunyuan 3D 2.0 Works for any purpose and in any field of use.
11
+ f. “Materials” shall mean, collectively, Tencent’s proprietary Tencent Hunyuan 3D 2.0 and Documentation (and any portion thereof) as made available by Tencent under this Agreement.
12
+ g. “Model Derivatives” shall mean all: (i) modifications to Tencent Hunyuan 3D 2.0 or any Model Derivative of Tencent Hunyuan 3D 2.0; (ii) works based on Tencent Hunyuan 3D 2.0 or any Model Derivative of Tencent Hunyuan 3D 2.0; or (iii) any other machine learning model which is created by transfer of patterns of the weights, parameters, operations, or Output of Tencent Hunyuan 3D 2.0 or any Model Derivative of Tencent Hunyuan 3D 2.0, to that model in order to cause that model to perform similarly to Tencent Hunyuan 3D 2.0 or a Model Derivative of Tencent Hunyuan 3D 2.0, including distillation methods, methods that use intermediate data representations, or methods based on the generation of synthetic data Outputs by Tencent Hunyuan 3D 2.0 or a Model Derivative of Tencent Hunyuan 3D 2.0 for training that model. For clarity, Outputs by themselves are not deemed Model Derivatives.
13
+ h. “Output” shall mean the information and/or content output of Tencent Hunyuan 3D 2.0 or a Model Derivative that results from operating or otherwise using Tencent Hunyuan 3D 2.0 or a Model Derivative, including via a Hosted Service.
14
+ i. “Tencent,” “We” or “Us” shall mean THL A29 Limited.
15
+ j. “Tencent Hunyuan 3D 2.0” shall mean the 3D generation models and their software and algorithms, including trained model weights, parameters (including optimizer states), machine-learning model code, inference-enabling code, training-enabling code, fine-tuning enabling code and other elements of the foregoing made publicly available by Us at https://github.com/Tencent/Hunyuan3D-2.
16
+ k. “Tencent Hunyuan 3D 2.0 Works” shall mean: (i) the Materials; (ii) Model Derivatives; and (iii) all derivative works thereof.
17
+ l. “Territory” shall mean the worldwide territory, excluding the territory of the European Union, United Kingdom and South Korea.
18
+ m. “Third Party” or “Third Parties” shall mean individuals or legal entities that are not under common control with Us or You.
19
+ n. “including” shall mean including but not limited to.
20
+ 2. GRANT OF RIGHTS.
21
+ We grant You, for the Territory only, a non-exclusive, non-transferable and royalty-free limited license under Tencent’s intellectual property or other rights owned by Us embodied in or utilized by the Materials to use, reproduce, distribute, create derivative works of (including Model Derivatives), and make modifications to the Materials, only in accordance with the terms of this Agreement and the Acceptable Use Policy, and You must not violate (or encourage or permit anyone else to violate) any term of this Agreement or the Acceptable Use Policy.
22
+ 3. DISTRIBUTION.
23
+ You may, subject to Your compliance with this Agreement, distribute or make available to Third Parties the Tencent Hunyuan 3D 2.0 Works, exclusively in the Territory, provided that You meet all of the following conditions:
24
+ a. You must provide all such Third Party recipients of the Tencent Hunyuan 3D 2.0 Works or products or services using them a copy of this Agreement;
25
+ b. You must cause any modified files to carry prominent notices stating that You changed the files;
26
+ c. You are encouraged to: (i) publish at least one technology introduction blogpost or one public statement expressing Your experience of using the Tencent Hunyuan 3D 2.0 Works; and (ii) mark the products or services developed by using the Tencent Hunyuan 3D 2.0 Works to indicate that the product/service is “Powered by Tencent Hunyuan��; and
27
+ d. All distributions to Third Parties (other than through a Hosted Service) must be accompanied by a “Notice” text file that contains the following notice: “Tencent Hunyuan 3D 2.0 is licensed under the Tencent Hunyuan 3D 2.0 Community License Agreement, Copyright © 2025 Tencent. All Rights Reserved. The trademark rights of “Tencent Hunyuan” are owned by Tencent or its affiliate.”
28
+ You may add Your own copyright statement to Your modifications and, except as set forth in this Section and in Section 5, may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Model Derivatives as a whole, provided Your use, reproduction, modification, distribution, performance and display of the work otherwise complies with the terms and conditions of this Agreement (including as regards the Territory). If You receive Tencent Hunyuan 3D 2.0 Works from a Licensee as part of an integrated end user product, then this Section 3 of this Agreement will not apply to You.
29
+ 4. ADDITIONAL COMMERCIAL TERMS.
30
+ If, on the Tencent Hunyuan 3D 2.0 version release date, the monthly active users of all products or services made available by or for Licensee is greater than 1 million monthly active users in the preceding calendar month, You must request a license from Tencent, which Tencent may grant to You in its sole discretion, and You are not authorized to exercise any of the rights under this Agreement unless or until Tencent otherwise expressly grants You such rights.
31
+ Subject to Tencent's written approval, you may request a license for the use of Tencent Hunyuan 3D 2.0 by submitting the following information to hunyuan3d@tencent.com:
32
+ a. Your company’s name and associated business sector that plans to use Tencent Hunyuan 3D 2.0.
33
+ b. Your intended use case and the purpose of using Tencent Hunyuan 3D 2.0.
34
+ 5. RULES OF USE.
35
+ a. Your use of the Tencent Hunyuan 3D 2.0 Works must comply with applicable laws and regulations (including trade compliance laws and regulations) and adhere to the Acceptable Use Policy for the Tencent Hunyuan 3D 2.0 Works, which is hereby incorporated by reference into this Agreement. You must include the use restrictions referenced in these Sections 5(a) and 5(b) as an enforceable provision in any agreement (e.g., license agreement, terms of use, etc.) governing the use and/or distribution of Tencent Hunyuan 3D 2.0 Works and You must provide notice to subsequent users to whom You distribute that Tencent Hunyuan 3D 2.0 Works are subject to the use restrictions in these Sections 5(a) and 5(b).
36
+ b. You must not use the Tencent Hunyuan 3D 2.0 Works or any Output or results of the Tencent Hunyuan 3D 2.0 Works to improve any other AI model (other than Tencent Hunyuan 3D 2.0 or Model Derivatives thereof).
37
+ c. You must not use, reproduce, modify, distribute, or display the Tencent Hunyuan 3D 2.0 Works, Output or results of the Tencent Hunyuan 3D 2.0 Works outside the Territory. Any such use outside the Territory is unlicensed and unauthorized under this Agreement.
38
+ 6. INTELLECTUAL PROPERTY.
39
+ a. Subject to Tencent’s ownership of Tencent Hunyuan 3D 2.0 Works made by or for Tencent and intellectual property rights therein, conditioned upon Your compliance with the terms and conditions of this Agreement, as between You and Tencent, You will be the owner of any derivative works and modifications of the Materials and any Model Derivatives that are made by or for You.
40
+ b. No trademark licenses are granted under this Agreement, and in connection with the Tencent Hunyuan 3D 2.0 Works, Licensee may not use any name or mark owned by or associated with Tencent or any of its affiliates, except as required for reasonable and customary use in describing and distributing the Tencent Hunyuan 3D 2.0 Works. Tencent hereby grants You a license to use “Tencent Hunyuan” (the “Mark”) in the Territory solely as required to comply with the provisions of Section 3(c), provided that You comply with any applicable laws related to trademark protection. All goodwill arising out of Your use of the Mark will inure to the benefit of Tencent.
41
+ c. If You commence a lawsuit or other proceedings (including a cross-claim or counterclaim in a lawsuit) against Us or any person or entity alleging that the Materials or any Output, or any portion of any of the foregoing, infringe any intellectual property or other right owned or licensable by You, then all licenses granted to You under this Agreement shall terminate as of the date such lawsuit or other proceeding is filed. You will defend, indemnify and hold harmless Us from and against any claim by any Third Party arising out of or related to Your or the Third Party’s use or distribution of the Tencent Hunyuan 3D 2.0 Works.
42
+ d. Tencent claims no rights in Outputs You generate. You and Your users are solely responsible for Outputs and their subsequent uses.
43
+ 7. DISCLAIMERS OF WARRANTY AND LIMITATIONS OF LIABILITY.
44
+ a. We are not obligated to support, update, provide training for, or develop any further version of the Tencent Hunyuan 3D 2.0 Works or to grant any license thereto.
45
+ b. UNLESS AND ONLY TO THE EXTENT REQUIRED BY APPLICABLE LAW, THE TENCENT HUNYUAN 3D 2.0 WORKS AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED “AS IS” WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES OF ANY KIND INCLUDING ANY WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, COURSE OF DEALING, USAGE OF TRADE, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING, REPRODUCING, MODIFYING, PERFORMING, DISPLAYING OR DISTRIBUTING ANY OF THE TENCENT HUNYUAN 3D 2.0 WORKS OR OUTPUTS AND ASSUME ANY AND ALL RISKS ASSOCIATED WITH YOUR OR A THIRD PARTY’S USE OR DISTRIBUTION OF ANY OF THE TENCENT HUNYUAN 3D 2.0 WORKS OR OUTPUTS AND YOUR EXERCISE OF RIGHTS AND PERMISSIONS UNDER THIS AGREEMENT.
46
+ c. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL TENCENT OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, FOR ANY DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, EXEMPLARY, CONSEQUENTIAL OR PUNITIVE DAMAGES, OR LOST PROFITS OF ANY KIND ARISING FROM THIS AGREEMENT OR RELATED TO ANY OF THE TENCENT HUNYUAN 3D 2.0 WORKS OR OUTPUTS, EVEN IF TENCENT OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.
47
+ 8. SURVIVAL AND TERMINATION.
48
+ a. The term of this Agreement shall commence upon Your acceptance of this Agreement or access to the Materials and will continue in full force and effect until terminated in accordance with the terms and conditions herein.
49
+ b. We may terminate this Agreement if You breach any of the terms or conditions of this Agreement. Upon termination of this Agreement, You must promptly delete and cease use of the Tencent Hunyuan 3D 2.0 Works. Sections 6(a), 6(c), 7 and 9 shall survive the termination of this Agreement.
50
+ 9. GOVERNING LAW AND JURISDICTION.
51
+ a. This Agreement and any dispute arising out of or relating to it will be governed by the laws of the Hong Kong Special Administrative Region of the People’s Republic of China, without regard to conflict of law principles, and the UN Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
52
+ b. Exclusive jurisdiction and venue for any dispute arising out of or relating to this Agreement will be a court of competent jurisdiction in the Hong Kong Special Administrative Region of the People’s Republic of China, and Tencent and Licensee consent to the exclusive jurisdiction of such court with respect to any such dispute.
53
+
54
+ EXHIBIT A
55
+ ACCEPTABLE USE POLICY
56
+
57
+ Tencent reserves the right to update this Acceptable Use Policy from time to time.
58
+ Last modified: November 5, 2024
59
+
60
+ Tencent endeavors to promote safe and fair use of its tools and features, including Tencent Hunyuan 3D 2.0. You agree not to use Tencent Hunyuan 3D 2.0 or Model Derivatives:
61
+ 1. Outside the Territory;
62
+ 2. In any way that violates any applicable national, federal, state, local, international or any other law or regulation;
63
+ 3. To harm Yourself or others;
64
+ 4. To repurpose or distribute output from Tencent Hunyuan 3D 2.0 or any Model Derivatives to harm Yourself or others;
65
+ 5. To override or circumvent the safety guardrails and safeguards We have put in place;
66
+ 6. For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
67
+ 7. To generate or disseminate verifiably false information and/or content with the purpose of harming others or influencing elections;
68
+ 8. To generate or facilitate false online engagement, including fake reviews and other means of fake online engagement;
69
+ 9. To intentionally defame, disparage or otherwise harass others;
70
+ 10. To generate and/or disseminate malware (including ransomware) or any other content to be used for the purpose of harming electronic systems;
71
+ 11. To generate or disseminate personal identifiable information with the purpose of harming others;
72
+ 12. To generate or disseminate information (including images, code, posts, articles), and place the information in any public context (including –through the use of bot generated tweets), without expressly and conspicuously identifying that the information and/or content is machine generated;
73
+ 13. To impersonate another individual without consent, authorization, or legal right;
74
+ 14. To make high-stakes automated decisions in domains that affect an individual’s safety, rights or wellbeing (e.g., law enforcement, migration, medicine/health, management of critical infrastructure, safety components of products, essential services, credit, employment, housing, education, social scoring, or insurance);
75
+ 15. In a manner that violates or disrespects the social ethics and moral standards of other countries or regions;
76
+ 16. To perform, facilitate, threaten, incite, plan, promote or encourage violent extremism or terrorism;
77
+ 17. For any use intended to discriminate against or harm individuals or groups based on protected characteristics or categories, online or offline social behavior or known or predicted personal or personality characteristics;
78
+ 18. To intentionally exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics, in order to materially distort the behavior of a person pertaining to that group in a manner that causes or is likely to cause that person or another person physical or psychological harm;
79
+ 19. For military purposes;
80
+ 20. To engage in the unauthorized or unlicensed practice of any profession including, but not limited to, financial, legal, medical/health, or other professional practices.
NOTICE ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Usage and Legal Notices:
2
+
3
+ Tencent is pleased to support the open source community by making Hunyuan 3D 2.0 available.
4
+
5
+ Copyright (C) 2025 THL A29 Limited, a Tencent company. All rights reserved. The below software and/or models in this distribution may have been modified by THL A29 Limited ("Tencent Modifications"). All Tencent Modifications are Copyright (C) THL A29 Limited.
6
+
7
+ Hunyuan 3D 2.0 is licensed under the TENCENT HUNYUAN 3D 2.0 COMMUNITY LICENSE AGREEMENT except for the third-party components listed below, which is licensed under different terms. Hunyuan 3D 2.0 does not impose any additional limitations beyond what is outlined in the respective licenses of these third-party components. Users must comply with all terms and conditions of original licenses of these third-party components and must ensure that the usage of the third party components adheres to all relevant laws and regulations.
8
+
9
+ For avoidance of doubts, Hunyuan 3D 2.0 means inference-enabling code, parameters, and weights of this Model only, which are made publicly available by Tencent in accordance with TENCENT HUNYUAN 3D 2.0 COMMUNITY LICENSE AGREEMENT.
10
+
11
+
12
+ Other dependencies and licenses:
13
+
14
+
15
+ Open Source Model Licensed under the MIT and CreativeML Open RAIL++-M License:
16
+ --------------------------------------------------------------------
17
+ 1. Stable Diffusion
18
+ Copyright (c) 2022 Stability AI
19
+
20
+
21
+ Terms of the MIT and CreativeML Open RAIL++-M License:
22
+ --------------------------------------------------------------------
23
+ Permission is hereby granted, free of charge, to any person obtaining a copy
24
+ of this software and associated documentation files (the "Software"), to deal
25
+ in the Software without restriction, including without limitation the rights
26
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27
+ copies of the Software, and to permit persons to whom the Software is
28
+ furnished to do so, subject to the following conditions:
29
+
30
+ The above copyright notice and this permission notice shall be included in all
31
+ copies or substantial portions of the Software.
32
+
33
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39
+ SOFTWARE.
40
+
41
+
42
+ CreativeML Open RAIL++-M License
43
+ dated November 24, 2022
44
+
45
+ Section I: PREAMBLE
46
+
47
+ Multimodal generative models are being widely adopted and used, and have the potential to transform the way artists, among other individuals, conceive and benefit from AI or ML technologies as a tool for content creation.
48
+
49
+ Notwithstanding the current and potential benefits that these artifacts can bring to society at large, there are also concerns about potential misuses of them, either due to their technical limitations or ethical considerations.
50
+
51
+ In short, this license strives for both the open and responsible downstream use of the accompanying model. When it comes to the open character, we took inspiration from open source permissive licenses regarding the grant of IP rights. Referring to the downstream responsible use, we added use-based restrictions not permitting the use of the Model in very specific scenarios, in order for the licensor to be able to enforce the license in case potential misuses of the Model may occur. At the same time, we strive to promote open and responsible research on generative models for art and content generation.
52
+
53
+ Even though downstream derivative versions of the model could be released under different licensing terms, the latter will always have to include - at minimum - the same use-based restrictions as the ones in the original license (this license). We believe in the intersection between open and responsible AI development; thus, this License aims to strike a balance between both in order to enable responsible open-science in the field of AI.
54
+
55
+ This License governs the use of the model (and its derivatives) and is informed by the model card associated with the model.
56
+
57
+ NOW THEREFORE, You and Licensor agree as follows:
58
+
59
+ 1. Definitions
60
+
61
+ - "License" means the terms and conditions for use, reproduction, and Distribution as defined in this document.
62
+ - "Data" means a collection of information and/or content extracted from the dataset used with the Model, including to train, pretrain, or otherwise evaluate the Model. The Data is not licensed under this License.
63
+ - "Output" means the results of operating a Model as embodied in informational content resulting therefrom.
64
+ - "Model" means any accompanying machine-learning based assemblies (including checkpoints), consisting of learnt weights, parameters (including optimizer states), corresponding to the model architecture as embodied in the Complementary Material, that have been trained or tuned, in whole or in part on the Data, using the Complementary Material.
65
+ - "Derivatives of the Model" means all modifications to the Model, works based on the Model, or any other model which is created or initialized by transfer of patterns of the weights, parameters, activations or output of the Model, to the other model, in order to cause the other model to perform similarly to the Model, including - but not limited to - distillation methods entailing the use of intermediate data representations or methods based on the generation of synthetic data by the Model for training the other model.
66
+ - "Complementary Material" means the accompanying source code and scripts used to define, run, load, benchmark or evaluate the Model, and used to prepare data for training or evaluation, if any. This includes any accompanying documentation, tutorials, examples, etc, if any.
67
+ - "Distribution" means any transmission, reproduction, publication or other sharing of the Model or Derivatives of the Model to a third party, including providing the Model as a hosted service made available by electronic or other remote means - e.g. API-based or web access.
68
+ - "Licensor" means the copyright owner or entity authorized by the copyright owner that is granting the License, including the persons or entities that may have rights in the Model and/or distributing the Model.
69
+ - "You" (or "Your") means an individual or Legal Entity exercising permissions granted by this License and/or making use of the Model for whichever purpose and in any field of use, including usage of the Model in an end-use application - e.g. chatbot, translator, image generator.
70
+ - "Third Parties" means individuals or legal entities that are not under common control with Licensor or You.
71
+ - "Contribution" means any work of authorship, including the original version of the Model and any modifications or additions to that Model or Derivatives of the Model thereof, that is intentionally submitted to Licensor for inclusion in the Model by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Model, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
72
+ - "Contributor" means Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Model.
73
+
74
+ Section II: INTELLECTUAL PROPERTY RIGHTS
75
+
76
+ Both copyright and patent grants apply to the Model, Derivatives of the Model and Complementary Material. The Model and Derivatives of the Model are subject to additional terms as described in Section III.
77
+
78
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare, publicly display, publicly perform, sublicense, and distribute the Complementary Material, the Model, and Derivatives of the Model.
79
+ 3. Grant of Patent License. Subject to the terms and conditions of this License and where and as applicable, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this paragraph) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Model and the Complementary Material, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Model to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Model and/or Complementary Material or a Contribution incorporated within the Model and/or Complementary Material constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for the Model and/or Work shall terminate as of the date such litigation is asserted or filed.
80
+
81
+ Section III: CONDITIONS OF USAGE, DISTRIBUTION AND REDISTRIBUTION
82
+
83
+ 4. Distribution and Redistribution. You may host for Third Party remote access purposes (e.g. software-as-a-service), reproduce and distribute copies of the Model or Derivatives of the Model thereof in any medium, with or without modifications, provided that You meet the following conditions:
84
+ Use-based restrictions as referenced in paragraph 5 MUST be included as an enforceable provision by You in any type of legal agreement (e.g. a license) governing the use and/or distribution of the Model or Derivatives of the Model, and You shall give notice to subsequent users You Distribute to, that the Model or Derivatives of the Model are subject to paragraph 5. This provision does not apply to the use of Complementary Material.
85
+ You must give any Third Party recipients of the Model or Derivatives of the Model a copy of this License;
86
+ You must cause any modified files to carry prominent notices stating that You changed the files;
87
+ You must retain all copyright, patent, trademark, and attribution notices excluding those notices that do not pertain to any part of the Model, Derivatives of the Model.
88
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions - respecting paragraph 4.a. - for use, reproduction, or Distribution of Your modifications, or for any such Derivatives of the Model as a whole, provided Your use, reproduction, and Distribution of the Model otherwise complies with the conditions stated in this License.
89
+ 5. Use-based restrictions. The restrictions set forth in Attachment A are considered Use-based restrictions. Therefore You cannot use the Model and the Derivatives of the Model for the specified restricted uses. You may use the Model subject to this License, including only for lawful purposes and in accordance with the License. Use may include creating any content with, finetuning, updating, running, training, evaluating and/or reparametrizing the Model. You shall require all of Your users who use the Model or a Derivative of the Model to comply with the terms of this paragraph (paragraph 5).
90
+ 6. The Output You Generate. Except as set forth herein, Licensor claims no rights in the Output You generate using the Model. You are accountable for the Output you generate and its subsequent uses. No use of the output can contravene any provision as stated in the License.
91
+
92
+ Section IV: OTHER PROVISIONS
93
+
94
+ 7. Updates and Runtime Restrictions. To the maximum extent permitted by law, Licensor reserves the right to restrict (remotely or otherwise) usage of the Model in violation of this License.
95
+ 8. Trademarks and related. Nothing in this License permits You to make use of Licensors’ trademarks, trade names, logos or to otherwise suggest endorsement or misrepresent the relationship between the parties; and any rights not expressly granted herein are reserved by the Licensors.
96
+ 9. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Model and the Complementary Material (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Model, Derivatives of the Model, and the Complementary Material and assume any risks associated with Your exercise of permissions under this License.
97
+ 10. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Model and the Complementary Material (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
98
+ 11. Accepting Warranty or Additional Liability. While redistributing the Model, Derivatives of the Model and the Complementary Material thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
99
+ 12. If any provision of this License is held to be invalid, illegal or unenforceable, the remaining provisions shall be unaffected thereby and remain valid as if such provision had not been set forth herein.
100
+
101
+ END OF TERMS AND CONDITIONS
102
+
103
+
104
+
105
+
106
+ Attachment A
107
+
108
+ Use Restrictions
109
+
110
+ You agree not to use the Model or Derivatives of the Model:
111
+
112
+ - In any way that violates any applicable national, federal, state, local or international law or regulation;
113
+ - For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
114
+ - To generate or disseminate verifiably false information and/or content with the purpose of harming others;
115
+ - To generate or disseminate personal identifiable information that can be used to harm an individual;
116
+ - To defame, disparage or otherwise harass others;
117
+ - For fully automated decision making that adversely impacts an individual’s legal rights or otherwise creates or modifies a binding, enforceable obligation;
118
+ - For any use intended to or which has the effect of discriminating against or harming individuals or groups based on online or offline social behavior or known or predicted personal or personality characteristics;
119
+ - To exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics, in order to materially distort the behavior of a person pertaining to that group in a manner that causes or is likely to cause that person or another person physical or psychological harm;
120
+ - For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories;
121
+ - To provide medical advice and medical results interpretation;
122
+ - To generate or disseminate information for the purpose to be used for administration of justice, law enforcement, immigration or asylum processes, such as predicting an individual will commit fraud/crime commitment (e.g. by text profiling, drawing causal relationships between assertions made in documents, indiscriminate and arbitrarily-targeted use).
123
+
124
+
125
+
126
+ Open Source Model Licensed under the TENCENT HUNYUAN COMMUNITY LICENSE AGREEMENT and Other Licenses of the Third-Party Components therein:
127
+ --------------------------------------------------------------------
128
+ 1. HunyuanDiT
129
+ Copyright (C) 2024 THL A29 Limited, a Tencent company. All rights reserved.
130
+
131
+
132
+ Terms of the TENCENT HUNYUAN COMMUNITY LICENSE AGREEMENT:
133
+ --------------------------------------------------------------------
134
+ TENCENT HUNYUAN COMMUNITY LICENSE AGREEMENT
135
+ Tencent Hunyuan Release Date: 2024/5/14
136
+ By clicking to agree or by using, reproducing, modifying, distributing, performing or displaying any portion or element of the Tencent Hunyuan Works, including via any Hosted Service, You will be deemed to have recognized and accepted the content of this Agreement, which is effective immediately.
137
+ 1. DEFINITIONS.
138
+ a. “Acceptable Use Policy” shall mean the policy made available by Tencent as set forth in the Exhibit A.
139
+ b. “Agreement” shall mean the terms and conditions for use, reproduction, distribution, modification, performance and displaying of the Hunyuan Works or any portion or element thereof set forth herein.
140
+ c. “Documentation” shall mean the specifications, manuals and documentation for Tencent Hunyuan made publicly available by Tencent.
141
+ d. “Hosted Service” shall mean a hosted service offered via an application programming interface (API), web access, or any other electronic or remote means.
142
+ e. “Licensee,” “You” or “Your” shall mean a natural person or legal entity exercising the rights granted by this Agreement and/or using the Tencent Hunyuan Works for any purpose and in any field of use.
143
+ f. “Materials” shall mean, collectively, Tencent’s proprietary Tencent Hunyuan and Documentation (and any portion thereof) as made available by Tencent under this Agreement.
144
+ g. “Model Derivatives” shall mean all: (i) modifications to Tencent Hunyuan or any Model Derivative of Tencent Hunyuan; (ii) works based on Tencent Hunyuan or any Model Derivative of Tencent Hunyuan; or (iii) any other machine learning model which is created by transfer of patterns of the weights, parameters, operations, or Output of Tencent Hunyuan or any Model Derivative of Tencent Hunyuan, to that model in order to cause that model to perform similarly to Tencent Hunyuan or a Model Derivative of Tencent Hunyuan, including distillation methods, methods that use intermediate data representations, or methods based on the generation of synthetic data Outputs by Tencent Hunyuan or a Model Derivative of Tencent Hunyuan for training that model. For clarity, Outputs by themselves are not deemed Model Derivatives.
145
+ h. “Output” shall mean the information and/or content output of Tencent Hunyuan or a Model Derivative that results from operating or otherwise using Tencent Hunyuan or a Model Derivative, including via a Hosted Service.
146
+ i. “Tencent,” “We” or “Us” shall mean THL A29 Limited.
147
+ j. “Tencent Hunyuan” shall mean the large language models, image/video/audio/3D generation models, and multimodal large language models and their software and algorithms, including trained model weights, parameters (including optimizer states), machine-learning model code, inference-enabling code, training-enabling code, fine-tuning enabling code and other elements of the foregoing made publicly available by Us at https://huggingface.co/Tencent-Hunyuan/HunyuanDiT and https://github.com/Tencent/HunyuanDiT .
148
+ k. “Tencent Hunyuan Works” shall mean: (i) the Materials; (ii) Model Derivatives; and (iii) all derivative works thereof.
149
+ l. “Third Party” or “Third Parties” shall mean individuals or legal entities that are not under common control with Us or You.
150
+ m. “including” shall mean including but not limited to.
151
+ 2. GRANT OF RIGHTS.
152
+ We grant You a non-exclusive, worldwide, non-transferable and royalty-free limited license under Tencent’s intellectual property or other rights owned by Us embodied in or utilized by the Materials to use, reproduce, distribute, create derivative works of (including Model Derivatives), and make modifications to the Materials, only in accordance with the terms of this Agreement and the Acceptable Use Policy, and You must not violate (or encourage or permit anyone else to violate) any term of this Agreement or the Acceptable Use Policy.
153
+ 3. DISTRIBUTION.
154
+ You may, subject to Your compliance with this Agreement, distribute or make available to Third Parties the Tencent Hunyuan Works, provided that You meet all of the following conditions:
155
+ a. You must provide all such Third Party recipients of the Tencent Hunyuan Works or products or services using them a copy of this Agreement;
156
+ b. You must cause any modified files to carry prominent notices stating that You changed the files;
157
+ c. You are encouraged to: (i) publish at least one technology introduction blogpost or one public statement expressing Your experience of using the Tencent Hunyuan Works; and (ii) mark the products or services developed by using the Tencent Hunyuan Works to indicate that the product/service is “Powered by Tencent Hunyuan”; and
158
+ d. All distributions to Third Parties (other than through a Hosted Service) must be accompanied by a “Notice” text file that contains the following notice: “Tencent Hunyuan is licensed under the Tencent Hunyuan Community License Agreement, Copyright © 2024 Tencent. All Rights Reserved. The trademark rights of “Tencent Hunyuan” are owned by Tencent or its affiliate.”
159
+ You may add Your own copyright statement to Your modifications and, except as set forth in this Section and in Section 5, may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Model Derivatives as a whole, provided Your use, reproduction, modification, distribution, performance and display of the work otherwise complies with the terms and conditions of this Agreement. If You receive Tencent Hunyuan Works from a Licensee as part of an integrated end user product, then this Section 3 of this Agreement will not apply to You.
160
+ 4. ADDITIONAL COMMERCIAL TERMS.
161
+ If, on the Tencent Hunyuan version release date, the monthly active users of all products or services made available by or for Licensee is greater than 100 million monthly active users in the preceding calendar month, You must request a license from Tencent, which Tencent may grant to You in its sole discretion, and You are not authorized to exercise any of the rights under this Agreement unless or until Tencent otherwise expressly grants You such rights.
162
+ 5. RULES OF USE.
163
+ a. Your use of the Tencent Hunyuan Works must comply with applicable laws and regulations (including trade compliance laws and regulations) and adhere to the Acceptable Use Policy for the Tencent Hunyuan Works, which is hereby incorporated by reference into this Agreement. You must include the use restrictions referenced in these Sections 5(a) and 5(b) as an enforceable provision in any agreement (e.g., license agreement, terms of use, etc.) governing the use and/or distribution of Tencent Hunyuan Works and You must provide notice to subsequent users to whom You distribute that Tencent Hunyuan Works are subject to the use restrictions in these Sections 5(a) and 5(b).
164
+ b. You must not use the Tencent Hunyuan Works or any Output or results of the Tencent Hunyuan Works to improve any other large language model (other than Tencent Hunyuan or Model Derivatives thereof).
165
+ 6. INTELLECTUAL PROPERTY.
166
+ a. Subject to Tencent’s ownership of Tencent Hunyuan Works made by or for Tencent and intellectual property rights therein, conditioned upon Your compliance with the terms and conditions of this Agreement, as between You and Tencent, You will be the owner of any derivative works and modifications of the Materials and any Model Derivatives that are made by or for You.
167
+ b. No trademark licenses are granted under this Agreement, and in connection with the Tencent Hunyuan Works, Licensee may not use any name or mark owned by or associated with Tencent or any of its affiliates, except as required for reasonable and customary use in describing and distributing the Tencent Hunyuan Works. Tencent hereby grants You a license to use “Tencent Hunyuan” (the “Mark”) solely as required to comply with the provisions of Section 3(c), provided that You comply with any applicable laws related to trademark protection. All goodwill arising out of Your use of the Mark will inure to the benefit of Tencent.
168
+ c. If You commence a lawsuit or other proceedings (including a cross-claim or counterclaim in a lawsuit) against Us or any person or entity alleging that the Materials or any Output, or any portion of any of the foregoing, infringe any intellectual property or other right owned or licensable by You, then all licenses granted to You under this Agreement shall terminate as of the date such lawsuit or other proceeding is filed. You will defend, indemnify and hold harmless Us from and against any claim by any Third Party arising out of or related to Your or the Third Party’s use or distribution of the Tencent Hunyuan Works.
169
+ d. Tencent claims no rights in Outputs You generate. You and Your users are solely responsible for Outputs and their subsequent uses.
170
+ 7. DISCLAIMERS OF WARRANTY AND LIMITATIONS OF LIABILITY.
171
+ a. We are not obligated to support, update, provide training for, or develop any further version of the Tencent Hunyuan Works or to grant any license thereto.
172
+ b. UNLESS AND ONLY TO THE EXTENT REQUIRED BY APPLICABLE LAW, THE TENCENT HUNYUAN WORKS AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED “AS IS” WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES OF ANY KIND INCLUDING ANY WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, COURSE OF DEALING, USAGE OF TRADE, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING, REPRODUCING, MODIFYING, PERFORMING, DISPLAYING OR DISTRIBUTING ANY OF THE TENCENT HUNYUAN WORKS OR OUTPUTS AND ASSUME ANY AND ALL RISKS ASSOCIATED WITH YOUR OR A THIRD PARTY’S USE OR DISTRIBUTION OF ANY OF THE TENCENT HUNYUAN WORKS OR OUTPUTS AND YOUR EXERCISE OF RIGHTS AND PERMISSIONS UNDER THIS AGREEMENT.
173
+ c. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL TENCENT OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, FOR ANY DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, EXEMPLARY, CONSEQUENTIAL OR PUNITIVE DAMAGES, OR LOST PROFITS OF ANY KIND ARISING FROM THIS AGREEMENT OR RELATED TO ANY OF THE TENCENT HUNYUAN WORKS OR OUTPUTS, EVEN IF TENCENT OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.
174
+ 8. SURVIVAL AND TERMINATION.
175
+ a. The term of this Agreement shall commence upon Your acceptance of this Agreement or access to the Materials and will continue in full force and effect until terminated in accordance with the terms and conditions herein.
176
+ b. We may terminate this Agreement if You breach any of the terms or conditions of this Agreement. Upon termination of this Agreement, You must promptly delete and cease use of the Tencent Hunyuan Works. Sections 6(a), 6(c), 7 and 9 shall survive the termination of this Agreement.
177
+ 9. GOVERNING LAW AND JURISDICTION.
178
+ a. This Agreement and any dispute arising out of or relating to it will be governed by the laws of the Hong Kong Special Administrative Region of the People’s Republic of China, without regard to conflict of law principles, and the UN Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
179
+ b. Exclusive jurisdiction and venue for any dispute arising out of or relating to this Agreement will be a court of competent jurisdiction in the Hong Kong Special Administrative Region of the People’s Republic of China, and Tencent and Licensee consent to the exclusive jurisdiction of such court with respect to any such dispute.
180
+
181
+
182
+ EXHIBIT A
183
+ ACCEPTABLE USE POLICY
184
+
185
+ Tencent reserves the right to update this Acceptable Use Policy from time to time.
186
+ Last modified: 2024/5/14
187
+
188
+ Tencent endeavors to promote safe and fair use of its tools and features, including Tencent Hunyuan. You agree not to use Tencent Hunyuan or Model Derivatives:
189
+ 1. In any way that violates any applicable national, federal, state, local, international or any other law or regulation;
190
+ 2. To harm Yourself or others;
191
+ 3. To repurpose or distribute output from Tencent Hunyuan or any Model Derivatives to harm Yourself or others;
192
+ 4. To override or circumvent the safety guardrails and safeguards We have put in place;
193
+ 5. For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
194
+ 6. To generate or disseminate verifiably false information and/or content with the purpose of harming others or influencing elections;
195
+ 7. To generate or facilitate false online engagement, including fake reviews and other means of fake online engagement;
196
+ 8. To intentionally defame, disparage or otherwise harass others;
197
+ 9. To generate and/or disseminate malware (including ransomware) or any other content to be used for the purpose of harming electronic systems;
198
+ 10. To generate or disseminate personal identifiable information with the purpose of harming others;
199
+ 11. To generate or disseminate information (including images, code, posts, articles), and place the information in any public context (including –through the use of bot generated tweets), without expressly and conspicuously identifying that the information and/or content is machine generated;
200
+ 12. To impersonate another individual without consent, authorization, or legal right;
201
+ 13. To make high-stakes automated decisions in domains that affect an individual’s safety, rights or wellbeing (e.g., law enforcement, migration, medicine/health, management of critical infrastructure, safety components of products, essential services, credit, employment, housing, education, social scoring, or insurance);
202
+ 14. In a manner that violates or disrespects the social ethics and moral standards of other countries or regions;
203
+ 15. To perform, facilitate, threaten, incite, plan, promote or encourage violent extremism or terrorism;
204
+ 16. For any use intended to discriminate against or harm individuals or groups based on protected characteristics or categories, online or offline social behavior or known or predicted personal or personality characteristics;
205
+ 17. To intentionally exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics, in order to materially distort the behavior of a person pertaining to that group in a manner that causes or is likely to cause that person or another person physical or psychological harm;
206
+ 18. For military purposes;
207
+ 19. To engage in the unauthorized or unlicensed practice of any profession including, but not limited to, financial, legal, medical/health, or other professional practices.
208
+
209
+ For the license of other third party components, please refer to the following URL:
210
+ https://huggingface.co/Tencent-Hunyuan/HunyuanDiT/blob/main/Notice
211
+
212
+ --------------------------------------------------------------------
213
+
214
+ This Model also incorporates insights from Flux's neural network architechtures (https://github.com/black-forest-labs/flux?tab=readme-ov-file). Credits are given to the orginal authors.
README.md CHANGED
@@ -1,13 +1,189 @@
1
- ---
2
- title: Hunyuan3D 2
3
- emoji: 📚
4
- colorFrom: blue
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.12.0
8
- app_file: app.py
9
- pinned: false
10
- license: other
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [中文阅读](README_zh_cn.md)
2
+
3
+ <p align="center">
4
+ <img src="./assets/images/teaser.jpg">
5
+
6
+
7
+ </p>
8
+
9
+ <div align="center">
10
+ <a href=https://3d.hunyuan.tencent.com target="_blank"><img src=https://img.shields.io/badge/Hunyuan3D-black.svg?logo=homepage height=22px></a>
11
+ <a href=https://huggingface.co/spaces/tencent/Hunyuan3D-2 target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Demo-276cb4.svg height=22px></a>
12
+ <a href=https://huggingface.co/tencent/Hunyuan3D-2 target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Models-d96902.svg height=22px></a>
13
+ <a href=https://3d-models.hunyuan.tencent.com/ target="_blank"><img src= https://img.shields.io/badge/Page-bb8a2e.svg?logo=github height=22px></a>
14
+ <a href=https://discord.gg/GuaWYwzKbX target="_blank"><img src= https://img.shields.io/badge/Page-white.svg?logo=discord height=22px></a>
15
+ </div>
16
+
17
+
18
+ [//]: # ( <a href=# target="_blank"><img src=https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv height=22px></a>)
19
+
20
+ [//]: # ( <a href=# target="_blank"><img src= https://img.shields.io/badge/Colab-8f2628.svg?logo=googlecolab height=22px></a>)
21
+
22
+ [//]: # ( <a href="#"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/v/mulankit?logo=pypi" height=22px></a>)
23
+
24
+ <br>
25
+ <p align="center">
26
+ “ Living out everyone’s imagination on creating and manipulating 3D assets.”
27
+ </p>
28
+
29
+ ## 🔥 News
30
+
31
+ - Jan 21, 2025: 💬 Release [Hunyuan3D 2.0](https://huggingface.co/spaces/tencent/Hunyuan3D-2). Please give it a try!
32
+
33
+ ## **Abstract**
34
+
35
+ We present Hunyuan3D 2.0, an advanced large-scale 3D synthesis system for generating high-resolution textured 3D assets.
36
+ This system includes two foundation components: a large-scale shape generation model - Hunyuan3D-DiT, and a large-scale
37
+ texture synthesis model - Hunyuan3D-Paint.
38
+ The shape generative model, built on a scalable flow-based diffusion transformer, aims to create geometry that properly
39
+ aligns with a given condition image, laying a solid foundation for downstream applications.
40
+ The texture synthesis model, benefiting from strong geometric and diffusion priors, produces high-resolution and vibrant
41
+ texture maps for either generated or hand-crafted meshes.
42
+ Furthermore, we build Hunyuan3D-Studio - a versatile, user-friendly production platform that simplifies the re-creation
43
+ process of 3D assets. It allows both professional and amateur users to manipulate or even animate their meshes
44
+ efficiently.
45
+ We systematically evaluate our models, showing that Hunyuan3D 2.0 outperforms previous state-of-the-art models,
46
+ including the open-source models and closed-source models in geometry details, condition alignment, texture quality, and
47
+ e.t.c.
48
+
49
+
50
+
51
+ <p align="center">
52
+ <img src="assets/images/system.jpg">
53
+ </p>
54
+
55
+ ## ☯️ **Hunyuan3D 2.0**
56
+
57
+ ### Architecture
58
+
59
+ Hunyuan3D 2.0 features a two-stage generation pipeline, starting with the creation of a bare mesh, followed by the
60
+ synthesis of a texture map for that mesh. This strategy is effective for decoupling the difficulties of shape and
61
+ texture generation and also provides flexibility for texturing either generated or handcrafted meshes.
62
+
63
+ <p align="left">
64
+ <img src="assets/images/arch.jpg">
65
+ </p>
66
+
67
+ ### Performance
68
+
69
+ We have evaluated Hunyuan3D 2.0 with other open-source as well as close-source 3d-generation methods.
70
+ The numerical results indicate that Hunyuan3D 2.0 surpasses all baselines in the quality of generated textured 3D assets
71
+ and the condition following ability.
72
+
73
+ | Model | CMMD(⬇) | FID_CLIP(⬇) | FID(⬇) | CLIP-score(⬆) |
74
+ |-------------------------|-----------|-------------|-------------|---------------|
75
+ | Top Open-source Model1 | 3.591 | 54.639 | 289.287 | 0.787 |
76
+ | Top Close-source Model1 | 3.600 | 55.866 | 305.922 | 0.779 |
77
+ | Top Close-source Model2 | 3.368 | 49.744 | 294.628 | 0.806 |
78
+ | Top Close-source Model3 | 3.218 | 51.574 | 295.691 | 0.799 |
79
+ | Hunyuan3D 2.0 | **3.193** | **49.165** | **282.429** | **0.809** |
80
+
81
+ Generation results of Hunyuan3D 2.0:
82
+ <p align="left">
83
+ <img src="assets/images/e2e-1.gif" height=300>
84
+ <img src="assets/images/e2e-2.gif" height=300>
85
+ </p>
86
+
87
+ ### Pretrained Models
88
+
89
+ | Model | Date | Huggingface |
90
+ |----------------------|------------|--------------------------------------------------------|
91
+ | Hunyuan3D-DiT-v2-0 | 2025-01-21 | [Download](https://huggingface.co/tencent/Hunyuan3D-2) |
92
+ | Hunyuan3D-Paint-v2-0 | 2025-01-21 | [Download](https://huggingface.co/tencent/Hunyuan3D-2) |
93
+
94
+ ## 🤗 Get Started with Hunyuan3D 2.0
95
+
96
+ You may follow the next steps to use Hunyuan3D 2.0 via code or the Gradio App.
97
+
98
+ ### Install Requirements
99
+
100
+ Please install Pytorch via the [official](https://pytorch.org/) site. Then install the other requirements via
101
+
102
+ ```bash
103
+ pip install -r requirements.txt
104
+ # for texture
105
+ cd hy3dgen/texgen/custom_rasterizer
106
+ python3 setup.py install
107
+ cd hy3dgen/texgen/differentiable_renderer
108
+ bash compile_mesh_painter.sh
109
+ ```
110
+
111
+ ### API Usage
112
+
113
+ We designed a diffusers-like API to use our shape generation model - Hunyuan3D-DiT and texture synthesis model -
114
+ Hunyuan3D-Paint.
115
+
116
+ You could assess **Hunyuan3D-DiT** via:
117
+
118
+ ```python
119
+ from hy3dgen.shapegen import Hunyuan3DDiTFlowMatchingPipeline
120
+
121
+ pipeline = Hunyuan3DDiTFlowMatchingPipeline.from_pretrained('tencent/Hunyuan3D-2')
122
+ mesh = pipeline(image='assets/demo.png')[0]
123
+ ```
124
+
125
+ The output mesh is a [trimesh object](https://trimesh.org/trimesh.html), which you could save to glb/obj (or other
126
+ format) file.
127
+
128
+ For **Hunyuan3D-Paint**, do the following:
129
+
130
+ ```python
131
+ from hy3dgen.texgen import Hunyuan3DPaintPipeline
132
+ from hy3dgen.shapegen import Hunyuan3DDiTFlowMatchingPipeline
133
+
134
+ # let's generate a mesh first
135
+ pipeline = Hunyuan3DDiTFlowMatchingPipeline.from_pretrained('tencent/Hunyuan3D-2')
136
+ mesh = pipeline(image='assets/demo.png')[0]
137
+
138
+ pipeline = Hunyuan3DPaintPipeline.from_pretrained('tencent/Hunyuan3D-2')
139
+ mesh = pipeline(mesh, image='assets/demo.png')
140
+ ```
141
+
142
+ Please visit [minimal_demo.py](minimal_demo.py) for more advanced usage, such as **text to 3D** and **texture generation
143
+ for handcrafted mesh**.
144
+
145
+ ### Gradio App
146
+
147
+ You could also host a [Gradio](https://www.gradio.app/) App in your own computer via:
148
+
149
+ ```bash
150
+ pip3 install gradio==3.39.0
151
+ python3 gradio_app.py
152
+ ```
153
+
154
+ Don't forget to visit [Hunyuan3D](https://3d.hunyuan.tencent.com) for quick use, if you don't want to host yourself.
155
+
156
+ ## 📑 Open-Source Plan
157
+
158
+ - [x] Inference Code
159
+ - [x] Model Checkpoints
160
+ - [ ] ComfyUI
161
+ - [ ] TensorRT Version
162
+
163
+ ## 🔗 BibTeX
164
+
165
+ If you found this repository helpful, please cite our report:
166
+
167
+ ```bibtex
168
+ @misc{hunyuan3d22025tencent,
169
+ title={Hunyuan3D 2.0: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation},
170
+ author={Tencent Hunyuan3D Team},
171
+ year={2025},
172
+ }
173
+ ```
174
+
175
+ ## Acknowledgements
176
+
177
+ We would like to thank the contributors to
178
+ the [DINOv2](https://github.com/facebookresearch/dinov2), [Stable Diffusion](https://github.com/Stability-AI/stablediffusion), [FLUX](https://github.com/black-forest-labs/flux), [diffusers](https://github.com/huggingface/diffusers)
179
+ and [HuggingFace](https://huggingface.co) repositories, for their open research and exploration.
180
+
181
+ ## Star History
182
+
183
+ <a href="https://star-history.com/#Tencent/Hunyuan3D-2&Date">
184
+ <picture>
185
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2&type=Date&theme=dark" />
186
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2&type=Date" />
187
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2&type=Date" />
188
+ </picture>
189
+ </a>
README_zh_cn.md ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Read in English](README.md)
2
+
3
+ <p align="center">
4
+ <img src="./assets/images/teaser.jpg">
5
+
6
+ </p>
7
+
8
+ <div align="center">
9
+ <a href=https://3d.hunyuan.tencent.com target="_blank"><img src=https://img.shields.io/badge/Hunyuan3D-black.svg?logo=homepage height=22px></a>
10
+ <a href=https://huggingface.co/spaces/tencent/Hunyuan3D-2 target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Demo-276cb4.svg height=22px></a>
11
+ <a href=https://huggingface.co/tencent/Hunyuan3D-2 target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Models-d96902.svg height=22px></a>
12
+ <a href=https://3d-models.hunyuan.tencent.com/ target="_blank"><img src= https://img.shields.io/badge/Page-bb8a2e.svg?logo=github height=22px></a>
13
+ <a href=https://discord.gg/GuaWYwzKbX target="_blank"><img src= https://img.shields.io/badge/Page-white.svg?logo=discord height=22px></a>
14
+ </div>
15
+
16
+ <br>
17
+ <p align="center">
18
+ “通过 3D 创作与编辑让每个人的想象变成现实。”
19
+ </p>
20
+
21
+ ## 🔥 最新消息
22
+
23
+ - Jan 21, 2025: 💬 我们发布了 [Hunyuan3D 2.0](https://huggingface.co/spaces/tencent/Hunyuan3D-2). 快来试试吧!
24
+
25
+ ## 概览
26
+
27
+ 混元 3D 2.0 是一款先进的大规模 3D 合成系统,用于生成高分辨率的带纹理 3D
28
+ 模型。该系统包含两个基础组件:一个大规模形状生成模型 —— 混元 3D-DiT,以及一个大规模纹理合成模型 —— 混元 3D-Paint。
29
+ 形状生成模型构建在可扩展的基于流的扩散变换器之上,旨在生成与给定条件图像精确匹配的几何形状,为下游应用奠定坚实基础。
30
+ 纹理合成模型得益于强大的几何和扩散先验知识,能够为生成的或手工制作的网格模型生成高分辨率且生动逼真的纹理贴图。
31
+ 此外,我们打造了混元 3D 工作室 —— 一个功能多样、易于使用的创作平台,简化了 3D 模型的重建过程。它使专业用户和业余爱好者都能高效地对网格模型进行操作,甚至制作动画。
32
+ 我们对模型进行了系统评估,结果表明混元 3D 2.0 在几何细节、条件匹配、纹理质量等方面均优于以往的先进模型,包括开源模型和闭源模型。
33
+
34
+ <p align="center">
35
+ <img src="assets/images/system.jpg">
36
+ </p>
37
+
38
+ ## ☯️ **Hunyuan3D 2.0**
39
+
40
+ ### 模型架构
41
+
42
+ 混元 3D 2.0 采用了两阶段生成流程,首先创建一个无纹理的网格模型,然后为该网格模型合成纹理贴图。这种策略有效地将形状生成和纹理生成的难点分离开来,同时也为生成的网格模型或手工制作的网格模型进行纹理处理提供了灵活性。
43
+
44
+ <p align="left">
45
+ <img src="assets/images/arch.jpg">
46
+ </p>
47
+
48
+ ### 性能评估
49
+
50
+ 我们将混元 3D 2.0 与其他开源及闭源的 3D 生成方法进行了评估对比。
51
+ 数值结果表明,在生成的带纹理 3D 模型的质量以及对给定条件的遵循能力方面,混元 3D 2.0 超越了所有的基准模型。
52
+
53
+ | Model | CMMD(⬇) | FID_CLIP(⬇) | FID(⬇) | CLIP-score(⬆) |
54
+ |-------------------------|-----------|-------------|-------------|---------------|
55
+ | Top Open-source Model1 | 3.591 | 54.639 | 289.287 | 0.787 |
56
+ | Top Close-source Model1 | 3.600 | 55.866 | 305.922 | 0.779 |
57
+ | Top Close-source Model2 | 3.368 | 49.744 | 294.628 | 0.806 |
58
+ | Top Close-source Model3 | 3.218 | 51.574 | 295.691 | 0.799 |
59
+ | Hunyuan3D 2.0 | **3.193** | **49.165** | **282.429** | **0.809** |
60
+
61
+ 一些 Hunyuan3D 2.0 的生成结果:
62
+ <p align="left">
63
+ <img src="assets/images/e2e-1.gif" height=300>
64
+ <img src="assets/images/e2e-2.gif" height=300>
65
+ </p>
66
+
67
+ ### 预训练模型
68
+
69
+ | 模型名称 | 发布日期 | Huggingface |
70
+ |----------------------|------------|-------------|
71
+ | Hunyuan3D-DiT-v2-0 | 2025-01-21 | [下载]() |
72
+ | Hunyuan3D-Paint-v2-0 | 2025-01-21 | [下载]() |
73
+
74
+ ## 🤗快速入门 Hunyuan3D 2.0
75
+
76
+ 你可以按照以下步骤,通过代码或 Gradio 来使用混元 3D 2.0。
77
+
78
+ ### 依赖包安装
79
+
80
+ 请通过官方网站安装 PyTorch。然后通过以下方式安装其他所需的依赖项。
81
+
82
+ ```bash
83
+ pip install -r assets/requirements.txt
84
+ ```
85
+
86
+ ### API 使用方法
87
+
88
+ 我们设计了一个类似于 diffusers 的 API 来使用我们的形状生成模型 —— 混元 3D-DiT 和纹理合成模型 —— 混元 3D-Paint。
89
+ 你可以通过以下方式使用 混元 3D-DiT:
90
+
91
+ ```python
92
+ from hy3dgen.shapegen import Hunyuan3DDiTFlowMatchingPipeline
93
+
94
+ pipeline = Hunyuan3DDiTFlowMatchingPipeline.from_pretrained('tencent/Hunyuan3D-2')
95
+ mesh = pipeline(image='assets/demo.png')[0]
96
+ ```
97
+
98
+ 输出的网格是一个trimesh 对象,你可以将其保存为 glb/obj(或其他格式)文件。
99
+ 对于 混元 3D-Paint,请执行以下操作:
100
+
101
+ ```python
102
+ from hy3dgen.texgen import Hunyuan3DPaintPipeline
103
+ from hy3dgen.shapegen import Hunyuan3DDiTFlowMatchingPipeline
104
+
105
+ # let's generate a mesh first
106
+ pipeline = Hunyuan3DDiTFlowMatchingPipeline.from_pretrained('tencent/Hunyuan3D-2')
107
+ mesh = pipeline(image='assets/demo.png')[0]
108
+
109
+ pipeline = Hunyuan3DPaintPipeline.from_pretrained('tencent/Hunyuan3D-2')
110
+ mesh = pipeline(mesh, image='assets/demo.png')
111
+ ```
112
+
113
+ 请访问 minimal_demo.py 以了解更多高级用法,例如 文本转 3D 以及 为手工制作的网格生成纹理。
114
+
115
+ ### Gradio App 使用方法
116
+
117
+ 你也可以通过以下方式在自己的计算机上托管一个Gradio应用程序:
118
+
119
+ ```bash
120
+ pip3 install gradio==3.39.0
121
+ python3 gradio_app.py
122
+ ```
123
+
124
+ 如果你不想自己托管,别忘了访问[混元 3D]()进行快速使用。
125
+
126
+ ## 📑 开源计划
127
+
128
+ - [x] 推理代码
129
+ - [x] 模型权重
130
+ - [ ] ComfyUI
131
+ - [ ] TensorRT 量化
132
+
133
+ ## 🔗 引用
134
+
135
+ 如果你发现我们的工作有帮助,你可以以下面的方式引用我们的报告:
136
+
137
+ ```bibtex
138
+ @misc{hunyuan3d22025tencent,
139
+ title={Hunyuan3D 2.0: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation},
140
+ author={Tencent Hunyuan3D Team},
141
+ year={2025},
142
+ }
143
+ ```
144
+
145
+ ## 致谢
146
+
147
+ We would like to thank the contributors to
148
+ the [DINOv2](https://github.com/facebookresearch/dinov2), [Stable Diffusion](https://github.com/Stability-AI/stablediffusion), [FLUX](https://github.com/black-forest-labs/flux), [diffusers](https://github.com/huggingface/diffusers)
149
+ and [HuggingFace](https://huggingface.co) repositories, for their open research and exploration.
150
+
151
+ ## Star 历史
152
+
153
+ <a href="https://star-history.com/#Tencent/Hunyuan3D-2&Date">
154
+ <picture>
155
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2&type=Date&theme=dark" />
156
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2&type=Date" />
157
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Tencent/Hunyuan3D-2&type=Date" />
158
+ </picture>
159
+ </a>
assets/demo.png ADDED
assets/example_images/1445.png ADDED
assets/example_images/1457.png ADDED
assets/example_images/147.png ADDED
assets/example_images/1493.png ADDED
assets/example_images/1508.png ADDED
assets/example_images/1526.png ADDED
assets/example_images/1552.png ADDED
assets/example_images/1557.png ADDED
assets/example_images/156.png ADDED
assets/example_images/1576.png ADDED
assets/example_images/1582.png ADDED
assets/example_images/1583.png ADDED
assets/example_images/159.png ADDED
assets/example_images/1596.png ADDED
assets/example_images/1601.png ADDED
assets/example_images/1603.png ADDED
assets/example_images/1626.png ADDED
assets/example_images/1627.png ADDED
assets/example_images/1640.png ADDED
assets/example_images/1645.png ADDED
assets/example_images/1654.png ADDED
assets/example_images/1659.png ADDED
assets/example_images/1669.png ADDED
assets/example_images/167.png ADDED
assets/example_images/1670.png ADDED
assets/example_images/1673.png ADDED
assets/example_images/1679.png ADDED
assets/example_images/1687.png ADDED
assets/example_images/1695.png ADDED
assets/example_images/1698.png ADDED
assets/example_images/171.png ADDED
assets/example_images/1712.png ADDED
assets/example_images/1714.png ADDED
assets/example_images/1715.png ADDED
assets/example_images/1731.png ADDED
assets/example_images/1735.png ADDED
assets/example_images/1738.png ADDED
assets/example_images/1744.png ADDED
assets/example_images/1752.png ADDED
assets/example_images/1758.png ADDED
assets/example_images/1772.png ADDED
assets/example_images/1773.png ADDED
assets/example_images/1778.png ADDED