Geoffrey Benson

Results 11 comments of Geoffrey Benson

For anyone looking for a workaround, you can hack around it by doing the following: * In your renderer, maintain a reference to both your `GameEngine` and `ClientEngine` subclasses *...

FWIW, the same error occurs on Unity 6 Beta

It appears to be an issue with Torch 1.13.1 due to its dependency on CUDA 11.7. According to the [PyTorch bug thread](https://github.com/pytorch/pytorch/issues/88038), this error does not occur when running later...

@WolfieXIII : That mirrors what I found, too. 😞 Re: trying to just upgrade Torch - alas, it appears OpenVoice has a dependency on `wavmark`, which doesn't seem to have...

Confirmed! Here's some simpler instructions to tide everyone over until wavmark officially updates their package: 1. Install OpenVoice, as per the `README.md` instructions 2. `pip install -U torch torchvision torchaudio...

I also whipped up a standalone Python script that does this. Feel free to adapt / integrate. https://github.com/xaroth8088/video2video

Thank you! That makes sense, and your pseudocode is very similar to the workaround I put in place, so I think I'm good on that front now. I do have...

Also FireFox, meaning that the bug may not be browser-specific.

Link to ELLA, for ease of clicking: https://ella-diffusion.github.io/

This sounds like a dupe of https://github.com/Cysharp/MemoryPack/issues/275.