malcolmrey/workflows
ComfyUI Workflows Catalog Author: malcolmrey A curated collection of production-ready ComfyUI workflows (both programmatic API .json and visual UI graphs) for cutting-edge Diffusion Transformer models. MiniMax-H3 Workflows Full technical documentation and API client examples: MINIMAX_H3_API_WORKFLOWS_GUIDE.md Available Workflows in H3/: 1. Accelerated Standalone Generation: workflow_api_minimaxh3_fbc_refmod_turbo_8step.json —… See the full description on the dataset page: https://huggingface.co/datasets/malcolmrey/workflows.
322.9k
1{2 "prompt": {3 "121": {4 "inputs": {5 "value": 56 },7 "class_type": "PrimitiveFloat",8 "_meta": {9 "title": "Float (duration)"10 }11 },12 "122": {13 "inputs": {14 "vae_name": "minimax_h3_audio_vae_fp32.safetensors"15 },16 "class_type": "VAELoader",17 "_meta": {18 "title": "Load VAE"19 }20 },21 "123": {22 "inputs": {23 "expression": "max(5, round(a * 24)) + (5 - (max(5, round(a * 24)) % 17)) % 17",24 "values.a": ["121", 0]25 },26 "class_type": "ComfyMathExpression",27 "_meta": {28 "title": "Math Expression"29 }30 },31 "124": {32 "inputs": {33 "vae_name": "minimax_h3_video_vae_fp16.safetensors"34 },35 "class_type": "VAELoader",36 "_meta": {37 "title": "Load VAE"38 }39 },40 "125": {41 "inputs": {42 "clip_name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",43 "type": "minimax",44 "device": "default"45 },46 "class_type": "CLIPLoader",47 "_meta": {48 "title": "Load CLIP"49 }50 },51 "126": {52 "inputs": {53 "unet_name": "MinimaxH3\\minimax_h3_fl2va_pruned_int8_convrot.safetensors",54 "weight_dtype": "default"55 },56 "class_type": "UNETLoader",57 "_meta": {58 "title": "Load Diffusion Model"59 }60 },61 "127": {62 "inputs": {63 "prompt": "subject_definitions:\n<Subject 1> \n\nintegrated_multimodal_description:\n\n[Shot 1] \n\n[Shot 2] \n\noverall_soundscape: ",64 "width": 960,65 "height": 544,66 "length": ["123", 1],67 "clip": ["137", 1],68 "vae": ["124", 0],69 "first_frame": ["138", 0]70 },71 "class_type": "MiniMaxH3ImageToVideo",72 "_meta": {73 "title": "MiniMax H3 Image to Video"74 }75 },76 "128": {77 "inputs": {78 "noise_seed": 83625103257172979 },80 "class_type": "RandomNoise",81 "_meta": {82 "title": "RandomNoise"83 }84 },85 "129": {86 "inputs": {87 "model": ["137", 0],88 "conditioning": ["127", 0]89 },90 "class_type": "BasicGuider",91 "_meta": {92 "title": "Basic Guider"93 }94 },95 "130": {96 "inputs": {97 "sampler_name": "res_multistep"98 },99 "class_type": "KSamplerSelect",100 "_meta": {101 "title": "KSamplerSelect"102 }103 },104 "131": {105 "inputs": {106 "scheduler": "simple",107 "steps": 16,108 "denoise": 1,109 "model": ["137", 0]110 },111 "class_type": "BasicScheduler",112 "_meta": {113 "title": "BasicScheduler"114 }115 },116 "132": {117 "inputs": {118 "noise": ["128", 0],119 "guider": ["129", 0],120 "sampler": ["130", 0],121 "sigmas": ["131", 0],122 "latent_image": ["127", 1]123 },124 "class_type": "SamplerCustomAdvanced",125 "_meta": {126 "title": "SamplerCustomAdvanced"127 }128 },129 "133": {130 "inputs": {131 "samples": ["132", 0],132 "vae": ["124", 0]133 },134 "class_type": "VAEDecode",135 "_meta": {136 "title": "VAE Decode"137 }138 },139 "134": {140 "inputs": {141 "samples": ["132", 0],142 "vae": ["122", 0]143 },144 "class_type": "VAEDecodeAudio",145 "_meta": {146 "title": "VAE Decode Audio"147 }148 },149 "135": {150 "inputs": {151 "fps": 24,152 "bit_depth": 8,153 "images": ["133", 0],154 "audio": ["134", 0]155 },156 "class_type": "CreateVideo",157 "_meta": {158 "title": "Create Video"159 }160 },161 "136": {162 "inputs": {163 "filename_prefix": "video/MiniMax_H3",164 "format": "auto",165 "codec": "auto",166 "video": ["135", 0]167 },168 "class_type": "SaveVideo",169 "_meta": {170 "title": "Save Video"171 }172 },173 "137": {174 "inputs": {175 "PowerLoraLoaderHeaderWidget": {176 "type": "PowerLoraLoaderHeaderWidget"177 },178 "➕ Add Lora": "",179 "model": ["140", 0],180 "clip": ["125", 0]181 },182 "class_type": "Power Lora Loader (rgthree)",183 "_meta": {184 "title": "Power Lora Loader (rgthree)"185 }186 },187 "138": {188 "inputs": {189 "image": "transparent_rgb_gaming_mouse.png"190 },191 "class_type": "LoadImage",192 "_meta": {193 "title": "IMG1"194 }195 },196 "139": {197 "inputs": {198 "sage_attention": "auto",199 "allow_compile": false,200 "model": ["126", 0]201 },202 "class_type": "PathchSageAttentionKJ",203 "_meta": {204 "title": "Patch Sage Attention KJ"205 }206 },207 "140": {208 "inputs": {209 "enabled": true,210 "blend_weight": 0.5,211 "degree": 1,212 "ridge_lambda": 0.1,213 "window_size": 2,214 "flex_window": 0.75,215 "warmup_steps": 1,216 "tail_actual_steps": 1,217 "max_history": 8,218 "debug": false,219 "history_storage": "vram",220 "bootstrap_first_forecast": true,221 "model": ["139", 0]222 },223 "class_type": "SpectrumApplyMiniMaxH3",224 "_meta": {225 "title": "Spectrum Apply MiniMax H3"226 }227 }228 }229}230 