fixing hard coded reference to my gaming computer
This commit is contained in:
parent
b1659ffc3f
commit
32c57b6be4
@ -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