multimodalart HF Staff commited on
Commit
2bc8c47
·
verified ·
1 Parent(s): 71d6e6d

ComfyUI uses its own weights

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -195,7 +195,7 @@ Each checkpoint is distributed as a self\-contained Hugging Face\-style reposito
195
  Download the model. The repository hosts the original checkpoint (`FL2VA/`, `Ref2VA/`) and the diffusers format side by side, so scope the download to what your framework needs:
196
 
197
  ```bash
198
- # Original checkpoint, both task families (SGLang, vLLM, ComfyUI):
199
  hf download MiniMaxAI/MiniMax-H3 --include "FL2VA/*" "Ref2VA/*" --local-dir MiniMax-H3
200
 
201
  # Or a single task family:
 
195
  Download the model. The repository hosts the original checkpoint (`FL2VA/`, `Ref2VA/`) and the diffusers format side by side, so scope the download to what your framework needs:
196
 
197
  ```bash
198
+ # Original checkpoint, both task families (SGLang, vLLM):
199
  hf download MiniMaxAI/MiniMax-H3 --include "FL2VA/*" "Ref2VA/*" --local-dir MiniMax-H3
200
 
201
  # Or a single task family: