ComfyUI Node
Load Phi Vision
A ComfyUI node in phi with 3 inputs and 2 outputs.
Load Phi Vision
- phi_model
- phi_processor
◄modelPhi-3.5-vision-instruct►
◄dtypeauto►
◄attentioneager►
Categoryphi
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | Phi-3.5-vision-instruct | The name of the model to load. |
| dtypeopt | COMBO | auto | The model dtype. bfloat16 provides better speed but less precision. |
| attentionopt | COMBO | eager | Attention mecanism. Flash Attention should be faster. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| phi_model | phi_model | — |
| phi_processor | phi_processor | — |