Skip to content

Commit

Permalink
Update aiutils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder committed Feb 8, 2024
1 parent 02b7b62 commit 39fd2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aiutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 39fd2f3

Please sign in to comment.