This commit is contained in:
anapnoe
2023-06-11 19:53:05 +03:00
99 changed files with 3568 additions and 997 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// attaches listeners to the txt2img and img2img galleries to update displayed generation param text when the image changes
let txt2img_gallery, img2img_gallery, modal = undefined;
onUiUpdate(function() {
onAfterUiUpdate(function() {
if (!txt2img_gallery) {
txt2img_gallery = attachGalleryListeners("txt2img");
}