cooperdk

Results 108 comments of cooperdk

> It's a known issue of xformers library on 30x GPUs, try install the dev version of the xformers. This works on my 3060. > > ``` > pip install...

They don't, the issue lies elsewhere. The error also appears without using xformers (3060 OC, py3.10.9, torch 1.12.1 and 2.x, and also from basic installation defaults). Also, bitsandbytes is not...

I had an incredible slowdown, with xformers, on a 1660 Ti. It was like twice the time. I used the latest but was somewhere else advised to roll back to...

Pretty sure that there are not few who have a 1xxx series GPU. Especially 1660. I reverted to a week back, where it took about a minute to generate an...

It is, the M1/M2 chips cannot work with CUDA. I believe they fallback to CPU rendering as the Mac GPU (which is also proprietary) does not support CUDA, from what...

Actually, the Web UI will run in Python 3.9 with some modifications, and you are actually told that some features are not supported. But I disagree, @skdursh - many people...

> > , i only noticed the broken OS on restarting the PC... > > is there such a thing as a PATH variable in linux? why not to try...

I second this. It's annoying to have to manually remove files that you're not going to use in a million years.

I don't believe it has, no. On another note, it should also be possible to enable or disable manual saving of specific images instead of saving all.

It does. Gradio works like Flask and Django, i.e. a UI which connects to the application thru it's API. Even I with my Python knowledge might be able to find...