mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
Update extraNetworks.js
This commit is contained in:
parent
b7f45e67dc
commit
23f03d4796
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ function scheduleAfterScriptsCallbacks() {
|
|||
document.addEventListener("DOMContentLoaded", function() {
|
||||
var mutationObserver = new MutationObserver(function(m) {
|
||||
if (!executedAfterScripts &&
|
||||
gradioApp().querySelectorAll("[id$='_extra_search']").length == 8) {
|
||||
gradioApp().querySelectorAll("[id$='_extra_search']").length >= 6) {
|
||||
executedAfterScripts = true;
|
||||
scheduleAfterScriptsCallbacks();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue