tweak lora weights
This commit is contained in:
parent
fd8322e215
commit
8246fe8aa3
@ -43,9 +43,10 @@ class StableDiffusion(commands.Cog):
|
|||||||
# Send my requests to my gaming computer with the 3080 (if its up)
|
# Send my requests to my gaming computer with the 3080 (if its up)
|
||||||
if ctx.author.id == core_utils.my_id:
|
if ctx.author.id == core_utils.my_id:
|
||||||
ip = "192.168.1.19"
|
ip = "192.168.1.19"
|
||||||
|
steps = 120
|
||||||
positive_prompt = (
|
positive_prompt = (
|
||||||
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"
|
enable_upscale = "true"
|
||||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user