Patarapoom commited on
Commit
0abc60a
·
verified ·
1 Parent(s): 5a5a7c4

describe the mirror: which files, from where, under what

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - comfyui
5
+ - minimax-h3
6
+ - image-to-video
7
+ - audio-to-video
8
+ ---
9
+
10
+ # MiniMax H3 ref2va + VBVR subset
11
+
12
+ **Unmodified copies** of 6 files (40.77 GB), re-hosted for operational
13
+ reasons only. Nothing here has been retrained, quantised, converted or edited --
14
+ byte-for-byte the upstream blobs, in the ComfyUI category layout.
15
+
16
+ Why it exists: RunPod Serverless "cached models" pulls a **whole repo** onto each
17
+ worker, and the upstream repos hold many variants we never load. Mirroring just
18
+ the files one render touches is the difference between hundreds of gigabytes per
19
+ worker and 41 GB.
20
+
21
+ ## Contents
22
+
23
+ | file | size | from |
24
+ |---|---|---|
25
+ | `diffusion_models/minimax_h3_hybrid_fl2va_ref2va_b20-49-int8.safetensors` | 20.97 GB | [`smhfacct/Minimax-H3-fl2va-ref2va-hybrid-models`](https://huggingface.co/smhfacct/Minimax-H3-fl2va-ref2va-hybrid-models) |
26
+ | `text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors` | 15.69 GB | [`Comfy-Org/MiniMax-H3`](https://huggingface.co/Comfy-Org/MiniMax-H3) |
27
+ | `vae/minimax_h3_video_vae_int8_convrot.safetensors` | 3.17 GB | [`Kijai/MiniMax-H3-experimental`](https://huggingface.co/Kijai/MiniMax-H3-experimental) |
28
+ | `vae/minimax_h3_audio_vae_fp32.safetensors` | 0.61 GB | [`Comfy-Org/MiniMax-H3`](https://huggingface.co/Comfy-Org/MiniMax-H3) |
29
+ | `loras/minimax_h3_ref2v_lightx2v_turbo_4step_v0.1_resized_avg_rank_20_bf16.safetensors` | 0.31 GB | [`Kijai/MiniMax-H3_comfy`](https://huggingface.co/Kijai/MiniMax-H3_comfy) |
30
+ | `loras/VBVR_H3_attn_only.safetensors` | 0.03 GB | [`Patarapoom/H3_lora`](https://huggingface.co/Patarapoom/H3_lora) |
31
+
32
+ ## Licence
33
+
34
+ Each file remains under the licence of its upstream repository, linked in the
35
+ table above -- this mirror grants nothing further and modifies nothing. Check the
36
+ source repo before any redistribution or commercial use.
37
+
38
+ **No `LICENSE.md` is shipped here, deliberately.** The upstream repositories for
39
+ these files declare no licence, so there is nothing to reproduce and inventing
40
+ one would misrepresent them. Terms are whatever each source repo states.