jovan2009
jovan2009
> [@jovan2009](https://github.com/jovan2009) Thank you very much for the answer. I already solved xformers. I had stopped compiling because I didn't know why I have pinned_memory enabled by default and I...
> [@jovan2009](https://github.com/jovan2009) Interesting. I also have xformers uninstalled because I was getting constant Comfy crashes with a hopper error and even disabling it via launch arguments didn't seem to help....
> > The pinned_memory by accident fixes the slowdown when memory estimation is a bit off on Windows, but we will work out that issue soon as well since it...
> > > > The pinned_memory by accident fixes the slowdown when memory estimation is a bit off on Windows, but we will work out that issue soon as well...
> any tips or links to some step by step tutorial on how to compile all that stuff? > currently stuck on building latest pytorch. everything is mostly fine, except...
@firsack Yes, look here: https://pytorch.org/get-started/locally/ `pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130` I would add also torchaudio in that command, they all have to be "on the same page". I...
@firsack BTW, since you are already seasoned in compiling "stuff" I would recommend also compiling Sageattention and SpargeAttn from this repository: https://github.com/woct0rdho It's pretty easy (meaning I have no trouble...
@adydeejay Thanks for your info. Just some observations after I quickly looked (in a very shallow way) at your comment: - Cudnn version is outdated (current version is 9.15, not...
If I may interfere I think I have seen a similar behavior with what is described here when I was using https://github.com/stduhpf/ComfyUI-WanMoeKSampler.git custom node. The way that node works, maybe...
The problem seems to be that you don't have the files that are specified in the workflow. Either the files are moved or deleted (don't know how or why) -...