Instructions to use Comfy-Org/MiniMax-H3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/MiniMax-H3 with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ license_name: minimax-h3-community-license-agreement
|
|
| 4 |
license_link: https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE
|
| 5 |
tags:
|
| 6 |
- comfyui
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# MiniMax H3
|
|
@@ -19,10 +21,12 @@ Place the files in the following folders:
|
|
| 19 |
βββ π models/
|
| 20 |
β βββ π diffusion_models/
|
| 21 |
β β βββ minimax_h3_fl2va_bf16.safetensors
|
|
|
|
| 22 |
β β βββ minimax_h3_fl2va_int8_convrot.safetensors
|
| 23 |
β β βββ minimax_h3_fl2va_pruned_int8_convrot.safetensors
|
| 24 |
β β βββ minimax_h3_fl2va_pruned_fp8_scaled.safetensors
|
| 25 |
β β βββ minimax_h3_ref2va_bf16.safetensors
|
|
|
|
| 26 |
β β βββ minimax_h3_ref2va_int8_convrot.safetensors
|
| 27 |
β β βββ minimax_h3_ref2va_pruned_int8_convrot.safetensors
|
| 28 |
β β βββ minimax_h3_ref2va_pruned_fp8_scaled.safetensors
|
|
|
|
| 4 |
license_link: https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE
|
| 5 |
tags:
|
| 6 |
- comfyui
|
| 7 |
+
base_model:
|
| 8 |
+
- MiniMaxAI/MiniMax-H3
|
| 9 |
---
|
| 10 |
|
| 11 |
# MiniMax H3
|
|
|
|
| 21 |
βββ π models/
|
| 22 |
β βββ π diffusion_models/
|
| 23 |
β β βββ minimax_h3_fl2va_bf16.safetensors
|
| 24 |
+
β β βββ minimax_h3_fl2va_pruned_bf16.safetensors
|
| 25 |
β β βββ minimax_h3_fl2va_int8_convrot.safetensors
|
| 26 |
β β βββ minimax_h3_fl2va_pruned_int8_convrot.safetensors
|
| 27 |
β β βββ minimax_h3_fl2va_pruned_fp8_scaled.safetensors
|
| 28 |
β β βββ minimax_h3_ref2va_bf16.safetensors
|
| 29 |
+
β β βββ minimax_h3_ref2va_pruned_bf16.safetensors
|
| 30 |
β β βββ minimax_h3_ref2va_int8_convrot.safetensors
|
| 31 |
β β βββ minimax_h3_ref2va_pruned_int8_convrot.safetensors
|
| 32 |
β β βββ minimax_h3_ref2va_pruned_fp8_scaled.safetensors
|