-
https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.
XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG
- Joined on
2022-10-10
I restored the random voice option, as that got forgotten from adding in a web UI in commit 37d25573accf2dce213cc5ec72c05c4afa02f2b5. It would've been nice when I was testing the colab notebook…
I tried implementing it a while back (as evident with the commented out samplers here, and adding k-diffusion as a…
Right, I forgot a simple cuda=get_device_name() == "cuda".
Added in commit 5e843fe29d886afc8371fa1c343fe70f7bf02cc3.
1f3c1b5f4a); guess I should find out why it's crashing DirectML backend
Should be fixed in commit a84aaa4f96ac131968b41afda5508e6636f9a03b.
I suppose that would be why some settings seemed to corrupt, and why Listen got set to False for me earlier but I didn't…
Should be fixed in 2210b49cb6df4a2a919f1773d20ab309d486cb0e. I suppose the issue was that I never actually re-tested computing the latents outside of the CPU, as the DirectML forces it to be done…