Billy Cao
Billy Cao
I can work on it in early dec, if you wish. Probably will implement it in Python instead for ease of integration into the existing code for APIs
Have you or anyone else tested it to reproduce results on novelAI and the webui, especially the bracket part? I don't have a paid novelAI subscription so I cannot test...
Just dropping this here for future reference when I start working on this: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3982
How do we handle unclosed brackets? For example `{{hello}` ~~Currently I am planning to make it become {(hello:1.05) so it just treats all unclosed brackets as a literal string.~~ But...
Another issue is that the results are not deterministic at all, while on HF Spaces its always deterministic
I did, and also tried a various of num beams from disabling to 10. None gave an even close result
its tracked here https://github.com/flashinfer-ai/flashinfer/issues/19 but so far no movements in codebase i think
Thanks for the update, looking forward to sm70.
Currently, the offset for the current time and song array itself can be reliably found, but the song array uses a list of pointer offsets (4-7 of them) and each...
其实本项目的灵感来源https://github.com/Kxnrl/NetEase-Cloud-Music-DiscordRPC 也已经支持了,但是我没有C++方面的经验,而且他们的方法和我这边2.0的也不太一样,还需要研究