Skip to content

Commit

Permalink
Merge branch 'lipku:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pergyz authored Aug 17, 2024
2 parents 8d6c9dd + 93f3ed9 commit 2bc115c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions musereal.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __mirror_index(size, index):
return res
else:
return size - res - 1

@torch.no_grad()
def inference(render_event,batch_size,latents_out_path,audio_feat_queue,audio_out_queue,res_frame_queue,
): #vae, unet, pe,timesteps

Expand Down Expand Up @@ -320,4 +320,4 @@ def render(self,quit_event,loop=None,audio_track=None,video_track=None):
# time.sleep(delay)
self.render_event.clear() #end infer process render
print('musereal thread stop')


0 comments on commit 2bc115c

Please sign in to comment.