Update aiutils.py

This commit is contained in:
Abhi
2024-02-09 00:15:20 +05:30
committed by GitHub
parent 02b7b6207a
commit 39fd2f35ac

View File

@@ -37,7 +37,7 @@ async def vdxl(c: Client, message: Message):
data = {
"prompt": prompt,
"model": "juggernaut-xl-V7",
"model": "sdxl-turbo",
"negative_prompt": "",
"token": vca_api_key,
"width": 1024,