Th3Rom3
Th3Rom3
> [#2785 (comment)](https://github.com/comfyanonymous/ComfyUI/issues/2785#issuecomment-1949967415) > > This should be fixed now. ``` ### ComfyUI Revision: 1984 [6c875d84] | Released on '2024-02-17' ``` Thanks for the insanely fast turnaround. Works like a...
@CraftMaster163 Did you update Comfy? This issue is [supposedly](https://github.com/comfyanonymous/ComfyUI/issues/2806) fixed with a recent commit (to this specified custom node). Edit: Seems like I indeed misread the issue I mentioned. Looks...
@technovangelist I appreciate the detailed reply. Maybe this might be worth amending in the respective [FAQ section](https://github.com/jmorganca/ollama/blob/main/docs/faq.md#where-are-models-stored)? It might be obvious to those being well versed in how those services...
Did you try `pip install segment_anything` ? When using the portable version you'll need to set the venv active beforehand. Custom node works for me when installed directly from the...
Looks like you are running pip on your system python (Anaconda) installation but starting ComfyUI with the embedded python from the standalone version. I don't have a Windows environment on...
Looks like you might have another service or another instance already running on port 8188. You can either try to 1) reboot and retest, 2) figure out what is blocking...
Did you try uninstalling the currently present Python modules `torch torchvision torchaudio` and reinstall them from the ROCm nightly as in the installation guide?
@Joly0 you can query pip which version of torch is installed in the python environment. `pip show torch` e.g. for me it shows as > Name: torch > Version: 2.2.0+rocm5.7...
@pouya-abbassi ``` /home/pouya/src/comfy-ui/venv/bin/python -m pip uninstall torch torchaudio torchvision /home/pouya/src/comfy-ui/venv/bin/python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7 ``` Try manually uninstalling the cuda and reinstalling the rocm packages. This...
Just a quick pointer to #738 for better visibility on both ends.