fixing hard coded reference to my gaming computer
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Luke Robles 2023-09-24 14:21:44 -07:00
parent 889109e8cb
commit af6abbb0c7

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"