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
|
import stable_diffusion
|
||||||
|
|
||||||
port = "7860"
|
port = "7860"
|
||||||
ip = "192.168.1.5"
|
ip = "192.168.1.52"
|
||||||
steps = 120
|
steps = 120
|
||||||
enable_upscale = "false"
|
enable_upscale = "false"
|
||||||
if "<lora:" not in positive_prompt:
|
if "<lora:" not in positive_prompt:
|
||||||
@ -65,7 +65,7 @@ class StableDiffusion(commands.Cog):
|
|||||||
try:
|
try:
|
||||||
s.connect((ip, int(port)))
|
s.connect((ip, int(port)))
|
||||||
except:
|
except:
|
||||||
ip = "192.168.1.5"
|
ip = "192.168.1.52"
|
||||||
try:
|
try:
|
||||||
await ctx.defer()
|
await ctx.defer()
|
||||||
original_message = await ctx.followup.send(
|
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