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

Bot ignoring defaults for some options #77

Closed
aaronsantiago opened this issue Oct 21, 2022 · 2 comments
Closed

Bot ignoring defaults for some options #77

aaronsantiago opened this issue Oct 21, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@aaronsantiago
Copy link

aaronsantiago commented Oct 21, 2022

The ones I've noticed is that it isn't respecting my default model name (tried to switch it to 1.5), nor is it respecting my default n (its always forcing it back to 1 when i don't pass in an n specifically)

It is respecting my change to the default sampler (k_euler_ancestral)

@parlance-zz parlance-zz self-assigned this Oct 21, 2022
@parlance-zz
Copy link
Owner

replicated / confirmed, fix incoming soon

@parlance-zz parlance-zz added the bug Something isn't working label Oct 21, 2022
@parlance-zz
Copy link
Owner

DEFAULT_SAMPLE_SETTINGS.n applies to the CLI, but in the discord bot it uses DISCORD_BOT_SETTINGS.default_output_n instead just so you can have separate defaults for the discord bot and CLI if you want.

The model name in DEFAULT_SAMPLE_SETTINGS.model_name should be respected, however the discord bot does not load and make available every model in the models.yaml manifest, there is a setting in the config file: DISCORD_BOT_SETTINGS.model_list = ["stable-diffusion-v1-4", "stable-diffusion-v1-5"]
In order for a model to be usable from the discord bot the id matching the model.yaml file should be in this list. The reasoning was that you might want to download and try other models locally before making them available via discord.

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