Instructions to use Comfy-Org/MiniMax-H3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/MiniMax-H3 with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Prompt injected into every output file
Running the t2v workflow I am seeing this prompt in every one of my outputs:
Vaporwave title sequence look: pink and blue gradient palette, VHS tracking artifacts, Greek statue motifs, chrome palm trees, RGB chromatic aberration, lo-fi retro atmosphere, mood languid and nostalgic.\n\nTimeline:\n[0s-1s] VHS static opens the frame, the title "COMFYUI" appears with RGB split and a slight horizontal jitter.\n[1s-2.5s] Hard cut, a Greek plaster bust close-up, pink-purple gradient sky, a pixelated sun.\n[2.5s-4s] Clean "STARRING" credits appear, "LATENT" and "CONTROLNET" each shown exactly once.\n[4s-5s] Final card "DIRECTED BY COMFYUI" holds, one VHS tracking glitch settling into stability.\n\nHard cuts only, transitions landing with tape jumps, no push-ins, no dissolves.\n\nAudio: lo-fi vaporwave score, slow drum machine with soft bass, VHS tape-noise sample joins at 2.5s, melody fading for the last 1s.\n\nAll text must be clearly legible, do not misspell English, no Chinese characters, do not repeat names or job titles, no soft dissolves, no subtitle bars.
That is on line 1119 of the T2V workflow. It's the value in the MiniMaxH3ImageToVideo widget. Are you unable to change it?
I cannot see where to remove it when I am looking at the workflow in comfyui. I realize that editing the JSON file is easy enough, but it shouldn't be in the workflow to begin with.
It's the default text inside the SUBGRAPH, it's over written with your prompt but is present.
You cab open the sub-graph and delete that default text from the workflow.
If it messes up the subgraph, use a text editor on the json to remove the text.
You might need to be in the Nodes 2.0 Beta to see the text.
vscode edit:

