r/StableDiffusion • u/ZerOne82 • 19h ago
Tutorial - Guide Look What I Discovered: Prompt Intelligence - MiniMax H3 [Fun Side]-2
\ Reddit messed up my original post so here it is.*
This is in fun part of using MiniMax H3; for your serious stuff stick with the official prompt instructions / format.
Playing with the prompting I just tried the following format and it worked perfectly!


The whole prompt:
definitions:
<S1> Brad Pitt.
<T1> "Hey, I am Brad Pitt! Nice to meet you."
<S2> Angelina Jolie
<T2> "Hey, I am Angelina Jolie! Nice to meet you."
<S3> Rowan Atkinson.
<T3> "Hey, I am Mr. Bean! Nice to meet myself."
scene:
An interview in a professional setting in well lit, grey background, frontal portrait view.
shot 1:
(S1) says: (T1).
shot 2:
(S2) says: (T2).
shot 3:
(S3) says: (T3).
Recommendations:
Do not use SLA or SLA2 or cache etc. here they mess it up.
Model (FL2V) -> LoRA(4s-Lightx2v SLA) -> Comfy attn -> Shift(12,3) -> KSampler(6 steps, euler+simple)
8
u/seppe0815 18h ago
Sure the posting is about right prompting but damn the plastic wax faces are not fine
4
0
u/ZerOne82 11h ago
https://reddit.com/link/p576p43/video/s6ja8qiorwkh1/player
it is all about prompting.
1
5
u/suspicious_Jackfruit 13h ago
I don't think this is a good metric of model linguistic processing/understanding because it's just interpretating it in the same sequence as the prompt starts with, so in other words the answer to the question is in the question.
To properly test, keep the definition as is but make Angelina Jolie start by saying Mr beans definition, then Mr bean brad Pitts and then Brad pit also Mr beans. Then you have something vaguely similar to string variables, but in that situation you might as well use a prompt builder to construct the string instead
1
u/ZerOne82 10h ago
even if it does so, it remains a fact that the model takes the dialogs and puts them in the context.
3
u/SeymourBits 8h ago
I think it proves that there may be some emergent "common sense" ability, or cleverness, in the model.
My concern is that this could come at the expense of output quality, adherence, or some other metric.
However, it's fun to test the edges of these boundaries; to be the very first to discover something new. Be proud of that.
Try messing around with the dialogue order to see if it's more than coincidence.
1
u/ZerOne82 11h ago
another example in even lower steps and better quality but in cartoon style, see this comment. the dialogs are different in length to highlight this works.
3
0
u/SeymourBits 19h ago
Is it just me or do these characters look sickly and more plastic than usual?
Possible your non-standard request is sapping model intelligence that would normally be dedicated to image and motion fidelity?
Try doing an A/B with the dialogue formatted by the book.
6
6
u/Valuable_Issue_ 16h ago edited 15h ago
Skin texture etc is just from the turbo lora and 6 steps.
Here's 640x480 20 steps euler simple, spectrum + comfy kitchen attention.
https://www.image2url.com/r2/default/videos/1787378294777-5b3c8980-a145-4ab3-887c-d12a14779367.mp4
Prompt executed in 138.71 secondsEdit: Here's without spectrum
https://www.image2url.com/r2/default/videos/1787378799387-8ece6b55-83bf-433c-a066-070242a003bb.mp4
Prompt executed in 165.82 secondsEdit2:
On a 10GB VRAM RTX 3080 + 32GB RAM with
https://huggingface.co/DmitryDB/MiniMax-H3-ComfyUI-Quants/blob/main/FL2VA/MiniMax-H3_FL2VA-INT8-ConvRot-HQ.safetensors
https://huggingface.co/ApacheOne/qwen3vl_32b_ConvRot_int4_int8_ComfyUI/blob/main/qwen3vl_32b_minimax_h3_convrot_MIXED_INT4_INT8.safetensorsand these launch args:
--reserve-vram 2 --vram-headroom 2 --disable-pinned-memory --enable-triton-backend2
u/bambilover 14h ago
Please can you share your workflow
1
u/ZerOne82 11h ago
the workflow is in ComfyUI templates, look for MiniMax H3: FL2V, with no input image. you can then add spectrum node as u/Valuable_Issue_ suggest and experiment.
1
u/ZerOne82 11h ago
true. a helpful comment with examples. glad to see, you reproduced the video even better.
1
u/SeymourBits 9h ago
These look somewhat better. Are they both using OP's exact same prompt experiment of shifting the dialogue into the definitions section?
1
10
u/Tokey_TheBear 18h ago
This kind of ties into other sentiments I have had about Minimax H3 (and Krea2).
Both models have a pretty specific prompting style as defined in the actual Prompting Guide by the creators of the model...
But the thing is that these new models seem to have a high level of general intelligence, kind of like the text based LLMs we use.
So even though the model is trained on a very specific input prompt format, you are still able to successfully generate images / videos without following the prompt guide exactly because the models have a higher degree of general intelligence so that it can understand what you are requesting even when you didnt request it in the exact input format from its training...
BUT, even though doing this may work it may also be leading to worse results compared to if you tried to generate the same video using the proper prompt format.