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
|
@@ -21,13 +21,13 @@ Place the files in the following folders:
|
|
| 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
|
| 33 |
β βββ π text_encoders/
|
|
|
|
| 21 |
βββ π models/
|
| 22 |
β βββ π diffusion_models/
|
| 23 |
β β βββ minimax_h3_fl2va_bf16.safetensors
|
|
|
|
| 24 |
β β βββ minimax_h3_fl2va_int8_convrot.safetensors
|
| 25 |
+
β β βββ minimax_h3_fl2va_pruned_bf16.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_int8_convrot.safetensors
|
| 30 |
+
β β βββ minimax_h3_ref2va_pruned_bf16.safetensors
|
| 31 |
β β βββ minimax_h3_ref2va_pruned_int8_convrot.safetensors
|
| 32 |
β β βββ minimax_h3_ref2va_pruned_fp8_scaled.safetensors
|
| 33 |
β βββ π text_encoders/
|