You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't see this discussed anywhere, but A1111 has a notification.js that beeps on every image loaded in a tab. For people that use this image browser extension, that's probably a problem. Here's a little fix, you can make to the JS file where galleryPreviews is assigned: const galleryPreviews = gradioApp().querySelectorAll('div[id^="tab_"][style*="display: block"] div[id$="_results"] img.h-full.w-full.overflow-hidden');. It will only beep when images show up in a "results" container.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I didn't see this discussed anywhere, but A1111 has a notification.js that beeps on every image loaded in a tab. For people that use this image browser extension, that's probably a problem. Here's a little fix, you can make to the JS file where galleryPreviews is assigned:
const galleryPreviews = gradioApp().querySelectorAll('div[id^="tab_"][style*="display: block"] div[id$="_results"] img.h-full.w-full.overflow-hidden');
. It will only beep when images show up in a "results" container.Beta Was this translation helpful? Give feedback.
All reactions