From 550fc1018db6decfd70b5c0e461a9df477bddf04 Mon Sep 17 00:00:00 2001 From: systemd Date: Tue, 25 Aug 2026 12:07:49 +0000 Subject: [PATCH] Update README.md with detailed embedding instructions (#52) - Update README.md with detailed embedding instructions (7b00a22e896e7cecdc7bf39758d9067849f3c300) Co-authored-by: Silver (batch 1/1) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b73e646..3087193 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,9 @@ Doc: https://docs.comfy.org/tutorials/video/minimax/minimax-h3 ## Embeddings -To use the embeddings in a text prompt, invoke them in the CLIPTextEncode node like this (you can omit the .pt extension): `embedding:embedding_filename.pt`. +To use the embeddings in a text prompt, invoke them in the CLIPTextEncode node by +combining `embedding:` with the filename of the embedding like this for `minimaxh3_art_is_explosion`: +``` +embedding:minimaxh3_art_is_explosion +``` +Just exchange the `minimaxh3_art_is_explosion` part with the filename of the embedding you want to use. \ No newline at end of file