this post was submitted on 15 Jun 2023
6 points (100.0% liked)
Stable Diffusion
4439 readers
3 users here now
Discuss matters related to our favourite AI Art generation technology
Also see
Other communities
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
SD.Next is doing the weirdest things from time to time. The startup script performs various
git pull
operations on every start so it autoupdates parts of itself, causing itself to break sometimes. Depending on your installed plugins it might execute code from the web. It does not upgrade itself automatically though.I recommend deactivating all autoupdate features and/or snapshotting your installation. (For example with an LVM thin volume mounted to its installation directory and snapshotting it before each start, this will also snapshot the python venv stuff).
The oddest thing is, it wouldn't even get to the auto-update functions. Those are logged in the console, it was hanging on the very first logged line instead. The first time it happened, I thought it was some runaway recursion issue so I removed my symlinked folders, but neither that nor rebuilding venv fixed it.
Just curious if someone else has experienced it as well. I'm being more mindful of its autoupdate features now. I hope vlad implements a branching scheme soon before things get too out of hand.