hello /vtai/
enable the web client on your pc so you don't need to sit in front of it to generate stuff. use your phone from bed instead or an ipad with a pencil if you're a chad.
add "--listen" to your arguments in your sd_webui.bat. visit it with the ip address from your browser followed by the port number. next time you run it check the terminal window for the address.
then create a robocopy script that will sync your local output folder to a shared network drive that you can access from any device.
open notepad and add:
robocopy "C:\Source\Folder" "\\Server\Share\Destination\Folder" /MIR /W:5 /R:5 /MON:1
the last command runs it as a daemon which will monitor for changes in your folder and will mirror them when found. first path is your local output folder, usually under your home folder and sd_webui. second path is your destination, which will be your network share on your network. save it as a .bat. schedule it using task scheduler, create a new basic task and follow the wizard that way you have daily syncs.
if you use linux just use rsync and schedule it with cron
lastly go into your power settings and set your computer to never sleep. enjoy zen.