Konstantin

Results 44 comments of Konstantin

For those who are looking for a ready-to-use solution, I have compiled all the knowledge shared in this thread into this library: https://github.com/diffusion-studio/vits-web . Thanks to everyone here for the...

DS core uses HEAD to identify the mime type without fetching the entire file. If the head request fails it will use GET and include an AbortSignal which will be...

Thank you so much for the kind words! 🙏 I'm really glad to hear that Diffusion Studio has been helpful for your video editing projects. Your feedback is what keeps...

You need to add the clip to the composition first before the width can be accessed

I'm assuming you're attempting to run it in node correct? Core is only supported in browser environments

The reason why we don't use the Pixi canvas is so that we can change the resolution during rendering. Otherwise the canvas would be rescaled. But I agree that we...

I'll leave it open until the changes were merged

It's not supported yet but definitely something we will look into soon.

I tested these changes on the dev branch (latest) and it stretched the text, while the Y axis was disproportional.

We are using pixijs' video implementation in the background, which apparently is not as performant as an implementation using the HTMLVideoElement and a 2D context. There's not really much we...