mirror of
https://github.com/vladmandic/automatic
synced 2026-09-10 23:08:43 +02:00
civitai multithreaded downloads
This commit is contained in:
@@ -156,7 +156,7 @@ function cardClicked(textToAdd, allowNegativePrompt) {
|
||||
|
||||
function extraNetworksSearchButton(event) {
|
||||
const tabname = getENActiveTab();
|
||||
const searchTextarea = gradioApp().querySelector(`#${tabname}_extra_tabs > div > div > textarea`);
|
||||
const searchTextarea = gradioApp().querySelector(`#${tabname}_extra_search textarea`);
|
||||
const button = event.target;
|
||||
const text = button.classList.contains('search-all') ? '' : `${button.textContent.trim()}/`;
|
||||
searchTextarea.value = text;
|
||||
|
||||
Reference in New Issue
Block a user