tinklern

Results 3 comments of tinklern

@MathieuBordere I really appreciate you posting the above steps - they're the first thing that actually brought some insight into this. I've been fighting attempting to add nodes to a...

I hit this today on v23.9.1 Adding `DISABLE_DEV_CHAR_SYMLINK_CREATION` resolved it in my case. That said - the release notes say this should have been fixed in 23.6.1: https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/23.9.1/release-notes.html#id8 And I...

This commit: https://github.com/invoke-ai/InvokeAI/commit/5bf9891553eb423c0d39539bc66c2ad551f37323 appears to have introduced code that is not compatible with Python 3.9 (It uses the | symbol which was introduced in 3.10) The default dockerfile is still...