Yuki Shindo

Results 8 comments of 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...

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...