koishijs / novelai-bot

Generate images by NovelAI | 基于 NovelAI 的画图机器人
https://bot.novelai.dev
MIT License
2.49k stars 204 forks source link

禁止使用点数时,长宽和不能超过1280的问题 #89

Closed dnf63123848 closed 2 years ago

dnf63123848 commented 2 years ago

官网的无限制使用尺寸是:512x768,768x512,640x640。 在长宽和不能超过1280的限制下,都不能输入成功。

shigma commented 2 years ago

最新版本应该已经移除了 1280 的限制。

dnf63123848 commented 2 years ago

在novelai设置为禁止使用点数时,-o设置为512x768,768x512,640x640会报错。

shigma commented 2 years ago

是的,但你仍然可以使用 portrait / landscape / square。禁用点数时我不会解析 axb 的语法。

dnf63123848 commented 2 years ago

能不能增加一个选项,不调用novelai里设置的负面词条,而是只使用参数后的负面词条。

shigma commented 2 years ago

可以,我现在去加。

shigma commented 2 years ago

最新版 1.12.3 支持了 -O, --override 选项,可以在本次请求中忽略 basePrompt 和 negativePrompt。