- readme.txt +9 -2
readme.txt
CHANGED
|
@@ -15,10 +15,17 @@ git clone https://github.com/HM-RunningHub/ComfyUI_RH_MinMaxH3.git
|
|
| 15 |
python_embeded/python.exe -m pip install -r ComfyUI/custom_nodes/ComfyUI_RH_MinMaxH3/requirements.txt
|
| 16 |
# 实际上那个嵌入式 comfyui 包已经全部包含了
|
| 17 |
|
| 18 |
-
python_embeded/python.exe -m pip install
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
-
python_embeded/Scripts/modelscope.exe download --model Gluttony10/MiniMax-H3-INT8-CONVROT --local_dir ComfyUI/models/MiniMax-H3
|
| 22 |
|
| 23 |
python_embeded/Scripts/modelscope.exe download --model Gluttony10/MiniMax-H3-INT8-CONVROT --local_dir ComfyUI/models/MiniMax-H3
|
| 24 |
|
|
|
|
| 15 |
python_embeded/python.exe -m pip install -r ComfyUI/custom_nodes/ComfyUI_RH_MinMaxH3/requirements.txt
|
| 16 |
# 实际上那个嵌入式 comfyui 包已经全部包含了
|
| 17 |
|
| 18 |
+
python_embeded/python.exe -m pip install torch==2.13.0 --index-url https://download.pytorch.org/whl/test/cu130
|
| 19 |
|
| 20 |
+
python_embeded/python.exe -m pip install transformers==5.8.1
|
| 21 |
+
python_embeded/python.exe -m pip install accelerate
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
python_embeded/python.exe -m pip install transformers accelerate safetensors numpy>=1.26 sentencepiece einops Pillow
|
| 26 |
+
|
| 27 |
+
python_embeded/python.exe -m pip install modelscope
|
| 28 |
|
|
|
|
| 29 |
|
| 30 |
python_embeded/Scripts/modelscope.exe download --model Gluttony10/MiniMax-H3-INT8-CONVROT --local_dir ComfyUI/models/MiniMax-H3
|
| 31 |
|