fizzlepoof commited on
Commit
66d260c
·
verified ·
1 Parent(s): 0d27b60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1 +1,8 @@
1
- This is just an example of using MiniMax H3 as an image editor. The actual workflow that I use requires several custom nodes, some of which are not published, so this one is simply a bare bones demonstration.
 
 
 
 
 
 
 
 
1
+ This is just an example of using MiniMax H3 as an image editor. The actual workflow that I use requires several custom nodes, some of which are not published, so this one is simply a bare bones demonstration.
2
+
3
+ This uses the hybrid MiniMax H3 model from here: https://huggingface.co/smhfacct/Minimax-H3-fl2va-ref2va-hybrid-models/tree/main
4
+
5
+ It uses the custom VAE from here: https://huggingface.co/Kijai/MiniMax-H3-experimental/tree/main/loras
6
+
7
+ To run MinMax H3 for a single frame, you need to patch "ComfyUI\comfy_extras\nodes_minimax_h3.py". Instructions for this can be found here: https://huggingface.co/Mamad8/MiniMax-H3-Image-VAE/discussions/2#6a78478e7201a2a765aded0c
8
+