fixing hard coded reference to my gaming computer

This commit is contained in:
Luke Robles 2023-09-24 14:21:44 -07:00
parent 358e179393
commit fc082c1ad2

View File

@ -35,8 +35,6 @@ class StableDiffusion(commands.Cog):
port = "7860"
ip = "192.168.1.5"
# Everyone can use my gaming computer temporarily
ip = "192.168.1.19"
steps = 50
enable_upscale = "false"