Skip to content

(Linux) Installing Dreambooth fills up my root partition #948

Answered by Arilziem
izz-j asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  • Are you manually using pip without activating your venv? And maybe even as superuser? That would probably put stuff in /root, which is not in /home unless you do ... things).
  • Did you set any custom path options in 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)
  • Are you sure sure that your home is actually on …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@izz-j
Comment options

@Arilziem
Comment options

@izz-j
Comment options

Answer selected by izz-j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants