sd update
This commit is contained in:
parent
803acf514b
commit
25f9159155
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
python-dotenv
|
||||
requests
|
||||
pytube
|
||||
pytubefix
|
||||
duckduckgo_search
|
||||
nio
|
||||
markdown2
|
||||
|
Loading…
Reference in New Issue
Block a user