Skip to content

Commit 1ce1bf2

Browse files
committed
small fix
1 parent 4bf623e commit 1ce1bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electron_app/src/StableDiffusion.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ export default {
199199
this.attached_cbs = callbacks;
200200
this.generation_state_msg = ""
201201
this.remaining_times = ""
202+
this.times = []
202203
this.nb_its = prompt_params.ddim_steps||25
203204
send_to_py("t2im " + JSON.stringify(prompt_params))
204205
}

0 commit comments

Comments
 (0)