ComfyUI Node
Wan Gaze — ETH-XGaze Post-Processor (V2)
Replace pose_data['iris_data'] gaze vectors with predictions from the ETH-XGaze ResNet-50 model (ECCV 2020). Requires the pretrained checkpoint epoch_24_ckpt.pth.tar in ComfyUI/models/ethxgaze/.
Wan Gaze — ETH-XGaze Post-Processor (V2)
- pose_data
- images
- pose_data
- info
◄checkpoint▾►
◄checkpoint_path_override►
◄deviceauto►
◄blend1.00►
◄batch_size8►
CategoryWanAnimatePreprocessV2/extras
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| pose_data | POSEDATA | POSEDATA bundle from the V2 preprocessor (with iBUG-68 keypoints_face). | |
| images | IMAGE | Same RGB image stack the POSEDATA was computed from. Used for the 224x224 face normalisation. | |
| checkpoint | COMBO | ETH-XGaze pretrained weights. Auto-discovered from models/ethxgaze/ and third_party/ETH-XGaze/ckpt/. | |
| checkpoint_path_overrideopt | STRING | Absolute path to override the dropdown selection. Empty = use the dropdown. | |
| deviceopt | COMBO | auto | 3 options: auto, cuda, cpu |
| blendopt | FLOAT | 1.000–1 | 0 = keep original iris_data gaze, 1 = full ETH-XGaze. Useful to smooth-blend in the new model. |
| batch_sizeopt | INT | 81–64 | Number of normalised face crops fed through gaze_network per forward pass. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| pose_data | POSEDATA | — |
| info | STRING | — |