dlxjj commited on
Commit
3e533a3
·
1 Parent(s): e04176c
Files changed (2) hide show
  1. .gitignore +2 -0
  2. readme.txt +27 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ComfyUI_windows_portable_nvidia.7z
2
+ ComfyUI_windows_portable_nvidia/
readme.txt ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ https://github.com/HM-RunningHub/ComfyUI_RH_MinMaxH3/blob/main/README_CN.md
3
+ https://modelscope.ai/models/DiffSynth-Studio/MiniMax-H3-NF4/summary
4
+
5
+
6
+ https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z
7
+ # 正好是基于 cu130
8
+ 需要系统 PATH 中有 ffmpeg、ffprobe
9
+
10
+ cd ComfyUI/custom_nodes
11
+ git clone https://github.com/HM-RunningHub/ComfyUI_RH_MinMaxH3.git
12
+ # pip install -r ComfyUI_RH_MinMaxH3/requirements.txt
13
+
14
+
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 modelscope
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
+
25
+ python_embeded/Scripts/modelscope.exe download --model MiniMax/MiniMax-H3 --local_dir ComfyUI/models/diffusers/MiniMax-H3 --include "FL2VA/*" "Ref2VA/*" --exclude "*.safetensors"
26
+
27
+