A Stable Diffusion Discord bot.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

13 lines
316 B

[Unit]
Description=The Happy Trees Discord bot. Takes Stable Diffusion image requests over discord and generates those images on a local GPU.
[Service]
Type=simple
Restart=on-failure
RestartSec=30
ExecStart=python3 bot.py
WorkingDirectory=/home/bob/happytreesbot
User=YOURUSER
[Install]
WantedBy=multi-user.target