Diffusion Single File
comfyui
silveroxides commited on
Commit
7b00a22
·
verified ·
1 Parent(s): d6cfb4e

Update README.md with detailed embedding instructions

Browse files

Made instructions for embeddings easier to understand and completely omitted file extension usage since .pt extension is not used here and it not being needed either way.

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -78,4 +78,9 @@ Doc: https://docs.comfy.org/tutorials/video/minimax/minimax-h3
78
 
79
  ## Embeddings
80
 
81
- 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`.
 
 
 
 
 
 
78
 
79
  ## Embeddings
80
 
81
+ To use the embeddings in a text prompt, invoke them in the CLIPTextEncode node by
82
+ combining `embedding:` with the filename of the embedding like this for `minimaxh3_art_is_explosion`:
83
+ ```
84
+ embedding:minimaxh3_art_is_explosion
85
+ ```
86
+ Just exchange the `minimaxh3_art_is_explosion` part with the filename of the embedding you want to use.