From a289e3fbda3624a17ed0ac0a519639c351b43ef0 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 14 Sep 2023 09:06:06 -0700 Subject: [PATCH] let everyone use my computer temporarily --- app/cogs/stable_diffusion.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/cogs/stable_diffusion.py b/app/cogs/stable_diffusion.py index 76060476..7dc89d5d 100755 --- a/app/cogs/stable_diffusion.py +++ b/app/cogs/stable_diffusion.py @@ -34,7 +34,9 @@ class StableDiffusion(commands.Cog): import stable_diffusion port = "7860" - ip = "192.168.1.80" + # ip = "192.168.1.80" + # Everyone can use my gaming computer temporarily + ip = "192.168.1.19" steps = 50 # Send my requests to my gaming computer with the 3080 (if its up)