mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 16:24:33 +02:00
add image gallery
This commit is contained in:
+2
-1
@@ -437,7 +437,8 @@ function currentImageResolutioncontrol(_a, _b, scaleBy) {
|
||||
}
|
||||
|
||||
function updateImg2imgResizeToTextAfterChangingImage() {
|
||||
setTimeout(() => gradioApp().getElementById('img2img_update_resize_to').click(), 500);
|
||||
const el = gradioApp().getElementById('img2img_update_resize_to');
|
||||
if (el) setTimeout(() => gradioApp().getElementById('img2img_update_resize_to').click(), 500);
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user