For the hardcore AI enthusiasts. 😁 This week, I wrote an application in python that uses Ollama (local LLM server) and llama3.1:8b to enhance a text with preconfigured prompts. There are also the possibility to translate the text and use your own prompts. You need to have Python and Ollama installed. It's great if you want to make sure your text isn't used to train future AI models. In future versions, I will add the possibility to used different models installed with Ollama to do NSFW editing by adding a dropdown list with the LLMs available. I also created an executable windows application where all you need is Ollama and llama3.1:8b, no need for Python.
Check it out. 👍