id string | revision int64 | last_node_id int64 | last_link_id int64 | nodes list | links list | groups list | config unknown | extra dict | version float64 |
|---|---|---|---|---|---|---|---|---|---|
39bff454-00b7-420b-8101-78fd461fe11b | 0 | 63 | 61 | [
{
"id": 9,
"type": "GetNode",
"pos": [
2750.7730396649,
1886.4506473154
],
"size": [
210,
34
],
"flags": {
"collapsed": true
},
"order": 0,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "INT",
"type": "INT",
... | [
[
1,
4,
0,
1,
0,
"MODEL"
],
[
2,
7,
0,
4,
0,
"MODEL"
],
[
3,
6,
0,
7,
0,
"MODEL"
],
[
4,
1,
0,
12,
0,
"MODEL"
],
[
5,
16,
0,
13,
0,
"IMAGE"
],
[
6,
16,
0,
14,
... | [
{
"id": 3,
"title": "Input 4",
"bounding": [
3181.027669997,
1503.4093179084,
148.8666687012,
80
],
"color": "#3f789e",
"flags": {}
},
{
"id": 4,
"title": "Input 3",
"bounding": [
3179.4062099163,
1407.6532325543,
148.8666687012,
... | {} | {
"ds": {
"scale": 2.3939204937,
"offset": [
-4280.6914187656,
-1311.9562213891
]
}
} | 0.4 |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
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.
This uses the hybrid MiniMax H3 model from here: https://huggingface.co/smhfacct/Minimax-H3-fl2va-ref2va-hybrid-models/tree/main
It uses the custom VAE from here: https://huggingface.co/Mamad8/MiniMax-H3-Image-VAE/tree/main
It uses the LoRA from here: https://huggingface.co/Kijai/MiniMax-H3-experimental/tree/main/loras
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 (You just delete the code in nodes_minimax_h3.py and replace it with the code in that comment. It changes nothing other than reducing the minimum frame count from 5 to 1)
It uses these custom nodes:
rgthree-comfy
ComfyUI-KJNodes
ComfyUI-VideoHelperSuite
ComfyUI-Spectrum-MiniMax-H3
- Downloads last month
- 18