YanWenKun / ComfyUI-Docker

🐳Dockerfile for 🎨ComfyUI. | 容器镜像与启动脚本
https://hub.docker.com/r/yanwk/comfyui-boot
Other
468 stars 87 forks source link

Support for Google Coral TPU #19

Closed ra4el closed 9 months ago

ra4el commented 9 months ago

Is it possible to add support for the Google Coral TPU?

YanWenKun commented 9 months ago

I don't have one so just guess:

  1. Pull an image that can run PyTorch on TPU https://github.com/pytorch/xla#docker
  2. Run a container and:
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI
conda install --yes --file requirements.txt
python main.py --listen --port 8188