Point stable diffusino at my desktops ip not hostname

This commit is contained in:
Luke Robles 2022-12-30 12:50:22 -08:00
parent 41568cf284
commit b3204aa8b8

View File

@ -40,8 +40,7 @@ class StableDiffusion(commands.Cog):
# Send my requests to my gaming computer with the 3080 (if its up)
if ctx.author.id == core_utils.my_id:
# ip = "192.168.1.29"
ip = "DESKTOP-D6O5TKS"
ip = "192.168.1.29"
steps = 60
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.settimeout(1)