update ip for ein
This commit is contained in:
parent
3a00849afa
commit
940b6cd04b
0
app/cogs/cheeky_functions.py
Executable file → Normal file
0
app/cogs/cheeky_functions.py
Executable file → Normal file
@ -46,7 +46,7 @@ class StableDiffusion(commands.Cog):
|
||||
import stable_diffusion
|
||||
|
||||
port = "7860"
|
||||
ip = "192.168.1.5"
|
||||
ip = "192.168.1.52"
|
||||
steps = 120
|
||||
enable_upscale = "false"
|
||||
if "<lora:" not in positive_prompt:
|
||||
@ -65,7 +65,7 @@ class StableDiffusion(commands.Cog):
|
||||
try:
|
||||
s.connect((ip, int(port)))
|
||||
except:
|
||||
ip = "192.168.1.5"
|
||||
ip = "192.168.1.52"
|
||||
try:
|
||||
await ctx.defer()
|
||||
original_message = await ctx.followup.send(
|
||||
|
0
app/dracula flow.txt
Executable file → Normal file
0
app/dracula flow.txt
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user