GPU-server

Results 19 comments of GPU-server

Hello @YanWenKun , is the 2.2.2 version still usable for this solution? I guess a new solution need to be updated for 2.4.0? Ho can I solve the problem (ImportError:...

Hi thanks for your answer @YanWenKun before running your command, I would like to show you my current set and tell if you think I should proceed: I have this:...

OK @YanWenKun Just tried your line: `python.exe -s -m pip install --force-reinstall xformers==0.0.27.post2 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 --extra-index-url https://pypi.org/simple` Went from that list (pip) to this one: > Package Version...

@YanWenKun where did yousee the 11.8 packages, it was only torch_scatter right? Which I upgraded to cu121 ( I posted 2 messages with 2 pip lists, check it) Anyway I...

Never mind it does not work :( I dont get any "failed import" for the extension, but first workflow I tried and I got: **RuntimeError: Numpy is not available** Eventhough...

Thanks. How did you know that was the exact version we needed? Btw, did you get the problem of having your torch being unisntalled each time you isntall missing nodes?...

Hi again @YanWenKun, Did you mean one venv for **torch3d**? and the rest of components from comfy 3D pack extension in another venv? Or did you simply mean one single...

Thanks @YanWenKun But I wanted to learn the hard version, the version where we install it from base comfyui Official repo. Do you remember how you did it before making...

> @GPU-server > > > Thanks. How did you know that was the exact version we needed? > > Just use PyPI to find the package you need: https://pypi.org/project/numpy/#history >...

> @GPU-server Wow, that's cool! > > Tbh, I didn't choose the hard way in this case. I analyzed the [build scripts](https://github.com/comfyanonymous/ComfyUI/blob/master/.github/workflows/windows_release_package.yml) of ComfyUI official portable and rewrote them into...