From c58b302afb3e9ff989511fe4442b6e64c9ed5466 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 23 Mar 2023 18:28:39 -0700 Subject: [PATCH] if its going to my 3080, do 90 steps --- app/cogs/stable_diffusion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cogs/stable_diffusion.py b/app/cogs/stable_diffusion.py index cfac9e78..d5755433 100755 --- a/app/cogs/stable_diffusion.py +++ b/app/cogs/stable_diffusion.py @@ -40,7 +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" - steps = 60 + steps = 90 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.settimeout(1) try: