ComfyUI Node
h4 : Axis Driver (v0.6.0)
A ComfyUI node in h4 Toolkit/Generation with 1 input and 4 outputs.
h4 : Axis Driver (v0.6.0)
- axis_x
- axis_y
- axis_z
- legacy_summary
◄config{
"axes": [
{
"slot": "X",
"preset": "checkpoint",
"items": []
},
{
"slot": "Y",
"preset": "prompt",
"items": []
},
{
"slot": "Z",
"preset": "none",
"items": []
}
],
"style": {
"font_size": 22,
"font_family": "DejaVuSans",
"font_colour": "#FFFFFF",
"background": "black60",
"alignment": "center",
"label_position": "top_left",
"label_layout": "overlay",
"custom_label_x": "X",
"custom_label_y": "Y",
"custom_label_z": "Z",
"show_axis_headers": true
}
}►
Categoryh4 Toolkit/Generation
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| config | STRING | { "axes": [ { "slot": "X", "preset": "checkpoint", "items": [] }, { "slot": "Y", "preset": "prompt", "items": [] }, { "slot": "Z", "preset": "none", "items": [] } ], "style": { "font_size": 22, "font_family": "DejaVuSans", "font_colour": "#FFFFFF", "background": "black60", "alignment": "center", "label_position": "top_left", "label_layout": "overlay", "custom_label_x": "X", "custom_label_y": "Y", "custom_label_z": "Z", "show_axis_headers": true } } | JSON configuration for the Axis Driver UI. Connect the outputs to nodes expecting axis payloads. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| axis_x | STRING | — |
| axis_y | STRING | — |
| axis_z | STRING | — |
| legacy_summary | STRING | — |