magdesign

Results 159 comments of magdesign

have the same error after building it on alpine linux arch64 today. there is no option to findout the version number

fixed it with: sudo apk add piper-tts sudo apk add py3-piper-tts

maybe this works only on a rooted device? having a samsung with oneui, there seems to be a hidden firewall. would nice to know of anyone else can access localhost...

For now i run it on my linuxmobile phone since it is still not possible to view localhost on a samsung device... Hopefully we will have more people wanting to...

user l78193 on matrix asked what errors i get when running: `nc -lv 5555` in termux and then opening a browser `127.0.0.1:5555` in termux i get: ``` Listening on 0.0.0.0...

😂😂😂😂 finnaly solved this with: `npm run build-frontend` maybe spitting a warning in the terminal would be nice when frontend was not build

did you enable geoclue on your system? it works fine here on a inux phone, the issue is not on osmin side, read this: https://wiki.postmarketos.org/wiki/User:Magdesign#GPS

thanks for the hint. so i tried again with ``` build/bin/sd --mode img2img -m models/v2-1_768-ema-pruned.ckpt -p "enhance overall colors of the image" -i ~/Pictures/Lastenrad_01.jpg -o ~/Pictures/Lastenrad_1light.png --strength 0.1 ``` the...

something like: ``` git clone https://github.com/jjsullivan5196/wvkbd cd wvkbd sudo apk add wayland-dev pango-dev libxkbcommon-dev make sudo make install ```