tweak lora weights

This commit is contained in:
Luke Robles 2023-09-14 09:44:34 -07:00
parent fd8322e215
commit 8246fe8aa3

View File

@ -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
+ " <lora:add_detail:0.3> <lora:bimbostyleThreeU:0.4> <lora:gigatitums:0.3> <lora:more_details:0.3>"
+ " <lora:add_detail:0.3> <lora:bimbostyleThreeU:0.4> <lora:gigatitums:0.4> <lora:more_details:0.3>"
)
enable_upscale = "true"
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)