ambocclusion

Results 3 issues of ambocclusion

I've added in the ability to generate and stitch multiple videos by re-running the rendering in process_modelscope multiple times for the amount set in stitched_videos. I'm unsure how this interacts...

Is it possible to get previews of an in-progress generation, similar to what is shown in the web ui, using comfyscript? Ideally I'd like some form of stream I can...

enhancement
runtime
ui

Hello! I have this code here ``` async def extend_audio(params: AudioWorkflow): async with Workflow(wait=True) as wf: model, model_sr = MusicgenLoader() audio, sr, duration = LoadAudio(params.snd_filename) audio = ConvertAudio(audio, sr, model_sr,...

enhancement
runtime