CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 13d agoView on Hugging Face
32likes2.9kdownloads
workflow_api_minimaxh3_t2v.json220 linesDownload Raw Back to H3
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      },70      "class_type": "MiniMaxH3ImageToVideo",71      "_meta": {72        "title": "MiniMax H3 Image to Video"73      }74    },75    "128": {76      "inputs": {77        "noise_seed": 83625103257172978      },79      "class_type": "RandomNoise",80      "_meta": {81        "title": "RandomNoise"82      }83    },84    "129": {85      "inputs": {86        "model": ["137", 0],87        "conditioning": ["127", 0]88      },89      "class_type": "BasicGuider",90      "_meta": {91        "title": "Basic Guider"92      }93    },94    "130": {95      "inputs": {96        "sampler_name": "res_multistep"97      },98      "class_type": "KSamplerSelect",99      "_meta": {100        "title": "KSamplerSelect"101      }102    },103    "131": {104      "inputs": {105        "scheduler": "simple",106        "steps": 16,107        "denoise": 1,108        "model": ["137", 0]109      },110      "class_type": "BasicScheduler",111      "_meta": {112        "title": "BasicScheduler"113      }114    },115    "132": {116      "inputs": {117        "noise": ["128", 0],118        "guider": ["129", 0],119        "sampler": ["130", 0],120        "sigmas": ["131", 0],121        "latent_image": ["127", 1]122      },123      "class_type": "SamplerCustomAdvanced",124      "_meta": {125        "title": "SamplerCustomAdvanced"126      }127    },128    "133": {129      "inputs": {130        "samples": ["132", 0],131        "vae": ["124", 0]132      },133      "class_type": "VAEDecode",134      "_meta": {135        "title": "VAE Decode"136      }137    },138    "134": {139      "inputs": {140        "samples": ["132", 0],141        "vae": ["122", 0]142      },143      "class_type": "VAEDecodeAudio",144      "_meta": {145        "title": "VAE Decode Audio"146      }147    },148    "135": {149      "inputs": {150        "fps": 24,151        "bit_depth": 8,152        "images": ["133", 0],153        "audio": ["134", 0]154      },155      "class_type": "CreateVideo",156      "_meta": {157        "title": "Create Video"158      }159    },160    "136": {161      "inputs": {162        "filename_prefix": "video/MiniMax_H3",163        "format": "auto",164        "codec": "auto",165        "video": ["135", 0]166      },167      "class_type": "SaveVideo",168      "_meta": {169        "title": "Save Video"170      }171    },172    "137": {173      "inputs": {174        "PowerLoraLoaderHeaderWidget": {175          "type": "PowerLoraLoaderHeaderWidget"176        },177        "➕ Add Lora": "",178        "model": ["140", 0],179        "clip": ["125", 0]180      },181      "class_type": "Power Lora Loader (rgthree)",182      "_meta": {183        "title": "Power Lora Loader (rgthree)"184      }185    },186    "139": {187      "inputs": {188        "sage_attention": "auto",189        "allow_compile": false,190        "model": ["126", 0]191      },192      "class_type": "PathchSageAttentionKJ",193      "_meta": {194        "title": "Patch Sage Attention KJ"195      }196    },197    "140": {198      "inputs": {199        "enabled": true,200        "blend_weight": 0.5,201        "degree": 1,202        "ridge_lambda": 0.1,203        "window_size": 2,204        "flex_window": 0.75,205        "warmup_steps": 1,206        "tail_actual_steps": 1,207        "max_history": 8,208        "debug": false,209        "history_storage": "vram",210        "bootstrap_first_forecast": true,211        "model": ["139", 0]212      },213      "class_type": "SpectrumApplyMiniMaxH3",214      "_meta": {215        "title": "Spectrum Apply MiniMax H3"216      }217    }218  }219}220