You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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:
threshold_a
andthreshold_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.The text was updated successfully, but these errors were encountered: