-
I know that dreambooth installs in ~/stable-diffusion-ui/extensions/ Anyone know where these dependencies are installed? I am running Debian Buster. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The only dependencies being installed should be those by pip (which normally install into Thoughts:
|
Beta Was this translation helpful? Give feedback.
The only dependencies being installed should be those by pip (which normally install into
./venv
) and some additional models that are downloaded into~/.cache
. So what you are describing should not happen and is probably related to something with your environment.Thoughts:
/root
, which is not in/home
unless you do ... things).webui[-user].bat
? A path you set might be wrong (although other things should not be writeable outside/home
as a regular user, with a few notable exceptions)