update ip for ein
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke R 2024-02-22 16:18:03 -08:00
parent 137cbf03dd
commit 1f755e9c17
3 changed files with 2 additions and 2 deletions

0
app/cogs/cheeky_functions.py Executable file → Normal file
View File

View 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
View File