Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect model change and generation skip bug #259

Open
TimmekHW opened this issue Apr 2, 2024 · 1 comment
Open

Incorrect model change and generation skip bug #259

TimmekHW opened this issue Apr 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@TimmekHW
Copy link

TimmekHW commented Apr 2, 2024

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 TimmekHW added the bug Something isn't working label Apr 2, 2024
@TimmekHW
Copy link
Author

TimmekHW commented Apr 2, 2024

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": {},"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants