mirror of https://github.com/vladmandic/automatic
Move trigger back to correct location
parent
9f9d67713d
commit
e683884d5f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue