fixing hard coded reference to my gaming computer

This commit is contained in:
Luke Robles 2023-09-24 14:21:44 -07:00
parent b1659ffc3f
commit 32c57b6be4

View File

@ -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"