fixing hard coded reference to my gaming computer
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
889109e8cb
commit
af6abbb0c7
@ -35,8 +35,6 @@ class StableDiffusion(commands.Cog):
|
|||||||
|
|
||||||
port = "7860"
|
port = "7860"
|
||||||
ip = "192.168.1.5"
|
ip = "192.168.1.5"
|
||||||
# Everyone can use my gaming computer temporarily
|
|
||||||
ip = "192.168.1.19"
|
|
||||||
steps = 50
|
steps = 50
|
||||||
enable_upscale = "false"
|
enable_upscale = "false"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user