Hacker News new | ask | show | jobs
by prophesi 469 days ago
The best I've found is using asdf and venv for each of these python ML projects. Install the python version they assume, create and source a virtual env, install their dependencies, then activate the venv's when you boot up a terminal to run them again.

That still doesn't solve the other half of the issues that Python has with dependency management, but this method at least keeps me sane about it.

edit: and also not sure how I'd even start incorporating this into Invoke/Comfy... I've been using the latter but I'm not that comfy with it.