mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Move trigger back to correct location
This commit is contained in:
@@ -661,7 +661,6 @@ async function addSeparators() {
|
||||
const gallerySendImage = (_images) => [currentImage]; // invoked by gradio button
|
||||
|
||||
async function getHash(str) {
|
||||
galleryProgressBar.error('File hash error');
|
||||
try {
|
||||
let hex = '';
|
||||
const strBuf = new TextEncoder().encode(str);
|
||||
|
||||
Reference in New Issue
Block a user