Coremar

Results 6 comments of Coremar

This would be nice. I was able to make it somewhat work with SD.Next, but I really don't like that GUI, I just can't use it effectively. I don't need...

> It's kinda easy you can just snip in > > ```python > torch.backends.cudnn.enabled = False > torch.backends.cuda.enable_flash_sdp(False) > torch.backends.cuda.enable_math_sdp(True) > torch.backends.cuda.enable_mem_efficient_sdp(False) > ``` > > at somewhere around https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/initialize.py#L57...

> > > > > > You are right, fallowing ZLUDA installation guide by SD.Next and using your solution for disabling cudnn makes it work. It is really rather simple...

Same problem here, it is strictly related to vdbfusion. Same error appears when you just try pip install vdbfusion anywhere. Looks like the vdbfusion package is not available anymore or...

I thing I might have a solution to this, but not sure if it actually applies to your case as mine was slightly different. ### Short version Try to rename...

Same here, but I have a workaround solution. This problem is asociated with nvdiffrast. I have no idea why it is not working, but workaround would be to uninstall nvdiffrast....