ComfyUI Phi
Custom ComfyUI nodes to run Microsoft's Phi models. Supported versions:
- microsoft/Phi-3.5-mini-instruct
- microsoft/Phi-3.5-vision-instruct
- Workd In Progress: microsoft/Phi-3.5-MoE-instruct
Getting started
Go to the ComfyUI folder .\ComfyUI\custom_nodes
, clone this repository and install Python dependencies:
# Clone repo
git clone https://github.com/alexisrolland/ComfyUI-Phi.git
# Install dependencies
..\..\python_embeded\python.exe -s -m pip install -r .\ComfyUI-Phi\requirements.txt