From 8246fe8aa3bf30aa693ae743f7e60c06b642b1ce Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 14 Sep 2023 09:44:34 -0700 Subject: [PATCH] tweak lora weights --- app/cogs/stable_diffusion.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)