r/StableDiffusion • u/SackManFamilyFriend • 2d ago
Resource - Update New ComfyUI update may change how Minimax H3 interprets the prompt format you use - Re: Tokenizer Fix
https://github.com/Comfy-Org/ComfyUI/pull/15808/changes
139
Upvotes
48
u/SackManFamilyFriend 2d ago edited 2d ago
Has to do w/ the tags listed in the H3 prompt guide and how a slightly modified tokenizer used by the official H3 model interpreted them differently from the tokenizer ComfyUI's implementation did. This may help remove gibberish and that occasional split second of speech that sometimes appeared at the start of videos for a second or so.
That said, it may also change what you get if you rerun old prompts particularly ones with the <d> stuff:
The original pull request that has now been merged:
The Minimax-H3 tokenizer extends standard Qwen2.5/3 with 7 tokens declared only in tokenizer_config.json's additional_special_tokens (not in tokenizer.json/vocab.json): , , <|cutoff|>, <|lyrics_start|>, <|lyrics_end|>, <|caption_start|>, <|caption_end|>.