aiyabot icon indicating copy to clipboard operation
aiyabot copied to clipboard

Incorrect model change and generation skip bug

Open TimmekHW opened this issue 10 months ago • 1 comments

Describe the bug
A clear and concise description of what the bug is. Please keep each bug report limited to one issue.

  1. I have 2 bots: Discord bot aiyabot and Telegram bot. In the telegram bot, the model is passed to "override_settings": {}," and when the user in the discord changes the model via 🖌, the model does not change or the wrong one is set, or the previous one remains. It changes only on the third attempt. how can I make sure that the discord users' model changes correctly?

  2. In the discord, you have added a Live preview in the latest updates. And unfortunately, the preview includes generations of people from telegram. It's horrible. And also, Discord users, if they see an incorrect generation, they can skip it and the user from the Telegram will not receive their Art.

  3. And yet, after updating the bot, the previous old messages cannot be changed and at the same time users do not see the error. Is it possible to make an error appear if a discord user tries to edit an old message (an old query) that is not in the database?


Environment

  • OS: [e.g. Windows / Linux] Windows 10 Pro automatic 111 1.8.0 with generator

TimmekHW avatar Apr 02 '24 19:04 TimmekHW

image image

The bot made art on the KohakuXL model, but it should have been on artium_v20. The user changed the "data_model" to artium_v20 via 🖌, but the bot continued to make a picture on KohakuXL.

This is only if the second bot (telegram bot) active. Let me remind you that it passes the model through " "override_settings": {},"

TimmekHW avatar Apr 02 '24 19:04 TimmekHW