Bernhard Frauendienst
Bernhard Frauendienst
This is not about one package being problematic. This happens whenever there are multiple versions of one package in the module tree that are not (and especially cannot be) deduped....
If you think this is too specific for esbuild, I can luckily make it work with a plugin. However I believe that this is in fact mostly people actually want/expect...
> AFAIK there is no auto-detection for CPU and currently the `--cpu` option has to be set explicitly. You're right, if I try to start the `cpu` image, I get...
Alternatively, the documentation could mention that you have to run the `cpu` version with `--cpu` in `COMFYUI_EXTRA_ARGS`. That seems a bit silly, but is running ComfyUI on CPU only a...
The `cpu` image now passes the `--cpu` flag as arg. I've introduced a separate `COMFYUI_EXTRA_BUILD_ARGS` env that gets initialized from the `EXTRA_ARGS` build arg, which gets set to `--cpu` in...
For completeness' sake, I've added all image variants and the information about the EXTRA_ARGS=--cpu build arg to the README.
I've slightly modified the Dockerfile to install git and git-lfs, so that ComfyUI Manager works out of the box. I've updated the collapsed documentation in the original post.
Updates: I've update the requirements files to the latest versions (and created a [separate PR](https://github.com/comfyanonymous/ComfyUI/pull/1733) for it). I've changed the base image to 3.11-slim-bookworm to make sure that Python 3.11...
Update: I've removed the requirement-*.txt files because I also wanted to build a cu118 version, and since xformers is gone (for now), it just seems easier and more flexible not...
> Hey, I'm using your docker and sometime with custom node I get this error Thanks for reaching out. Can you tell me which custom node this is? I'll try...