YAN Wenkun

Results 79 comments of YAN Wenkun

BTW I made a [big package](https://github.com/YanWenKun/ComfyUI-Windows-Portable) and tried some different approach on packaging. But I guess it would be cumbersome and disruptive to contribute to upstream. So just FYI

I guess many of you are having trouble installing `requirements_post.txt`. Try my all-in-one package: (For Windows) https://github.com/YanWenKun/ComfyUI-Windows-Portable (For Linux) https://github.com/YanWenKun/ComfyUI-Docker

> [YanWenKun](https://github.com/YanWenKun) Thanks! It works for CRM for 2 first stages and then i have error: > > ImportError: DLL load failed while importing nvdiffrast_plugin: the specified module cannot be...

@UnicornJoe42 What's the detail of the subcommand? The log may be very long so recommend wrap it with triple backticks: ```log the long long logs ```

@UnicornJoe42 I didn't find any clue in the log... Maybe try other workflows? Like TripoSR, which requires fewer dependencies, and is more likely to work.

I just prebuilt the [wheels](https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels) and integrated in Docker [image](https://github.com/YanWenKun/ComfyUI-Docker), hope that could save you some time!

这是对存储目录没有写权限,能问下你用的是什么环境吗?是WSL2还是Linux?

试试这个吧: ```sh docker rm comfyui mkdir -p storage # 强制文件权限 sudo chown -R 1000:1000 storage # root权限运行 docker run -it \ --name comfyui \ --gpus all \ -p 8188:8188 \...

@openkava CoreOS 下可以试试这个版本: [`megapak`](https://github.com/YanWenKun/ComfyUI-Docker/blob/main/megapak/README.zh.adoc) 更适合 rootless 部署。 (但是这个镜像在 Windows + WSL2 下会有另外的目录权限问题,所以我在 `latest` 镜像里还是用了传统的配置方式)

@rethink-studios I guess something went wrong with PIP's Ninja, so I updated the package and replaced `ninja.exe` with its official one (sounds weird, but I tested it and it works)....