mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-26 00:49:17 +01:00
fix timestamp
This commit is contained in:
parent
7a076f7304
commit
5a105eb2b3
@ -122,8 +122,9 @@ export default function MakeButton() {
|
|||||||
console.log('progess step of total', step, total_steps);
|
console.log('progess step of total', step, total_steps);
|
||||||
if (void 0 !== outputs) {
|
if (void 0 !== outputs) {
|
||||||
outputs.forEach((output: any) => {
|
outputs.forEach((output: any) => {
|
||||||
console.log('progress path', output.path);
|
const timePath = `${output.path}?t=${new Date().getTime()}`
|
||||||
addProgressImage(output.path);
|
console.log('progress path', timePath);
|
||||||
|
addProgressImage(timePath);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user