mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-01-26 11:19:55 +00:00
Update commonMixin.js
This commit is contained in:
@@ -15,7 +15,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
loadExtraNetworks(loadI = 0) {
|
||||
if (document.querySelectorAll("#txt2img_checkpoints_cards .card").length) {
|
||||
if (common.gradioApp().querySelectorAll("#txt2img_checkpoints_cards .card").length) {
|
||||
// console.log('系统ExtraNetworks已加载,开始加载ExtraNetworks')
|
||||
return this._loadExtraNetworks()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user