mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-25 16:38:55 +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);
|
||||
if (void 0 !== outputs) {
|
||||
outputs.forEach((output: any) => {
|
||||
console.log('progress path', output.path);
|
||||
addProgressImage(output.path);
|
||||
const timePath = `${output.path}?t=${new Date().getTime()}`
|
||||
console.log('progress path', timePath);
|
||||
addProgressImage(timePath);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user