sd update
This commit is contained in:
@@ -24,7 +24,7 @@ async def handle_command(room, message, bot, prefix, config):
|
||||
prompt = message.body[len(prefix) + len("sd"):].strip() # Extract prompt from message body
|
||||
payload = {
|
||||
"prompt": prompt,
|
||||
"steps": 32
|
||||
"steps": 16
|
||||
}
|
||||
url = "http://127.0.0.1:7860/sdapi/v1/txt2img"
|
||||
try:
|
||||
|
Reference in New Issue
Block a user