Yuki Shindo
Yuki Shindo
@lucacasonato Thanks for your comment! I fixed the code.
I also encountered the same error. ```sh # My deno environment $ deno --version deno 1.23.0 (release, aarch64-apple-darwin) v8 10.4.132.5 typescript 4.7.2 ``` I debugged it and found that rewriting...
Wow, cool! I didn't know it could be expressed that way so I thought that was interesting. You are right, there is a possibility that f could be null. Thanks!
Thanks for the comment. Sounds good!
@hashrock Thanks for your comment! I have tried on a Windows machine and was able to reproduce this issue. I will try to investigate the cause.
@lucacasonato @hashrock I have fix the issue that was occurring with Windows on CI. The cause of the error was that when `Deno.remove` was performed, the `serverProcess` that had been...
[Bug]: TypeError: AsyncConnectionPool.__init__() got an unexpected keyword argument 'socket_options'
I was using Google Colab and Stable Diffusion web UI for another project and had the same problem here. Probably due to the Google Colab update being applied. I don't...
@hannibalbarx Hello! I have tackled this issue. https://github.com/comfyanonymous/ComfyUI/pull/2459 I've verified that the image generation works successfully when initiated through cloudflared. Feel free to review my pull request code if you're...
Sorry, this was a fix for [another branch](https://github.com/shinshin86/vid2densepose/tree/magic-animate-craft-with-colab), but I mistakenly pushed it to this branch. I've reverted and undone it, so don't worry about it. https://github.com/Flode-Labs/vid2densepose/pull/6/commits/3c545fc0db4bf1c782d94c4dddd57635bb10b5f9 https://github.com/Flode-Labs/vid2densepose/pull/6/commits/d1f832be401911368d732998da729b244ec2b418
@wolfkingal2000 Hi! You can download the file by giving the URL parameter as follows ``` https://civitai.com/api/download/models/xxxxx?token={civitai_api_key} ``` To get a Civitai API Key, you need to create a Civitai account.