pip uninstall torch And install it again with the command above. Dependencies Install the dependencies by opening your terminal inside the ComfyUI folder and: pip install -r requirements.txt After this you should have everything installed and can proceed to running ComfyUI. Others: Intel GPUs Int...
I ran into this too using A1111 on an M3 Max. I found I had to run “./webui.sh –no-half” to use img2img at all. –no-half completely disables half-precision computing, so everything runs at fp32 instead of (faster) fp16. So I’d only recommend using –no-half when you ...