MizuKuma
MizuKuma
https://github.com/MooreThreads/Moore-AnimateAnyone/blob/6d0c2da80aa886600ee02f8d28515fc48c53f973/tools/download_weights.py#L106 You guys forgot to call `prepare_vae()` in main function
When initializing the "danmuplayer" function , the correct function name should be "**DanmuPlayer**" rather than "**danmuplayer**". Reading your docs sometimes is really misleading, I hope you can rectify this little...
I have a simple header file only includes c++ stl headers. When I try to generate bindings for it, it throws ```bash ClangSharpPInvokeGenerator -x c++ -std c++20 -f test.h -I...
# Bug report ## Describe the bug InitializeAsync never returns when set `AutoConnectRealtime = true` ## To Reproduce ```csharp Supabase.Client? cli; Task.Run(async () => { var options = new Supabase.SupabaseOptions...