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

Different defaults in webuiapi and the sd-webui interface #162

Open
allo- opened this issue Apr 3, 2024 · 0 comments
Open

Different defaults in webuiapi and the sd-webui interface #162

allo- opened this issue Apr 3, 2024 · 0 comments

Comments

@allo-
Copy link

allo- commented Apr 3, 2024

The sd-webui API uses different defaults than the webinterface in some places. Since sdwebuiapi seems to have copied the API defaults into default parameters, it should probably be changed when something is changed in the APIs of the other projects.

I have created the following two bugs for the webui and the controlnet extension for different and surprising defaults in the API:
AUTOMATIC1111/stable-diffusion-webui#15435
Mikubill/sd-webui-controlnet#2732

If something changes in those projects, it would be good to add it here as well. In particular:

  • The inpaint_fill parameter in the API and sdwebuiapi defaults to "fill" (0) and in the webinterface to "original" (1).
  • The threshold_a and threshold_b parameters of controlnets default to 64. They are not (for all controlnets) visible in the webinterface, but seem not to be initialized to 64 for some controlnets, e.g. the tile controlnet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant