SD_deepnude
SD_deepnude copied to clipboard
Deepnude implementation based on SD inpainting
Stable diffusion deepnude
This approach uses stable diffusion inpainting technology that assumes to be better than the previous original idea implementation
For now it needs you to:
- run local Automatic1111 webui with the
--nowebuiflag - install python deps
- download "cm.lib" from any source that provides deepnude weights (google it) and to place the file inside the "checkpoints" folder in the repo root
- create your telegram bot with @botfather and to add its token to your env vars like
export API_TOKEN=<insert-token-here> - run the bot like
python3 bot.py
And with that -- it just finally works mf!