riccardobiagi

Results 5 comments of riccardobiagi

> I had the same problem on my Mac M1, then I just ran `pip install -U -r requirements.txt` in `ComfyUI/custom_nodes/ComfyUI-InstantID` and restart ComfyUI, the problem is solved, I have...

Hi, the command works for me, but when I restart ComfyUI the next day the problem comes back.. And I have to launch the fix command again for it to...

> > Hi, the command works for me, but when I restart ComfyUI the next day the problem comes back.. And I have to launch the fix command again for...

> > > > Hi, the command works for me, but when I restart ComfyUI the next day the problem comes back.. And I have to launch the fix command...

> > For mac, I used `onnxruntime-silicon` instead of `onnxruntime-gpu` > > Also replaced: `device = "cuda" if torch.cuda.is_available() else "cpu"` with `device = "cuda" if torch.cuda.is_available() else "mps"` >...