CoolFace
Modelpublic

drbaph/Hyperflow-Comfyui

sourceHugging Faceotherupdated 3d agoView on Hugging Face
19likes12kdownloads
Model Card

HyperFlow — ComfyUI node weights

<video src="https://huggingface.co/drbaph/Hyperflow-Comfyui/resolve/main/hyperflow_1.mp4" controls loop width="100%"> </video>

<video src="https://huggingface.co/drbaph/Hyperflow-Comfyui/resolve/main/hyperflow_2.mp4" controls loop width="100%"> </video>

<video src="https://huggingface.co/drbaph/Hyperflow-Comfyui/resolve/main/hyperflow_3.mp4" controls loop width="100%"> </video>

ComfyUI-converted builds of HyperFlow (Video Rebirth's 8-step LoRA for MiniMax-H3, video + audio), for the [ComfyUI-Hyperflow](https://github.com/Saganaki22/ComfyUI-Hyperflow) custom node.

These are not the standalone LoRAs. The files here require the custom node (they carry the time-embedder/endpoint LoRA + fixed 8-step grid the node consumes). If you want to use HyperFlow without the custom node, get the extracted standalone builds from drbaph/MiniMax-H3-Turbo-Lora-ComfyUI — those load with the stock Load LoRA node (backbone only, no two-time conditioning, output deviates from the released model).

Screenshot 2026-09-19 081642

Files — download ONE into models/hyperflow/

FileSizeBaseNotes
custom_node_hyperflow_8step_v1.0_comfyui.safetensors3.67 GiBfull (non-pruned)the released 8-step model (two-time conditioning)
custom_node_hyperflow_8step_v1.0_comfyui_pruned.safetensors3.64 GiBpruned/curvebackbone only, single-time (off-recipe)
text
📂 ComfyUI/
└── 📂 models/
    └── 📂 hyperflow/
        └── custom_node_hyperflow_8step_v1.0_comfyui.safetensors
  • The hyperflow.json / hyperflow_pruned.json manifests ship with the node pack — you only download the .safetensors.
  • Or skip downloading: enable the node's download_if_missing toggle and it fetches itself.
  • Converted from the official minimax_h3_hyperflow_8step_v1.0.safetensors (SHA-256 9297f450…df447, verified); the original diffusers-layout file is rejected by the node, never translated at load time.

Usage: Load Diffusion Model (MiniMax-H3) → ApplyHyperFlow → SamplerCustomAdvanced + euler (feed the node's SIGMAS output). Optional sparse attention: core Model Sparse Attention (sol-attn: startpercent 0.25, denseblocks "0,1", tau 1.0).

Weights are a Model Derivative of MiniMax-H3 under the MiniMax H3 Community License.