Image-Text-to-Video
GGUF
English
Chinese
text-to-video
image-to-video
video-generation
stable-diffusion.cpp
unsloth
minimax
multimodal
Instructions to use unsloth/MiniMax-H3-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use unsloth/MiniMax-H3-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for unsloth/MiniMax-H3-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for unsloth/MiniMax-H3-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for unsloth/MiniMax-H3-GGUF to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="unsloth/MiniMax-H3-GGUF", max_seq_length=2048, )
Commit ·
9d7df6c
0
Parent(s):
Super-squash branch 'main' using huggingface_hub
Browse files- .gitattributes +48 -0
- LICENSE +84 -0
- NOTICE +24 -0
- README.md +97 -0
- assets/h3_gguf_ud_q2_k_xl.gif +3 -0
- assets/h3_gguf_ud_q2_k_xl.mp4 +3 -0
- minimax_h3_fl2va_pruned-Q2_K.gguf +3 -0
- minimax_h3_fl2va_pruned-Q3_K.gguf +3 -0
- minimax_h3_fl2va_pruned-Q4_K.gguf +3 -0
- minimax_h3_fl2va_pruned-Q5_0.gguf +3 -0
- minimax_h3_fl2va_pruned-Q6_K.gguf +3 -0
- minimax_h3_fl2va_pruned-Q8_0.gguf +3 -0
- minimax_h3_fl2va_pruned-UD-Q2_K_XL.gguf +3 -0
- minimax_h3_fl2va_pruned-UD-Q3_K_XL.gguf +3 -0
- qwen3vl_32b_minimax_h3-Q2_K_M.gguf +3 -0
- qwen3vl_32b_minimax_h3-Q4_K_M.gguf +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz 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 |
+
minimax_h3_fl2va_pruned-Q4_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
minimax_h3_fl2va_pruned-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
minimax_h3_fl2va_pruned-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
minimax_h3_fl2va_pruned-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
minimax_h3_fl2va_pruned-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
minimax_h3_fl2va_pruned-Q3_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
minimax_h3_fl2va_pruned-UD-Q2_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
minimax_h3_fl2va_pruned-UD-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
pareto_ood_h3.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
qwen3vl_32b_minimax_h3-Q2_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
qwen3vl_32b_minimax_h3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
assets/h3_gguf_ud_q2_k_xl.gif filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
assets/h3_gguf_ud_q2_k_xl.mp4 filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MiniMax H3 COMMUNITY LICENSE AGREEMENT
|
| 2 |
+
MiniMax H3 release date/License date: August 2, 2026.
|
| 3 |
+
The scope of this License Agreement (this “Agreement”) is expressly limited to the “Applicable Territory” as defined below.
|
| 4 |
+
By clicking to accept, or by using, reproducing, modifying, distributing, running, or displaying any portion or element of the MiniMax H3 Works (including through any Hosted Services) in any manner, you acknowledge and accept the terms of this Agreement, and this Agreement shall take immediate effect upon the occurrence of such act.
|
| 5 |
+
I. Definitions
|
| 6 |
+
1. “Acceptable Use Policy” means the policy published by MiniMax in Exhibit A.
|
| 7 |
+
2. “Agreement” means the terms and conditions set forth herein that govern the use, reproduction, distribution, modification, running, and display of the MiniMax H3 Works or any portion or element thereof.
|
| 8 |
+
3. “Applicable Territory” means worldwide, excluding the Excluded Territories.
|
| 9 |
+
4. “Documentation” means the specifications, manuals, and documentation concerning MiniMax H3 that are publicly released by MiniMax.
|
| 10 |
+
5. “Excluded Territories” means the European Union, the United Kingdom, the Republic of Korea and the United States of America.
|
| 11 |
+
6. “MiniMax H3” means the video generation model, together with its software and algorithms, including trained model weights, parameters (including optimizer states), machine-learning model code, inference-supporting code, and other elements thereof made publicly available by Us, as released at https://huggingface.co/MiniMaxAI/MiniMax-H3.
|
| 12 |
+
7. “MiniMax H3 Works” means (i) the Materials, (ii) the Model Derivatives, and (iii) all derivatives thereof.
|
| 13 |
+
8. “Hosted Services” means hosted services provided via application programming interfaces (APIs), web access, or any other electronic or remote means.
|
| 14 |
+
9. “Licensee,” “you,” or “your” means the natural or legal person exercising rights and/or using the MiniMax H3 Works for any purpose in any field of use under this Agreement.
|
| 15 |
+
10. “Materials” means, collectively, MiniMax H3 and the Documentation (and any portion thereof), in each case as made available by MiniMax under this Agreement and proprietary to MiniMax.
|
| 16 |
+
11. “Model Derivatives” means all of the following: (i) any modification of MiniMax H3 or any Model Derivative thereof; (ii) any work based on MiniMax H3 or any Model Derivative thereof; or (iii) any other machine learning model created by transferring the patterns of the weights, parameters, operational patterns, or Outputs of MiniMax H3 or any Model Derivative thereof to another model, such that the latter model exhibits behavior similar to MiniMax H3 or its Model Derivatives, including by distillation methods, methods using intermediate data representations, or methods based on training using synthetic-data Outputs generated by MiniMax H3 or its Model Derivatives. For the avoidance of doubt, Outputs are not deemed Model Derivatives.
|
| 17 |
+
12. “Output” means any result of operating or otherwise using MiniMax H3 or any Model Derivatives (including through Hosted Services).
|
| 18 |
+
13. “Third Party” means any natural or legal person that is not under common control with us or with you.
|
| 19 |
+
14. “Including” means “including but not limited to.”
|
| 20 |
+
15. “We,” “Us” or “MiniMax” means Nanonoble Pte. Ltd..
|
| 21 |
+
II. Grant of Rights
|
| 22 |
+
Solely within the Applicable Territory, we grant you a non-exclusive, non-transferable, royalty-free, limited license to use, reproduce, distribute, create derivative works (including Model Derivatives), and modify the Materials in accordance with the terms of this Agreement and the Acceptable Use Policy, based on the intellectual property and other rights owned by MiniMax that are embodied in or used by the Materials. You shall not violate (or encourage or permit any person to violate) any term of this Agreement or the Acceptable Use Policy.
|
| 23 |
+
We will continuously evaluate the applicable laws, regulations and compliance requirements for the Excluded Territories. In the meantime, should any person in such Excluded Territories be interested in deploying our models, you are welcome to contact us about obtaining a license, which will be granted based on robust controls and guardrails for purposes of complying with the laws, regulations and compliance requirements of the Excluded Territories.
|
| 24 |
+
III. Distribution and Redistribution
|
| 25 |
+
Subject to and conditioned on your continuing compliance with this Agreement, including its territorial restrictions and the Acceptable Use Policy, and solely within the Applicable Territory, you may distribute or make available the MiniMax H3 Works to Third Parties within the Applicable Territory; provided, that all of the following conditions are met:
|
| 26 |
+
1. You must provide a copy of this Agreement to all such Third Parties who receive the MiniMax H3 Works or use your products or services related thereto;
|
| 27 |
+
2. You must cause any modified files to carry prominent notices stating that you have modified such files;
|
| 28 |
+
3. You are encouraged to:
|
| 29 |
+
a. display a notice on any product or service developed using MiniMax H3 indicating that the product or service is “Powered by MiniMax H3”;
|
| 30 |
+
b. add an AI-generation identifier to files produced using generative AI models including MiniMax H3; and
|
| 31 |
+
c. publish at least one technical blog post or a public statement describing your experience using MiniMax H3 Works;
|
| 32 |
+
4. All distributions to Third Parties (other than through Hosted Services) must be accompanied by a “NOTICE” text file containing the following notice:
|
| 33 |
+
“MiniMax H3 is licensed under the MiniMax H3 Community License Agreement, Copyright © 2026 MiniMax. All Rights Reserved.”
|
| 34 |
+
You may add your own copyright notices on your modifications; except as provided in this Section and in Section V, however, you may not impose additional or different terms and conditions on the use, reproduction, or distribution of your modifications or of any aggregate Model Derivatives, and your use, reproduction, modification, distribution, running, and display of the work must otherwise comply with the terms and conditions of this Agreement (including the provisions concerning the Applicable Territory). If you receive the MiniMax H3 Works from a Licensee as part of an integrated end-user product, the provisions of Section III of this Agreement do not apply to you, but Section V and Exhibit A remain applicable.
|
| 35 |
+
IV. Additional Commercial Terms
|
| 36 |
+
1. You shall obtain a separate, prior written authorization from MiniMax by contacting api@minimax.io with the subject line “MiniMax H3 licensing - authorization request”, if your commercial products and services generate more than 20 million US dollars (or equivalent in other currencies) in yearly revenue.
|
| 37 |
+
2. You shall prominently display “MiniMax H3”on the user interface of commercial product or service that uses MiniMax H3 or MiniMax H3 Works.
|
| 38 |
+
V. Use Restrictions
|
| 39 |
+
1. Your use of the MiniMax H3 Works must comply with applicable laws and regulations (including trade-compliance laws and regulations) and must comply with the Acceptable Use Policy for the MiniMax H3 Works, which is incorporated into this Agreement by reference.
|
| 40 |
+
2. Before providing access to the MiniMax H3 Works or any product, service, or Hosted Service incorporating them, you must bind each recipient or user to enforceable terms at least as protective as the use restrictions in this Section V and Exhibit A, and you must notify each recipient or user that those restrictions apply.
|
| 41 |
+
3. You may not use the MiniMax H3 Works or any of their Outputs or results to improve any other artificial intelligence model (other than MiniMax H3 or its Model Derivatives).
|
| 42 |
+
4. You may not use, reproduce, modify, distribute, or display the MiniMax H3 Works or any of their Outputs or results outside the Applicable Territory. Any such use outside the Applicable Territory is not authorized by this Agreement.
|
| 43 |
+
5. If you provide or make available to any Third Party a product, service, or Hosted Service that permits the generation of Outputs using MiniMax H3 or any Model Derivative, you must, before making that product or service available and throughout its operation, implement, maintain, test, and periodically review reasonable and proportionate technical and organizational safeguards designed to prevent and mitigate access, uses, and Outputs that violate this Section V or Exhibit A, including uses or Outputs that infringe, misappropriate, or otherwise violate any Third Party’s intellectual-property or other rights. You must not knowingly disable, materially weaken, or permit the circumvention of those safeguards. You must maintain a reasonably accessible mechanism for reporting suspected violations. Upon receiving a good-faith report or otherwise obtaining actual knowledge of a violation, you must promptly investigate and take reasonable steps within your control to stop or mitigate the violation, including removing or disabling access to offending content or services and suspending or terminating repeat violators where appropriate. You are responsible for implementing and enforcing these requirements with respect to your products, services, systems, users, and downstream recipients.
|
| 44 |
+
VI. Intellectual Property
|
| 45 |
+
1. Subject to MiniMax’s rights in the MiniMax H3 Works (and the intellectual property therein), and to your compliance with the terms and conditions of this Agreement, as between you and MiniMax, you will own the derivative works and modifications of the Materials that you have created or had created, as well as any Model Derivatives.
|
| 46 |
+
2. Except for the limited license expressly granted in this paragraph, no trademark license is granted under this Agreement; with respect to MiniMax H3 Works, the Licensee may not use any name or mark owned by or associated with MiniMax or any of its affiliates, except as reasonably and customarily necessary to describe and distribute the MiniMax H3 Works. MiniMax hereby grants you a license to use the “MiniMax H3” mark (the “Mark”) within the Applicable Territory solely for the purpose of complying with Section III.3; provided, that you comply with all applicable trademark-protection laws. All goodwill arising from your use of the Mark shall inure to the benefit of MiniMax.
|
| 47 |
+
3. If you bring or assert any suit or other legal proceeding (including a cross-claim or counterclaim in any action) against us or any other natural or legal person alleging that the Materials, any Output, or any portion of the foregoing infringes any intellectual property right or other right owned by you or for which you can obtain a license, all licenses granted to you under this Agreement will terminate as of the date such suit or proceeding is filed. You shall defend, indemnify, and hold us harmless against any Third-Party claim arising out of or related to the use or distribution of the MiniMax H3 Works by you or by any Third Party.
|
| 48 |
+
4. MiniMax claims no rights over the Outputs you generate. You and your users are entirely responsible for the Outputs and any subsequent use thereof.
|
| 49 |
+
VII. Disclaimers and Limitations of Liability
|
| 50 |
+
1. We have no obligation to support, update, provide training for, or develop any further version of the MiniMax H3 Works, or to grant any license with respect thereto.
|
| 51 |
+
2. UNLESS AND ONLY TO THE EXTENT REQUIRED BY APPLICABLE LAW, THE MINIMAX H3 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 MINIMAX H3 WORKS OR OUTPUTS AND ASSUME ANY AND ALL RISKS ASSOCIATED WITH YOUR OR A THIRD PARTY’S USE OR DISTRIBUTION OF ANY OF THE MINIMAX H3 WORKS OR OUTPUTS AND YOUR EXERCISE OF RIGHTS AND PERMISSIONS UNDER THIS AGREEMENT.
|
| 52 |
+
3. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL MINIMAX 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 MINIMAX H3 WORKS OR OUTPUTS, EVEN IF MINIMAX OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.
|
| 53 |
+
VIII. Term and Termination
|
| 54 |
+
1. This Agreement is effective from the moment you accept this Agreement or begin accessing the Materials, and, subject to your compliance with its terms and conditions, will remain in effect until terminated as provided herein.
|
| 55 |
+
2. If you breach any term or condition of this Agreement, we have the right to terminate this Agreement. Upon termination, you must immediately cease accessing, using, and distributing the MiniMax H3 Works; delete or destroy all copies within your possession or control; and notify each downstream recipient that your authorization has ended. The obligations in the preceding sentence and Sections VI.1, VI.3, VII, and IX survive termination.
|
| 56 |
+
IX. Governing Law and Jurisdiction
|
| 57 |
+
1. This Agreement, and any dispute arising out of or related to this Agreement, shall be governed by the laws of the Hong Kong Special Administrative Region of the People’s Republic of China, without regard to its conflict-of-laws rules. The United Nations Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
|
| 58 |
+
2. Any dispute arising out of or related to this Agreement shall be subject to the exclusive jurisdiction of the courts of the Hong Kong Special Administrative Region of the People’s Republic of China with competent jurisdiction. Both MiniMax and the Licensee hereby consent to the exclusive jurisdiction of such courts for any such dispute.
|
| 59 |
+
Additional Note: Please note that the encoder of MiniMax H3 uses Qwen3-VL-32B, which is licensed under Apache 2.0 License: https://github.com/QwenLM/Qwen3-VL/blob/main/LICENSE.
|
| 60 |
+
|
| 61 |
+
Exhibit A — Acceptable Use Policy
|
| 62 |
+
MiniMax reserves the right to update this Acceptable Use Policy from time to time.
|
| 63 |
+
Last revised: August 2, 2026.
|
| 64 |
+
MiniMax is committed to promoting the safe and fair use of its tools and features, including MiniMax H3. You agree not to use MiniMax H3, any Model Derivatives, or any Output in any of the following ways:
|
| 65 |
+
1. Use outside the Applicable Territory;
|
| 66 |
+
2. Use in any manner that violates any applicable national, federal, state, local, or international law, regulation, or other legal requirement, or that infringes, misappropriates, or otherwise violates any Third Party’s intellectual-property or other proprietary rights, including through unauthorized reproduction, distribution, public display, public performance, or creation of derivative works;
|
| 67 |
+
3. Use in any manner that may harm yourself or others;
|
| 68 |
+
4. Use to repurpose or distribute the Outputs of MiniMax H3 or any Model Derivatives in order to harm yourself or others;
|
| 69 |
+
5. Use to circumvent or bypass any safety guardrails or safeguards we have implemented;
|
| 70 |
+
6. Use in any manner that exploits or harms, or intends to exploit or harm, minors;
|
| 71 |
+
7. Use to generate or disseminate verifiably false information and/or content for the purpose of harming others or influencing elections;
|
| 72 |
+
8. Use to manufacture or facilitate false online engagement, including fake reviews and other means of false online engagement;
|
| 73 |
+
9. Use to intentionally defame, disparage, or otherwise harass others;
|
| 74 |
+
10. Use to generate and/or disseminate malware (including ransomware) or any other content intended to damage electronic systems;
|
| 75 |
+
11. Use to generate or disseminate personally identifiable information for the purpose of harming others;
|
| 76 |
+
12. Use to generate or disseminate information (including images, code, posts, or articles) in or to any public environment (including via bot tweets or similar means) without clearly and prominently disclosing that such information and/or content is machine-generated;
|
| 77 |
+
13. Use to impersonate another person without that person’s consent, authorization, or lawful right to do so;
|
| 78 |
+
14. Use to make high-risk automated decisions in critical domains that affect individual safety, rights, or well-being (such as law enforcement, immigration, healthcare or medical services, critical-infrastructure management, product-safety components, essential services, credit, employment, housing, education, social scoring, or insurance);
|
| 79 |
+
15. Use in any manner that violates or disregards the social, ethical, or moral standards of other countries or regions;
|
| 80 |
+
16. Use to carry out, assist, threaten, incite, plan, advocate for, or encourage violent extremism or terrorism;
|
| 81 |
+
17. Use for any purpose intended to discriminate against, or harm, individuals or groups based on protected characteristics or categories, online or offline social behavior, or known or predicted personality traits;
|
| 82 |
+
18. Use to intentionally exploit the vulnerabilities of specific populations based on age, social, physical, or psychological characteristics, so as to materially distort the behavior of a member of that group in a manner that causes, or is likely to cause, physical or psychological harm to that person or to others;
|
| 83 |
+
19. Use for military purposes;
|
| 84 |
+
20. Use to engage in any unauthorized or unlicensed professional activity, including but not limited to financial, legal, medical or healthcare, or other professional practice.
|
NOTICE
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
unsloth/MiniMax-H3-GGUF
|
| 2 |
+
|
| 3 |
+
"MiniMax H3 is licensed under the MiniMax H3 Community License Agreement,
|
| 4 |
+
Copyright (c) 2026 MiniMax. All Rights Reserved."
|
| 5 |
+
|
| 6 |
+
The weights here derive from MiniMax-H3 (https://huggingface.co/MiniMaxAI/MiniMax-H3).
|
| 7 |
+
LICENSE is the text MiniMax ships at
|
| 8 |
+
https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE, verbatim.
|
| 9 |
+
|
| 10 |
+
Modified files and the changes made to them (MiniMax H3 Community License Agreement,
|
| 11 |
+
Section III.2):
|
| 12 |
+
|
| 13 |
+
* minimax_h3_fl2va_pruned-*.gguf: the H3-Base FL2VA diffusion transformer, converted
|
| 14 |
+
from safetensors to GGUF and quantized at six uniform precisions (Q2_K, Q3_K, Q4_K,
|
| 15 |
+
Q5_0, Q6_K, Q8_0) and two mixed-precision ones (UD-Q2_K_XL, UD-Q3_K_XL), which
|
| 16 |
+
changes the numerics. The modulation path is the pruned form published by Comfy-Org
|
| 17 |
+
(https://huggingface.co/Comfy-Org/MiniMax-H3) rather than the dense original. The
|
| 18 |
+
1-D norm scales and condition_proj are held at bf16 in every build.
|
| 19 |
+
* qwen3vl_32b_minimax_h3-*.gguf: the Qwen3-VL-32B text encoder MiniMax ship with H3,
|
| 20 |
+
converted to GGUF and quantized at Q2_K_M and Q4_K_M, which changes the numerics.
|
| 21 |
+
That encoder is Qwen3-VL-32B (https://huggingface.co/Qwen/Qwen3-VL-32B-Instruct),
|
| 22 |
+
Apache-2.0, as redistributed by MiniMax inside the H3 repository.
|
| 23 |
+
|
| 24 |
+
Not an official MiniMax product, and not endorsed by MiniMax.
|
README.md
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: minimax-h3-community-license-agreement
|
| 4 |
+
license_link: https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE
|
| 5 |
+
base_model:
|
| 6 |
+
- MiniMaxAI/MiniMax-H3
|
| 7 |
+
base_model_relation: quantized
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
- zh
|
| 11 |
+
library_name: gguf
|
| 12 |
+
pipeline_tag: image-text-to-video
|
| 13 |
+
tags:
|
| 14 |
+
- gguf
|
| 15 |
+
- text-to-video
|
| 16 |
+
- image-to-video
|
| 17 |
+
- video-generation
|
| 18 |
+
- stable-diffusion.cpp
|
| 19 |
+
- unsloth
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# MiniMax-H3, GGUF
|
| 23 |
+
|
| 24 |
+
GGUF quantizations of [MiniMaxAI/MiniMax-H3](https://huggingface.co/MiniMaxAI/MiniMax-H3) for
|
| 25 |
+
[stable-diffusion.cpp](https://github.com/unslothai/stable-diffusion.cpp).
|
| 26 |
+
|
| 27 |
+
MiniMax H3 is an omni-modal generative system that produces video with native stereo audio, up to
|
| 28 |
+
15 seconds at 24 FPS with 32 kHz stereo audio. The files here quantize the `fl2va_pruned` H3-Base
|
| 29 |
+
first-and-last-frame variant, which takes zero, one or two input images plus text. Both halves of
|
| 30 |
+
the runtime are in this repo: the denoiser and the Qwen3-VL text encoder it needs.
|
| 31 |
+
|
| 32 |
+
## Example
|
| 33 |
+
|
| 34 |
+
`UD-Q2_K_XL`, the smallest rung here, at 960x544, 124 frames, 24 FPS, 8 steps, guidance 1.0,
|
| 35 |
+
seed 11, on a single card.
|
| 36 |
+
|
| 37 |
+
> a red panda stepping along a mossy log in a misty forest, cinematic
|
| 38 |
+
|
| 39 |
+
<img src="assets/h3_gguf_ud_q2_k_xl.gif" width="480">
|
| 40 |
+
|
| 41 |
+
The GIF is downsampled and silent. For the full 960x544 clip with its native 32 kHz stereo audio
|
| 42 |
+
track, play
|
| 43 |
+
[`assets/h3_gguf_ud_q2_k_xl.mp4`](https://huggingface.co/unsloth/MiniMax-H3-GGUF/blob/main/assets/h3_gguf_ud_q2_k_xl.mp4).
|
| 44 |
+
H3 generates the audio jointly with the video, so the audio is part of the model output rather
|
| 45 |
+
than something added afterwards.
|
| 46 |
+
|
| 47 |
+
## Files
|
| 48 |
+
|
| 49 |
+
| File | Size |
|
| 50 |
+
|---|---|
|
| 51 |
+
| `minimax_h3_fl2va_pruned-Q2_K.gguf` | 6.26 GiB |
|
| 52 |
+
| `minimax_h3_fl2va_pruned-UD-Q2_K_XL.gguf` | 7.51 GiB |
|
| 53 |
+
| `minimax_h3_fl2va_pruned-Q3_K.gguf` | 8.16 GiB |
|
| 54 |
+
| `minimax_h3_fl2va_pruned-UD-Q3_K_XL.gguf` | 8.90 GiB |
|
| 55 |
+
| `minimax_h3_fl2va_pruned-Q4_K.gguf` | 10.64 GiB |
|
| 56 |
+
| `minimax_h3_fl2va_pruned-Q5_0.gguf` | 12.97 GiB |
|
| 57 |
+
| `minimax_h3_fl2va_pruned-Q6_K.gguf` | 15.45 GiB |
|
| 58 |
+
| `minimax_h3_fl2va_pruned-Q8_0.gguf` | 19.97 GiB |
|
| 59 |
+
| `qwen3vl_32b_minimax_h3-Q2_K_M.gguf` | 12.20 GiB |
|
| 60 |
+
| `qwen3vl_32b_minimax_h3-Q4_K_M.gguf` | 16.97 GiB |
|
| 61 |
+
|
| 62 |
+
The `UD-` rungs are dynamic, mixed-precision builds. The uniform rungs hold one type throughout.
|
| 63 |
+
Pair the `Q2_K_M` text encoder with the two smallest denoisers and the `Q4_K_M` one with everything
|
| 64 |
+
else. The VAEs are not duplicated here, take them from
|
| 65 |
+
[Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3).
|
| 66 |
+
|
| 67 |
+
```bash
|
| 68 |
+
sd-cli --mode vid_gen \
|
| 69 |
+
--diffusion-model minimax_h3_fl2va_pruned-UD-Q2_K_XL.gguf \
|
| 70 |
+
--llm qwen3vl_32b_minimax_h3-Q2_K_M.gguf \
|
| 71 |
+
--vae minimax_h3_video_vae_fp16.safetensors \
|
| 72 |
+
--audio-vae minimax_h3_audio_vae_fp32.safetensors \
|
| 73 |
+
--prompt "a red fox trotting through falling snow, cinematic" \
|
| 74 |
+
--width 640 --height 384 --video-frames 25 --steps 4 --cfg-scale 1.0 \
|
| 75 |
+
--backend te=cpu --diffusion-fa \
|
| 76 |
+
--output out.webm
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
Three flags are not optional. `--mode vid_gen`, or H3 takes the image path and aborts. Explicit
|
| 80 |
+
`--cfg-scale 1.0`, because H3 is distilled and cfg-free and aborts above 1.0 while the default is
|
| 81 |
+
7.0. And `--backend te=cpu`, which keeps the 12 GB text encoder off the card. Add
|
| 82 |
+
`--offload-to-cpu` to fit a smaller GPU.
|
| 83 |
+
|
| 84 |
+
The pre-quantized PyTorch checkpoints are in
|
| 85 |
+
[unsloth/MiniMax-H3-FP8](https://huggingface.co/unsloth/MiniMax-H3-FP8).
|
| 86 |
+
|
| 87 |
+
## Licence
|
| 88 |
+
|
| 89 |
+
MiniMax H3 Community License Agreement, from MiniMax-H3. Full text in
|
| 90 |
+
[`LICENSE`](https://huggingface.co/unsloth/MiniMax-H3-GGUF/blob/main/LICENSE). Read it before use:
|
| 91 |
+
it defines an Applicable Territory and excludes some jurisdictions from it. MiniMax also publish a
|
| 92 |
+
[Q&A about the licence](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/QA-about-License.md).
|
| 93 |
+
|
| 94 |
+
These files are Model Derivatives, not a plain copy: the transformer and the text encoder are
|
| 95 |
+
quantized, which changes the numerics. Section III of the licence wants that stated, so
|
| 96 |
+
[`NOTICE`](https://huggingface.co/unsloth/MiniMax-H3-GGUF/blob/main/NOTICE) lists every change
|
| 97 |
+
along with the attribution. Not an official MiniMax product, and not endorsed by MiniMax.
|
assets/h3_gguf_ud_q2_k_xl.gif
ADDED
|
Git LFS Details
|
assets/h3_gguf_ud_q2_k_xl.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da4b9480b9640ead2b5a34efa92d1c1c30f68f7c85a5ce736a3d382bc6212c91
|
| 3 |
+
size 3251084
|
minimax_h3_fl2va_pruned-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:696866a3c98ea0bb7e96b8a273aafb7c588ca8e6fb669303956eb270cedb68aa
|
| 3 |
+
size 6724190304
|
minimax_h3_fl2va_pruned-Q3_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c3cadbcc87ce2ed550b9be1e3b099198ba31a33a83f051411254c5149f6f59f
|
| 3 |
+
size 8759328864
|
minimax_h3_fl2va_pruned-Q4_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd948e08ad0ba3c71bd42f368e283dd82e790f5122a63b276e22a3e0283d0c10
|
| 3 |
+
size 11420663904
|
minimax_h3_fl2va_pruned-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7e7d16af6fe7cbb832441ce8b517155fa32c7ba03d8d1aab086ea64e82104dc
|
| 3 |
+
size 13923170400
|
minimax_h3_fl2va_pruned-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf9453a5654833fbf4e432d71ae53ad2f58ff8f735aa64d4770f1e182c0a5868
|
| 3 |
+
size 16586784864
|
minimax_h3_fl2va_pruned-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c77759fd30e4b41dd4fb341d684518177f544428c6186fd9f5fd96f8ebf55d4
|
| 3 |
+
size 21437786208
|
minimax_h3_fl2va_pruned-UD-Q2_K_XL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfe0795c00ab6e6ebf8c64fe4574f45a828e8a93e0876bca704e055662a9d7b8
|
| 3 |
+
size 8063029344
|
minimax_h3_fl2va_pruned-UD-Q3_K_XL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aee15137d31131b35448fad820ff757b6c137df44fdc0758b4a4636792d2b913
|
| 3 |
+
size 9558675552
|
qwen3vl_32b_minimax_h3-Q2_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8ccadccd57ef34c838ffb8a7da8368bb554721b2760274a1d3b0df63960b997
|
| 3 |
+
size 13102161024
|
qwen3vl_32b_minimax_h3-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11e6efe70a57ce7f4838c47bdbd1a1c4b8ce10e2b7747f1b065990b70f4b05fc
|
| 3 |
+
size 18218065024
|