diff --git a/app/cogs/stable_diffusion.py b/app/cogs/stable_diffusion.py index 89c338c4..cb48d1ce 100755 --- a/app/cogs/stable_diffusion.py +++ b/app/cogs/stable_diffusion.py @@ -43,9 +43,10 @@ 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.19" + steps = 120 positive_prompt = ( positive_prompt - + " " + + " " ) enable_upscale = "true" s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)