ComfyUI Node
FUSE KSampler (Video)
A ComfyUI node in Face Enhancement/Video with 23 inputs and 2 outputs.
FUSE KSampler (Video)
- model
- vae
- images
- positive
- negative
- mask_optionals
- yolo_optionals
- images
- masks
◄use_cachetrue►
◄seed0►
◄steps20►
◄cfg3.50►
◄sampler_name▾►
◄scheduler▾►
◄denoise0.50►
◄yolo_detector▾►
◄sam_segmenter▾►
◄sam_model_typevit_b►
◄face_id0►
◄face_orderlinear►
◄face_size512►
◄face_padding20►
◄force_squaretrue►
◄temporal_trackingtrue►
CategoryFace Enhancement/Video
Inputs (23)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Base model for sampling. Should support video if input is 5D. | |
| vae | VAE | VAE model for the sampler. Should support video if input is 5D. | |
| images | IMAGE | Input image batch (4D) or video (5D) for face detection and upscaling. | |
| positive | CONDITIONING | Positive conditioning for the sampler. | |
| negative | CONDITIONING | Negative conditioning for the sampler. | |
| use_cache | BOOLEAN | true | Use internal caching to speed up workflow iteration. |
| seed | INT | 00–18446744073709550000 | Seed for the sampler. |
| steps | INT | 20 | Number of steps for the sampler. |
| cfg | FLOAT | 3.50 | Classifier-Free Guidance scale for the sampler. |
| sampler_name | COMBO | Choose the sampler to use for sampling. | |
| scheduler | COMBO | Choose the scheduler to use for sampling. | |
| denoise | FLOAT | 0.500–1 | Denoising strength for the sampler. |
| yolo_detector | COMBO | Choose the YOLO detector to use for face detection. Prefix 'face/' for face-specific models, 'yolo/' for general YOLO models. | |
| sam_segmenter | COMBO | Choose the SAM segmentation model to use for face segmentation. | |
| sam_model_type | COMBO | vit_b | SAM model type |
| face_id | INT | 0 | Index of the face to process (-1 for all faces). |
| face_order | COMBO | linear | Order to process detected faces. |
| face_size | COMBO | 512 | The resolution to sample the face crop at. |
| face_padding | INT | 200–16384 | Padding in pixels to pad the face crop with. |
| force_square | BOOLEAN | true | Force 1:1 square face crops |
| temporal_tracking | BOOLEAN | true | Enable temporal face tracking for video inputs. |
| mask_optionalsopt | DICT | Optional masking and blending settings from FUSESamplerMaskOptions node. | |
| yolo_optionalsopt | DICT | Optional YOLO detection settings from FUSEYOLOSettings node. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| masks | MASK | — |