Replies: 5 comments 6 replies
-
|
Conda uses less storage and probably has some other benefits. You can manually install it into a venv if you want to but it doesn't really have any advantages compared to the autoinstallers which already create the conda environment inside the folder. |
Beta Was this translation helpful? Give feedback.
-
|
I just use my SD venv to run Oobabooga. Is anyone else doing this? Figure it could save having a bunch more copies of dependencies installed as duplicates. Haven't managed to get the 4-bit 30B model to run yet but I don't think that's why. The smaller ones work fine. |
Beta Was this translation helpful? Give feedback.
-
|
i installed it using that exact principle on my windows machine without any conda or wsl like that. It keeps all clean and neat if i need to purge it or move it for some reason |
Beta Was this translation helpful? Give feedback.
-
|
I've been using a conda 'textgen' environment, and it seems to be working fine. Between Auto1111, Tortoise, this and Vits, if I mix anything up, the rest break. It's similar to whack a mole. I learned this the hard way, and I now have conda envs for each. Anyways.. |
Beta Was this translation helpful? Give feedback.
-
|
Why would you share a venv or a conda between these different installations? It violates the whole concept of keeping environments separate so all their convoluted dependencies can work. Are you that hard up for space? You may get away with it, or you may give yourself a major headache. One thing you can do is share models across installations. Just make a symlink of the model folder so you don't to make multiple copies of these enormous model files. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
wouldnt it keep all the packages contained in the root folder that way?
Beta Was this translation helpful? Give feedback.
All reactions