if its going to my 3080, do 90 steps
This commit is contained in:
parent
b2edce0232
commit
c58b302afb
@ -40,7 +40,7 @@ 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.29"
|
ip = "192.168.1.29"
|
||||||
steps = 60
|
steps = 90
|
||||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
s.settimeout(1)
|
s.settimeout(1)
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user