- Where can I find application logs, I want to report a bug
- C:\Users\<username>\Documents\LyricVideoStudio\Lyric Video Studio\logs
- There is also Report issue-page under Help-menu which you can use to send feedback of the app. Please include your email address so I can contact you if needed
- Where does all my settings and presets go?
- Same place as logs: C:\Users\<username>\Documents\LyricVideoStudio\
- If you need to ‘reset’ the app to the state it was when installed, you can safely remove that folder and restart the app
- Why is my local image generation so slow?
- Are you using CPU? Well, then, it is very slow at the moment. You should probable be using Black Forest Labs or Luma AI image plugins, price per image is real cheap
- Most important thing is to monitor memory consumption. If you are using for example FLUX, get smaller model from https://huggingface.co/second-state/FLUX.1-dev-GGUF/tree/5f485eae3ac4edfe5bd8c32534665882cb2ab696 Q4 for example should work on 16Gb of GPU mem
- Make sure your memory usage does not go to “Shared memory”-zone, that will slow things up! (the red circles in the picture below is indicator that you don’t have enough GPU memory)

- How about other platforms than Windows?
- Mobile: not planned at the moment, main issue would be screen size and available computing power
- Linux & Mac: Yes, someday. Work for Linux support (Steam) is progressing slowly (if you would like to volunteer for beta testing, use contacts page)
- Web: Currently not planned, access to computer resources if vital to the app right now. With web assembly, that’s achievable, but more complex.