Fernando Vega Catalán

Results 12 comments of Fernando Vega Catalán

It does not work in Ubuntu 20.04 I just tried with [Gogh](https://github.com/Mayccoll/Gogh) and worked just fine.

Bump. Is there any reason a 1 year old pr that fixes a bug is not merged yet?

I dont think a library like crossterm is needed. you can get the term position printing `"\033[6n"` and reading from input `"^[[row;columnR"`. Save the position you get, and always go...

I just managed to unintentionally reproduce this bug. The steps I followed: - Pull multiple models until disk is full. - Get disk is full error pulling another model. -...

What is holding this pr from being merged?

@lostl1ght could you share which commit did you use to build it? Im having trouble replicating your results.

> This applies to Linux too, except that you need to download the linux cudnn zip and override the .so.6 files in torch folder. ~I agree with @vladmandic, it makes...

Oh well, I see it now. > If you run this in a venv specifically created for webui I assumed that you could run the webui out of venv (as...

>Yes, you can - there is nothing preventing you to run WebUI outside of venv. I figured, but with the given `webui.sh` it is by default inside of venv and...