This node enables better performance for Stable Diffusion models, by leveraging AMD MIGraphX, on Navi3 and Navi4 GPUs.
This node enables better performance for Stable Diffusion models, by leveraging AMD MIGraphX, on Navi3 and Navi4 GPUs.
Supports:
To run node with MIGraphX support install:
sudo apt install migraphx
To manually install clone this repo to ComfyUI/custom_nodes folder:
cd custom_nodes
git clone https://github.com/pnikolic-amd/ComfyUI_MIGraphX.git
pip install -r requirements.txt
#for best performance
export MIGRAPHX_MLIR_USE_SPECIFIC_OPS="attention"
You can find different workflows in the workflows directory. They can be loaded in ComfyUI.
To add MIGraphX node go to toolbar/node library/advanced/migraphx and select "Compile SD3 model on migraphx" node. Connect input model to "Load Checkpoint" node and connect output model to "KSampler" or some other node. Params: