Mescalamba
Mescalamba
NF4 seems broken now, eg. not possible to make it work no matter what.
Trying to do about same with 12.6 and just simple no AVX anything (cause my CPU just cant). Ive managed to get only 22mb something that for sure is just...
There is node for that, https://github.com/asagi4/comfyui-prompt-control .. A1111 emulation works pretty well. If you decide to use older version of those nodes, even stuff that A1111 cant do, like scheduled...
Reason is that 10x0 generation has crippled fp16. So this library isnt useful for it.
That would explain. python -m pip wheel . --no-deps Guess --no-deps is why its big? Benchmark is simply running same ComfyUI workflow with everything locked. One can gauge difference between...
Very cool, but Im stuck with my Titan Xp, so I guess no improvements possible there?
> i just tried `pip install xformers==0.0.30.dev966` sadly the same `pip install xformers==0.0.29.post1` works but is not compatible with pytorch 2.6 GRRR :D It needs to be built for that...
In case you are not using.. # CUDA 12.6 pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cu126 Try it. I have similar GPU and torch 2.8 gave me quite a bit...