fix: remove upscale
Some checks failed
black-action / runner / black formatter (push) Failing after 0s
Some checks failed
black-action / runner / black formatter (push) Failing after 0s
This commit is contained in:
parent
000cda0b36
commit
c0061b8877
@ -778,7 +778,7 @@ def run():
|
||||
|
||||
return None
|
||||
|
||||
filename = await generate_image(prompt, style, ratio, negative, upscale=False)
|
||||
filename = await generate_image(prompt, style, ratio, negative)
|
||||
|
||||
#filename = await generate_dalle_image(prompt, "1024x1024")
|
||||
await bot.api.send_image_message(
|
||||
|
Loading…
Reference in New Issue
Block a user