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
Update README.md with detailed embedding instructions
Browse filesMade 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.
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|