SD plugin update SD, disble YT preview for music room
This commit is contained in:
@@ -65,7 +65,7 @@ async def handle_command(room, message, bot, prefix, config):
|
||||
r = response.json()
|
||||
|
||||
# Slugify the prompt
|
||||
prompt_slug = (prompt)
|
||||
prompt_slug = prompt[:120]
|
||||
|
||||
# Construct filename
|
||||
filename = f"{prompt_slug}_{args.steps}_{args.h}x{args.w}_{sampler_name}_{args.cfg}.jpg"
|
||||
|
Reference in New Issue
Block a user