Drac

Results 8 comments of Drac

Not sure if this is correct but with my limited Python knowledge it seems that the classes like txt2imgARButtons that inherit ToolButton causes the issue?

https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/932#discussion-7014318 > **Update Sep 1:** > The rewrite of **ControlNet Intergrated** will start at about **Sep 29**. The estimated finish date is about **Oct 7**. When this note is announced,...

> You can easily fix it by editing the MANIFEST file of the package. Use `pip show xformers` to know where to look. Change `Requires-Dist: torch ==2.4.0` in Line 19...

> xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.4.0+cu121 with CUDA 1201 (you have 2.4.1+cu118) Did you previously use PyTorch 2.4.0+cu121 and then upgrade to 2.4.1 compiled...

yeah xformers itself doesnt have much to do with auto1111. also your gpu supports CUDA 11.8/12.1/12.4 my auto1111 install uses 3.10.14 (i mainly use sd webui forge with python 3.10.6,...

looks like its installing torch compiled without cuda (meaning torch won't be able to use GPU), same with torchvision (which is what adetailer uses too i think) You can reinstall...

> I don't know if this is why yours isn't working, but mine stops queuing when I set seed to be an input to the parameter generator (which you're also...

It seems like, for me at least, `--fast fp16_accumulation` causes the model to produce NaNs on the commit before the reusing of existing nextdit code happened and after that (current...