Bernhard Frauendienst

Results 88 comments of Bernhard Frauendienst

It looks like this might be solved by installing `opencv-python-headless` (with pip) instead of the GUI version. Could you try this? I'm wondering whether and how/where comfyui manager installs dependencies,...

You can now mount a folder to /app/custom_venv and the image will copy its venv there and launch from there. This will make installed custom_node dependencies persist across restarts.

Yes. If you mount a folder to /app/custom_venv inside your container, the container image will copy all the python libraries with which it was compiled into that folder on startup,...

No, custom_nodes need to be mounted separately to /app/custom_nodes. The custom_venv is for dependencies that need to be installed for your custom nodes. This should best be done from within...

> Trying to use the workaround by unplugging next in a project using module and module resolution node 16 throws this error. @bryanjtc, this is unrelated to Yarn PnP. I've...

Not sure if that solves anything, but please be aware that bintray is obsolete: #45

It would be nice to be able to select the target system manually, not only through auto detection. One might want to provide a list of prebuilt packages, on a...

We're hitting the same issue. I assume this only happens with `markdown-report-on-step-summary: true` (we have a lot of warnings 😞)

An alternative to using the whole lineage would be to qualify the type name with the ancestor's finally chosen name. AFAICT, this would require to generate the ancestorAlternativName in the...

In order to fix the issue mentioned in #1319 (client-server topology with custom-class session entries), the solution must ensure that no session entries are deserialized on the server-side. Switching to...