Results 147 comments of grigio

> It's saying `torch.cuda.OutOfMemoryError`, the only reason might be your model is too big to load on your video card memory. OK, I'll try to investigate more, I just tried...

@supersonictw Thanks, i tried SDXL with `--lowvram` it pass Ksampler but then it fails at VAE Decode like this https://github.com/comfyanonymous/ComfyUI/issues/2431

WORKAROUND roll back to `ghost:5.54-alpine` is latest bug-free release

@daniellockyer Updated from `ghost:5.54-alpine` to `ghost:5-alpine` ``` docker compose up [+] Running 1/1 ✔ Container blog-app-1 Created 0.2s Attaching to blog-app-1 blog-app-1 | [2023-08-15 17:59:20] INFO Ghost is running in...

> @grigio, do you also have a large number of posts in your development environment? I'm guessing that might be a factor here. ~ 500

There is also functionary https://github.com/MeetKai/functionary?tab=readme-ov-file#the-differences-between-related-projects

@LufyCZ I tried that but I still get ``` unable to open file '/etc/network/interfaces.tmp.31005' - No such file or directory ```

> Create dir /etc/network manually after you've installed the LXC container without dhcp or ip address. Thanks. It seems to work adding manually `/etc/network` (should it be /etc/networks ?) the...

> Start dhclient manually and do apt install ifupdown it doesn't give an ip or errors ``` root@bbbb:~# dhclient eth0 root@bbbb:~# root@bbbb:~# ping 1.1.1.1 ping: connect: Network is unreachable root@bbbb:~#...