mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
hide cards for networks of incompatible stable diffusion version in Lora extra networks interface
This commit is contained in:
parent
f97e35929b
commit
699108bfbb
10 changed files with 84 additions and 15 deletions
|
|
@ -213,7 +213,7 @@ function popup(contents) {
|
|||
globalPopupInner.classList.add('global-popup-inner');
|
||||
globalPopup.appendChild(globalPopupInner);
|
||||
|
||||
gradioApp().appendChild(globalPopup);
|
||||
gradioApp().querySelector('.main').appendChild(globalPopup);
|
||||
}
|
||||
|
||||
globalPopupInner.innerHTML = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue