TracNetwork commited on
Commit
52c86b8
·
verified ·
1 Parent(s): d2c2ecc

OpenMayhem catalog v0.2.136 Spectrum H3 dev policy

Browse files
canaries/canary-minimax-h3-spectrum-workflow-launch-v1.json ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "set_id": "canary-minimax-h3-spectrum-workflow-launch-v1",
3
+ "description": "Launch canary for optional MiniMax H3 Spectrum Comfy workflow providers using signed H3 base parts plus the signed Spectrum custom-node package.",
4
+ "prompts": [
5
+ {
6
+ "id": "h3-spectrum-anime-fight-seed17",
7
+ "endpoint_family": "mayhem_comfy_workflows",
8
+ "model": "video.minimax_h3.spectrum",
9
+ "runtime_id": "comfyui-v0.30.1",
10
+ "outcome_class": "video.minimax_h3.spectrum",
11
+ "timeout_ms": 900000,
12
+ "response_format": "artifact",
13
+ "workflow": {
14
+ "1": {
15
+ "class_type": "UNETLoader",
16
+ "inputs": {
17
+ "unet_name": "minimax_h3_fl2va_pruned_int8_convrot.safetensors",
18
+ "weight_dtype": "default"
19
+ }
20
+ },
21
+ "2": {
22
+ "class_type": "CLIPLoader",
23
+ "inputs": {
24
+ "clip_name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
25
+ "type": "minimax",
26
+ "device": "default"
27
+ }
28
+ },
29
+ "3": {
30
+ "class_type": "VAELoader",
31
+ "inputs": {
32
+ "vae_name": "minimax_h3_video_vae_fp16.safetensors"
33
+ }
34
+ },
35
+ "4": {
36
+ "class_type": "VAELoader",
37
+ "inputs": {
38
+ "vae_name": "minimax_h3_audio_vae_fp32.safetensors"
39
+ }
40
+ },
41
+ "5": {
42
+ "class_type": "MiniMaxH3ImageToVideo",
43
+ "inputs": {
44
+ "clip": [
45
+ "2",
46
+ 0
47
+ ],
48
+ "vae": [
49
+ "3",
50
+ 0
51
+ ],
52
+ "prompt": "high quality modern anime fight scene, two rival young men in dramatic combat in a neon city alley at night, fast punches and kicks, impact sparks, cloth motion, cinematic camera, both characters shout short lines back and forth, audible voices, action sound effects, clean sharp anime line art",
53
+ "width": 896,
54
+ "height": 512,
55
+ "length": 124
56
+ }
57
+ },
58
+ "6": {
59
+ "class_type": "BasicGuider",
60
+ "inputs": {
61
+ "model": [
62
+ "15",
63
+ 0
64
+ ],
65
+ "conditioning": [
66
+ "5",
67
+ 0
68
+ ]
69
+ }
70
+ },
71
+ "7": {
72
+ "class_type": "RandomNoise",
73
+ "inputs": {
74
+ "noise_seed": 17
75
+ }
76
+ },
77
+ "8": {
78
+ "class_type": "KSamplerSelect",
79
+ "inputs": {
80
+ "sampler_name": "res_multistep"
81
+ }
82
+ },
83
+ "9": {
84
+ "class_type": "BasicScheduler",
85
+ "inputs": {
86
+ "model": [
87
+ "15",
88
+ 0
89
+ ],
90
+ "scheduler": "simple",
91
+ "steps": 20,
92
+ "denoise": 1
93
+ }
94
+ },
95
+ "10": {
96
+ "class_type": "SamplerCustomAdvanced",
97
+ "inputs": {
98
+ "noise": [
99
+ "7",
100
+ 0
101
+ ],
102
+ "guider": [
103
+ "6",
104
+ 0
105
+ ],
106
+ "sampler": [
107
+ "8",
108
+ 0
109
+ ],
110
+ "sigmas": [
111
+ "9",
112
+ 0
113
+ ],
114
+ "latent_image": [
115
+ "5",
116
+ 1
117
+ ]
118
+ }
119
+ },
120
+ "11": {
121
+ "class_type": "VAEDecode",
122
+ "inputs": {
123
+ "samples": [
124
+ "10",
125
+ 0
126
+ ],
127
+ "vae": [
128
+ "3",
129
+ 0
130
+ ]
131
+ }
132
+ },
133
+ "12": {
134
+ "class_type": "VAEDecodeAudio",
135
+ "inputs": {
136
+ "samples": [
137
+ "10",
138
+ 0
139
+ ],
140
+ "vae": [
141
+ "4",
142
+ 0
143
+ ]
144
+ }
145
+ },
146
+ "13": {
147
+ "class_type": "CreateVideo",
148
+ "inputs": {
149
+ "images": [
150
+ "11",
151
+ 0
152
+ ],
153
+ "audio": [
154
+ "12",
155
+ 0
156
+ ],
157
+ "fps": 24,
158
+ "bit_depth": 8
159
+ }
160
+ },
161
+ "14": {
162
+ "class_type": "SaveVideo",
163
+ "inputs": {
164
+ "video": [
165
+ "13",
166
+ 0
167
+ ],
168
+ "filename_prefix": "mayhem-h3/anime-fight-seed17",
169
+ "format": "mp4",
170
+ "codec": "auto"
171
+ }
172
+ },
173
+ "15": {
174
+ "class_type": "SpectrumApplyMiniMaxH3",
175
+ "inputs": {
176
+ "model": [
177
+ "1",
178
+ 0
179
+ ],
180
+ "enabled": true,
181
+ "blend_weight": 0.5,
182
+ "degree": 1,
183
+ "ridge_lambda": 0.1,
184
+ "window_size": 2.0,
185
+ "flex_window": 0.75,
186
+ "warmup_steps": 1,
187
+ "tail_actual_steps": 1,
188
+ "max_history": 8,
189
+ "debug": false,
190
+ "history_storage": "system_ram",
191
+ "bootstrap_first_forecast": true,
192
+ "anchor_residual_feedback": false,
193
+ "selective_rollback_correction": false,
194
+ "offline_smoothing_replay": true,
195
+ "audio_blend_weight": 0.0
196
+ }
197
+ }
198
+ }
199
+ }
200
+ ]
201
+ }
models.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "catalog_id": "openmayhem-mainnet",
3
- "generated_at": "2026-08-11T06:45:59.902Z",
4
  "models": [
5
  {
6
  "model_id": "Cactus-Compute/needle",
@@ -27703,6 +27703,637 @@
27703
  "min_session_au": "0"
27704
  }
27705
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27706
  {
27707
  "model_id": "video.lipsync",
27708
  "min_app_version": "0.2.130",
 
1
  {
2
  "catalog_id": "openmayhem-mainnet",
3
+ "generated_at": "2026-08-12T03:45:20.000Z",
4
  "models": [
5
  {
6
  "model_id": "Cactus-Compute/needle",
 
27703
  "min_session_au": "0"
27704
  }
27705
  },
27706
+ {
27707
+ "model_id": "video.minimax_h3.spectrum",
27708
+ "min_app_version": "0.2.129",
27709
+ "model_class": "workflow",
27710
+ "family": "comfy-minimax-h3-spectrum",
27711
+ "params_b": 33,
27712
+ "tier": "dev",
27713
+ "provenance": {
27714
+ "source": {
27715
+ "kind": "huggingface",
27716
+ "publisher_key": "huggingface-repo",
27717
+ "repo": "TracNetwork/openmayhem-parts-index",
27718
+ "revision": "d287a50f4dedb9621f1d78c177e0b694d25c1f8e"
27719
+ },
27720
+ "conversion": [
27721
+ {
27722
+ "tool": "huggingface_hub",
27723
+ "method": "immutable-byte-mirror:minimax-h3-four-part-official-comfy-layout-plus-spectrum-v0.2.1-custom-node",
27724
+ "input_sha256": "f16f234699472fbe05f97c4ff9a751b293955f55021931390c9f65ac0b2065af",
27725
+ "output_sha256": "f16f234699472fbe05f97c4ff9a751b293955f55021931390c9f65ac0b2065af"
27726
+ }
27727
+ ],
27728
+ "license": "minimax-h3-owner-approved-2026-08-10-and-spectrum-gpl-3.0-or-later",
27729
+ "license_sha256": "59b99642b95ea21630e311198ddbfffbfe05aadba0c2f5d884cbdf4efcc90f44"
27730
+ },
27731
+ "artifacts": {
27732
+ "workflow-class": {
27733
+ "engine": "comfyui",
27734
+ "source": {
27735
+ "kind": "huggingface",
27736
+ "publisher_key": "huggingface-repo",
27737
+ "repo": "TracNetwork/openmayhem-parts-index",
27738
+ "revision": "d287a50f4dedb9621f1d78c177e0b694d25c1f8e"
27739
+ },
27740
+ "path": "comfy/outcome-classes/v1/video.minimax_h3.spectrum.json",
27741
+ "artifact_root": "583eec9d510c4bdc8cac1c4af2daec47b3b55c191aa868b8587994c316011440",
27742
+ "artifact_root_kind": "blake3_merkle_v1",
27743
+ "weights_bytes": 805,
27744
+ "source_sha256": "8bab0f6b63e40bce4b20bc4275c9ff012e484b3023be8b7cf30385f72a928e99",
27745
+ "download_check": false,
27746
+ "notes": "Draft signed Comfy outcome-class definition for the optional MiniMax H3 Spectrum audio-quality workflow; public serving requires a retained paid A/V fingerprint proof."
27747
+ }
27748
+ },
27749
+ "caps": {
27750
+ "tools": false,
27751
+ "json": false,
27752
+ "ctx_max": 1,
27753
+ "vision": false,
27754
+ "image": false,
27755
+ "video": true,
27756
+ "audio": true,
27757
+ "output_modality": "video",
27758
+ "output_modalities": [
27759
+ "video",
27760
+ "audio"
27761
+ ],
27762
+ "max_video_width": 1344,
27763
+ "max_video_height": 768,
27764
+ "max_video_frames": 362,
27765
+ "max_video_seconds": 15
27766
+ },
27767
+ "requirements": {
27768
+ "min_ram_gb": 96,
27769
+ "min_vram_gb_full_offload": 48,
27770
+ "cpu_flags": [],
27771
+ "backends": [
27772
+ "comfyui"
27773
+ ]
27774
+ },
27775
+ "adapter": {
27776
+ "endpoint_families": [
27777
+ {
27778
+ "family": "mayhem_comfy_workflows",
27779
+ "request_attributes": [
27780
+ "model",
27781
+ "workflow",
27782
+ "runtime_id",
27783
+ "outcome_class",
27784
+ "timeout_ms",
27785
+ "response_format",
27786
+ "user"
27787
+ ],
27788
+ "required_request_attributes": [
27789
+ "model",
27790
+ "workflow"
27791
+ ],
27792
+ "response_attributes": [
27793
+ "id",
27794
+ "object",
27795
+ "model",
27796
+ "status",
27797
+ "progress",
27798
+ "artifacts",
27799
+ "usage",
27800
+ "mayhem"
27801
+ ],
27802
+ "required_response_attributes": [
27803
+ "id",
27804
+ "object",
27805
+ "model",
27806
+ "status",
27807
+ "progress",
27808
+ "artifacts",
27809
+ "usage",
27810
+ "mayhem"
27811
+ ],
27812
+ "request_attribute_specs": {
27813
+ "model": {
27814
+ "value_types": [
27815
+ "string"
27816
+ ],
27817
+ "calibration_values": [
27818
+ "$MODEL"
27819
+ ]
27820
+ },
27821
+ "outcome_class": {
27822
+ "value_types": [
27823
+ "string"
27824
+ ],
27825
+ "min_length": 1,
27826
+ "max_length": 128,
27827
+ "calibration_values": [
27828
+ "video.minimax_h3.spectrum"
27829
+ ]
27830
+ },
27831
+ "response_format": {
27832
+ "value_types": [
27833
+ "string"
27834
+ ],
27835
+ "default": "artifact",
27836
+ "enum_values": [
27837
+ "artifact",
27838
+ "json"
27839
+ ],
27840
+ "calibration_values": [
27841
+ "artifact",
27842
+ "json"
27843
+ ]
27844
+ },
27845
+ "runtime_id": {
27846
+ "value_types": [
27847
+ "string"
27848
+ ],
27849
+ "min_length": 1,
27850
+ "max_length": 128,
27851
+ "calibration_values": [
27852
+ "comfyui-v0.30.1"
27853
+ ]
27854
+ },
27855
+ "timeout_ms": {
27856
+ "value_types": [
27857
+ "integer"
27858
+ ],
27859
+ "default": 900000,
27860
+ "minimum": 1000,
27861
+ "maximum": 3600000,
27862
+ "calibration_values": [
27863
+ 900000
27864
+ ]
27865
+ },
27866
+ "user": {
27867
+ "value_types": [
27868
+ "string"
27869
+ ],
27870
+ "min_length": 1,
27871
+ "max_length": 512,
27872
+ "calibration_values": [
27873
+ "mayhem-calibration-user"
27874
+ ]
27875
+ },
27876
+ "workflow": {
27877
+ "value_types": [
27878
+ "object"
27879
+ ],
27880
+ "calibration_values": [
27881
+ {
27882
+ "1": {
27883
+ "class_type": "UNETLoader",
27884
+ "inputs": {
27885
+ "unet_name": "minimax_h3_fl2va_pruned_int8_convrot.safetensors",
27886
+ "weight_dtype": "default"
27887
+ }
27888
+ },
27889
+ "2": {
27890
+ "class_type": "CLIPLoader",
27891
+ "inputs": {
27892
+ "clip_name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
27893
+ "type": "minimax",
27894
+ "device": "default"
27895
+ }
27896
+ },
27897
+ "3": {
27898
+ "class_type": "VAELoader",
27899
+ "inputs": {
27900
+ "vae_name": "minimax_h3_video_vae_fp16.safetensors"
27901
+ }
27902
+ },
27903
+ "4": {
27904
+ "class_type": "VAELoader",
27905
+ "inputs": {
27906
+ "vae_name": "minimax_h3_audio_vae_fp32.safetensors"
27907
+ }
27908
+ },
27909
+ "5": {
27910
+ "class_type": "MiniMaxH3ImageToVideo",
27911
+ "inputs": {
27912
+ "clip": [
27913
+ "2",
27914
+ 0
27915
+ ],
27916
+ "vae": [
27917
+ "3",
27918
+ 0
27919
+ ],
27920
+ "prompt": "high quality modern anime fight scene, two rival young men in dramatic combat in a neon city alley at night, fast punches and kicks, impact sparks, cloth motion, cinematic camera, both characters shout short lines back and forth, audible voices, action sound effects, clean sharp anime line art",
27921
+ "width": 896,
27922
+ "height": 512,
27923
+ "length": 124
27924
+ }
27925
+ },
27926
+ "6": {
27927
+ "class_type": "BasicGuider",
27928
+ "inputs": {
27929
+ "model": [
27930
+ "15",
27931
+ 0
27932
+ ],
27933
+ "conditioning": [
27934
+ "5",
27935
+ 0
27936
+ ]
27937
+ }
27938
+ },
27939
+ "7": {
27940
+ "class_type": "RandomNoise",
27941
+ "inputs": {
27942
+ "noise_seed": 17
27943
+ }
27944
+ },
27945
+ "8": {
27946
+ "class_type": "KSamplerSelect",
27947
+ "inputs": {
27948
+ "sampler_name": "res_multistep"
27949
+ }
27950
+ },
27951
+ "9": {
27952
+ "class_type": "BasicScheduler",
27953
+ "inputs": {
27954
+ "model": [
27955
+ "15",
27956
+ 0
27957
+ ],
27958
+ "scheduler": "simple",
27959
+ "steps": 20,
27960
+ "denoise": 1
27961
+ }
27962
+ },
27963
+ "10": {
27964
+ "class_type": "SamplerCustomAdvanced",
27965
+ "inputs": {
27966
+ "noise": [
27967
+ "7",
27968
+ 0
27969
+ ],
27970
+ "guider": [
27971
+ "6",
27972
+ 0
27973
+ ],
27974
+ "sampler": [
27975
+ "8",
27976
+ 0
27977
+ ],
27978
+ "sigmas": [
27979
+ "9",
27980
+ 0
27981
+ ],
27982
+ "latent_image": [
27983
+ "5",
27984
+ 1
27985
+ ]
27986
+ }
27987
+ },
27988
+ "11": {
27989
+ "class_type": "VAEDecode",
27990
+ "inputs": {
27991
+ "samples": [
27992
+ "10",
27993
+ 0
27994
+ ],
27995
+ "vae": [
27996
+ "3",
27997
+ 0
27998
+ ]
27999
+ }
28000
+ },
28001
+ "12": {
28002
+ "class_type": "VAEDecodeAudio",
28003
+ "inputs": {
28004
+ "samples": [
28005
+ "10",
28006
+ 0
28007
+ ],
28008
+ "vae": [
28009
+ "4",
28010
+ 0
28011
+ ]
28012
+ }
28013
+ },
28014
+ "13": {
28015
+ "class_type": "CreateVideo",
28016
+ "inputs": {
28017
+ "images": [
28018
+ "11",
28019
+ 0
28020
+ ],
28021
+ "audio": [
28022
+ "12",
28023
+ 0
28024
+ ],
28025
+ "fps": 24,
28026
+ "bit_depth": 8
28027
+ }
28028
+ },
28029
+ "14": {
28030
+ "class_type": "SaveVideo",
28031
+ "inputs": {
28032
+ "video": [
28033
+ "13",
28034
+ 0
28035
+ ],
28036
+ "filename_prefix": "mayhem-h3/anime-fight-seed17",
28037
+ "format": "mp4",
28038
+ "codec": "auto"
28039
+ }
28040
+ },
28041
+ "15": {
28042
+ "class_type": "SpectrumApplyMiniMaxH3",
28043
+ "inputs": {
28044
+ "model": [
28045
+ "1",
28046
+ 0
28047
+ ],
28048
+ "enabled": true,
28049
+ "blend_weight": 0.5,
28050
+ "degree": 1,
28051
+ "ridge_lambda": 0.1,
28052
+ "window_size": 2,
28053
+ "flex_window": 0.75,
28054
+ "warmup_steps": 1,
28055
+ "tail_actual_steps": 1,
28056
+ "max_history": 8,
28057
+ "debug": false,
28058
+ "history_storage": "system_ram",
28059
+ "bootstrap_first_forecast": true,
28060
+ "anchor_residual_feedback": false,
28061
+ "selective_rollback_correction": false,
28062
+ "offline_smoothing_replay": true,
28063
+ "audio_blend_weight": 0
28064
+ }
28065
+ }
28066
+ }
28067
+ ]
28068
+ }
28069
+ },
28070
+ "response_attribute_specs": {
28071
+ "artifacts": {
28072
+ "value_types": [
28073
+ "array"
28074
+ ],
28075
+ "min_items": 0,
28076
+ "max_items": 1000000,
28077
+ "calibration_values": [
28078
+ []
28079
+ ]
28080
+ },
28081
+ "id": {
28082
+ "value_types": [
28083
+ "string"
28084
+ ],
28085
+ "min_length": 0,
28086
+ "max_length": 536870912,
28087
+ "calibration_values": [
28088
+ "$RESPONSE_VALUE"
28089
+ ]
28090
+ },
28091
+ "mayhem": {
28092
+ "value_types": [
28093
+ "object"
28094
+ ],
28095
+ "calibration_values": [
28096
+ {}
28097
+ ]
28098
+ },
28099
+ "model": {
28100
+ "value_types": [
28101
+ "string"
28102
+ ],
28103
+ "min_length": 0,
28104
+ "max_length": 536870912,
28105
+ "calibration_values": [
28106
+ "$RESPONSE_VALUE"
28107
+ ]
28108
+ },
28109
+ "object": {
28110
+ "value_types": [
28111
+ "string"
28112
+ ],
28113
+ "min_length": 0,
28114
+ "max_length": 536870912,
28115
+ "calibration_values": [
28116
+ "$RESPONSE_VALUE"
28117
+ ]
28118
+ },
28119
+ "progress": {
28120
+ "value_types": [
28121
+ "integer"
28122
+ ],
28123
+ "minimum": 0,
28124
+ "maximum": 18446744073709552000,
28125
+ "calibration_values": [
28126
+ 1
28127
+ ]
28128
+ },
28129
+ "status": {
28130
+ "value_types": [
28131
+ "string"
28132
+ ],
28133
+ "min_length": 0,
28134
+ "max_length": 536870912,
28135
+ "calibration_values": [
28136
+ "$RESPONSE_VALUE"
28137
+ ]
28138
+ },
28139
+ "usage": {
28140
+ "value_types": [
28141
+ "object"
28142
+ ],
28143
+ "calibration_values": [
28144
+ {}
28145
+ ]
28146
+ }
28147
+ },
28148
+ "interaction_groups": []
28149
+ }
28150
+ ],
28151
+ "chat_template_id": "generic_chatml",
28152
+ "tool_call_strategy": "none",
28153
+ "reasoning_passthrough": "preserve",
28154
+ "modality_set": [
28155
+ "video",
28156
+ "audio"
28157
+ ]
28158
+ },
28159
+ "modality_assessment": {
28160
+ "detected": [
28161
+ "video",
28162
+ "audio"
28163
+ ],
28164
+ "evidence": [
28165
+ "Draft optional Spectrum H3 policy uses the accepted four signed H3 parts plus signed Spectrum custom-node payload d9a5deca829e775cf5750c203d00499d5528bcc276fb9a84a4722ca133a9f52f from parts-index v14; final product acceptance requires paid A/V proof."
28166
+ ],
28167
+ "calibrated_fingerprints": {},
28168
+ "resource_profiles": {
28169
+ "workflow-class": {
28170
+ "video": {
28171
+ "unit": "frame",
28172
+ "measurement_source": "minimax_h3_reference_profile_pending_paid_admission",
28173
+ "max_item_bytes": 1073741824,
28174
+ "max_item_units": 362,
28175
+ "measured_item_bytes": 1073741824,
28176
+ "measured_item_units": 362,
28177
+ "measured_working_set_bytes": 51539607552,
28178
+ "calibration_baseline_memory_bytes": 21474836480,
28179
+ "calibration_peak_memory_bytes": 73014444032,
28180
+ "calibration_f13_budget_bytes": 103079215104,
28181
+ "default_max_inflight_items": 1,
28182
+ "default_max_items_per_request": 1
28183
+ },
28184
+ "audio": {
28185
+ "unit": "second",
28186
+ "measurement_source": "minimax_h3_native_audio_reference_profile_pending_paid_admission",
28187
+ "max_item_bytes": 2880000,
28188
+ "max_item_units": 15,
28189
+ "measured_item_bytes": 2880000,
28190
+ "measured_item_units": 15,
28191
+ "measured_working_set_bytes": 2880000,
28192
+ "calibration_baseline_memory_bytes": 21474836480,
28193
+ "calibration_peak_memory_bytes": 21477716480,
28194
+ "calibration_f13_budget_bytes": 103079215104,
28195
+ "default_max_inflight_items": 1,
28196
+ "default_max_items_per_request": 1
28197
+ }
28198
+ }
28199
+ }
28200
+ },
28201
+ "speciality_assessment": {
28202
+ "detected": [],
28203
+ "evidence": [
28204
+ "Optional MiniMax H3 Spectrum audio-quality/smoothing lane; no endpoint speciality is advertised until paid quality proof passes."
28205
+ ],
28206
+ "unsupported": {},
28207
+ "calibrated": {}
28208
+ },
28209
+ "sampling": {
28210
+ "temperature": 1,
28211
+ "top_p": 1
28212
+ },
28213
+ "workflow": {
28214
+ "whitelisted_nodes": [
28215
+ "BasicGuider",
28216
+ "BasicScheduler",
28217
+ "CLIPLoader",
28218
+ "CreateVideo",
28219
+ "KSamplerSelect",
28220
+ "MiniMaxH3ImageToVideo",
28221
+ "RandomNoise",
28222
+ "SamplerCustomAdvanced",
28223
+ "SaveVideo",
28224
+ "UNETLoader",
28225
+ "VAEDecode",
28226
+ "VAEDecodeAudio",
28227
+ "VAELoader",
28228
+ "SpectrumApplyMiniMaxH3"
28229
+ ],
28230
+ "parts": [
28231
+ {
28232
+ "part_id": "4c371bcbf8e7a577457d7b0ace66345fa85c88a591ca0724a5da6e9642371f72",
28233
+ "name": "minimax_h3_fl2va_pruned_int8_convrot.safetensors",
28234
+ "type": "video-model",
28235
+ "sha256": "e889202c41dafb67b10d67b97f0d8541508036a6090af23425a5c2615d03c47a"
28236
+ },
28237
+ {
28238
+ "part_id": "32432239ffed7077993a928a915c0dc8252238657ecd4926335cfa8afff7e0ab",
28239
+ "name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
28240
+ "type": "text-encoder",
28241
+ "sha256": "35a88d51044231fe332301d7a62aa81e3f2cba62febeb446e2c1e3e0ef76f2c6"
28242
+ },
28243
+ {
28244
+ "part_id": "3abef9354f37bb10b413e7034d373e95193511cd80ffa5aea315d1d822032ce7",
28245
+ "name": "minimax_h3_video_vae_fp16.safetensors",
28246
+ "type": "vae",
28247
+ "sha256": "7c1f131492e7eddacaac9069a61b81bdd39de5cc96561e677c5eab1cdce5e522"
28248
+ },
28249
+ {
28250
+ "part_id": "6058c1f32eae8766393ece25f7e65871313c90197d76608b62b4ed5fac78dcd2",
28251
+ "name": "minimax_h3_audio_vae_fp32.safetensors",
28252
+ "type": "vae",
28253
+ "sha256": "8e505d95dd1561d47abd43d4238fd40d9bb1ae9e147ed0a4cba778d76ae4db48"
28254
+ },
28255
+ {
28256
+ "part_id": "d9a5deca829e775cf5750c203d00499d5528bcc276fb9a84a4722ca133a9f52f",
28257
+ "name": "ComfyUI-Spectrum-MiniMax-H3 v0.2.1",
28258
+ "type": "custom-node",
28259
+ "sha256": "1e7597c34e1df39c25fa5f176962d4affe47d47816b10ea21774ca54f566c4dc"
28260
+ }
28261
+ ],
28262
+ "runtime_id": "comfyui-v0.30.1",
28263
+ "outcome_class": "video.minimax_h3.spectrum",
28264
+ "outcome_class_definition": {
28265
+ "schema": "openmayhem.comfy.outcome-class-grid.v1",
28266
+ "grid_version": 2,
28267
+ "source": "COMFY-CHEATSHEET.md#optional-calibration-targets-still-missing-public-proof",
28268
+ "class_id": "video.minimax_h3.spectrum",
28269
+ "title": "MiniMax H3 Spectrum audio-quality workflow",
28270
+ "media": "video",
28271
+ "lane": "heavy",
28272
+ "pricing_unit": "megapixel_step",
28273
+ "rate_map": [
28274
+ {
28275
+ "unit": "megapixel_step",
28276
+ "per_unit_au": "103500000000000000",
28277
+ "granularity": 1000
28278
+ }
28279
+ ],
28280
+ "per_req_au": "0",
28281
+ "min_session_au": "0",
28282
+ "caps": {
28283
+ "max_megapixels_per_frame": "1.05",
28284
+ "max_seconds": 15,
28285
+ "max_frames": 362,
28286
+ "trained_frames_min": 124,
28287
+ "trained_frames_max": 362,
28288
+ "fps": 24,
28289
+ "priority_scalars": {
28290
+ "economy": "0.5",
28291
+ "standard": "1",
28292
+ "priority": "2"
28293
+ }
28294
+ }
28295
+ },
28296
+ "pricing_unit": "megapixel_step",
28297
+ "inventory_root": "0d2750e48d9b6d087233b85c0298d50323a9debc507a26cfafff99f951692864",
28298
+ "max_nodes": 32,
28299
+ "max_width": 1344,
28300
+ "max_height": 768,
28301
+ "max_frames": 362,
28302
+ "max_duration_seconds": 15,
28303
+ "max_steps": 24,
28304
+ "max_artifacts": 1
28305
+ },
28306
+ "canary": {
28307
+ "set_id": "canary-minimax-h3-spectrum-workflow-launch-v1",
28308
+ "match_min": 0.9,
28309
+ "verification_method": "video_av_fingerprint",
28310
+ "verification_tolerance_bps": 1500,
28311
+ "fingerprints": {},
28312
+ "token_prefixes": {},
28313
+ "perceptual_hashes": {},
28314
+ "embedding_vectors": {},
28315
+ "transcripts": {},
28316
+ "audio_fingerprints": {},
28317
+ "video_fingerprints": {
28318
+ "workflow-class": {
28319
+ "h3-spectrum-anime-fight-seed17": "videoav-v1:7b227769647468223a3839362c22686569676874223a3531322c226672616d655f636f756e74223a3132342c226670735f6d696c6c69223a32343030302c22766964656f5f6475726174696f6e5f6d73223a353136372c22617564696f5f6475726174696f6e5f6d73223a353136372c226672616d655f686173686573223a5b2230343030303630343036303430363663303436633036363430363730336266383762663666666634336666363337663633376565333036363165303030303030222c2230343030383630343836303438363263383432633032316330323465316334323163363633626566336665373366666633376666333165333036303130303035222c2238363031383730353036323730363265303432653037326330376665383363663831633735316333336263333166653331666666313837623165303130303034222c2230363030303730343036323631653265316332653166326333663463333836373363363737663637316636373166373731666635313830333065303130303034222c2230363030303730343036323430363265303432653036326330373765303365663331616633396137376638663166396631663366316437623165333130303035222c2230343030383630343836323430363265303432653036326330653765316133653338316637383066376531663365306633653666333865663365633130303064222c2230363030303730343036323630363265303432653037326330373765336262663764396633643866336638663366383733663837333835333365313130303063222c2230343030303732343036323430363265303432653036326330313765306663663366636633663866316533663365336630653266303830623036343130303035222c2230343031303630353036323430363263303432633036336330343565306363623366636633666166316661663166616633663866336330623036303130303063222c2230343031303636373036366530343665303132633033666531666665336666623364623337666231316662373366623733663731303837313036303130303034222c2230343030383630343836346338363663303036633032346331653761336264323364643337666433376639333366643333373939333037393365313930303030222c2230343030303630343034346330343663303037633061666330666632316666323166653631666536316663373366643333666633313037623036303130303030222c2230343030303630343034346338653463383034633032346331656636336266613364666133666332336663303337653833376363333463633065306330303063222c2230343030303630343036343430653434306335633065353831656532303366323231663337336533373765336637303366666462643463666565303330303031222c2230343031303630343036346330653463366535303765353033656438383363303031663832336638623766636237386562373065333434373365303330323030222c2230633030306530633063346330653563306335633065353231656632303366613033653030336531303765393137663831376438303163303065303630303030225d2c22617564696f5f66696e6765727072696e74223a22617564696f737065632d76313a353230303a3232323432303165316332303163306430636562646264366439643563616334326133353238323431623265326466666666666230316638663366306364633732353262316231373162323732366639666366626638303466346563633863333239333132353166316131323161303130336630666166396639663064306333316432643233316131636666663065366539653064626436646364306438636532353261323032303166323332363138306330346662663166366536633963303166326232303163316530613162656565666532646565376563653663626332323432353136313531363034666266373039303666336537663064626366626132343230313330666661306631663030313530303131303766626537636562633264333131643231313931373232666130666632303530363031653964396364313631393139306631316635653664396534653164636438643963326265623332373235316132323161313231633037313066663036666366366537643463623264333232373164313931333062306430663035303166636662653863396336313631663161666566636638323132326563666566313065666465356364633933363335333032353235313330396665303866616632663666396532643963653262326432373163313030636633663165386466653264656538646564646361227d"
28320
+ }
28321
+ }
28322
+ },
28323
+ "price_ref_au": {
28324
+ "denom": "au_usd",
28325
+ "ver": 1,
28326
+ "rate_map": [
28327
+ {
28328
+ "unit": "megapixel_step",
28329
+ "per_unit_au": "103500000000000000",
28330
+ "granularity": 1000
28331
+ }
28332
+ ],
28333
+ "per_req_au": "0",
28334
+ "min_session_au": "0"
28335
+ }
28336
+ },
28337
  {
28338
  "model_id": "video.lipsync",
28339
  "min_app_version": "0.2.130",
models.json.sig CHANGED
@@ -4,6 +4,6 @@
4
  "signed_path": "catalog/models.json",
5
  "key_id": "mayhem-catalog-tracnetwork-v1",
6
  "public_key": "aa0a2667d74e31c984a5e4ba34c4bd334f001a640b4ecf807d6812e14e817f24",
7
- "blake3": "6ed6022a8f9b1400d1fb5b15de233546cc8da01894b120b74ac5505d48c28cbd",
8
- "sig": "b47c3b7dd7e64fc56d440bc8c1ccbb9e108b0986548e2c1bf6e7284a505274bf46281450959c1664924ae6436d96ae33ce032f5041759496687cbef028f6200f"
9
  }
 
4
  "signed_path": "catalog/models.json",
5
  "key_id": "mayhem-catalog-tracnetwork-v1",
6
  "public_key": "aa0a2667d74e31c984a5e4ba34c4bd334f001a640b4ecf807d6812e14e817f24",
7
+ "blake3": "debf0574baf90c286e132a518986c99ddf2789890cd7b8edb7262c54694fc34a",
8
+ "sig": "94f2c2cb4e11dbf1d5c933f5a6c0d82215d54f89de215dd54f2998b0bc9c8b71f9436fd98233e0cc4f15cb4cc916f8cac3bae66ef592ac0e0f9bf4ac41a58e0d"
9
  }