Arvamer
Arvamer
If I understand XDG Base Directory specification correctly, `$XDG_DATA_DIRS` is used to find application specific data like images or sound effects. If you don't want to add more functions, `{get_,}app_{dir,root}(SharedData)`...
Actually there is function in `std::env` that returns path to executable (`current_exe`), there is no need to use `fs::read_link("/proc/self/exe")`.
I’ve tested this on a 6700 XT and there is a performance improvement. However, I think that this should not disallow setting `--no-half-vae`. On my card, running VAE in fp16...
Not sure if related, but I also have noticed large memory usage regression between 2.1.7 and 2.2.2 (using rust wrapper) on Linux. 2.1.7: ``` 11.30user 0.51system 0:13.55elapsed 87%CPU (0avgtext+0avgdata 2709704maxresident)k...