# Install ComfyUI Clone this repo: https://github.com/comfyanonymous/ComfyUI Python Notes: You can use normal python, you don't need conda For Apple Silicon: https://developer.apple.com/metal/pytorch/ Make sure you can run the test script and you're good to go After that, you want ComfyUI Manager: first go to the custom nodes directory `cd custom_nodes` then clone the manager: `git clone https://github.com/ltdrdata/ComfyUI-Manager.git` Run ComfyUI: `python main.py` To force half-precision: `python main.py --force-fp16`