Trim the verbose comments added by the fixes
This commit is contained in:
parent
3bb3734879
commit
756c715721
17 changed files with 75 additions and 170 deletions
|
|
@ -380,9 +380,8 @@ function Uninstall-UnslothStudio {
|
|||
continue
|
||||
}
|
||||
_RemovePath $r
|
||||
# The native diffusion sibling (<custom root>.parent\stable-diffusion.cpp) is
|
||||
# intentionally NOT removed: sd.cpp writes no owner marker and sits in the user's
|
||||
# own parent dir, so auto-deleting it could destroy a user-managed clone.
|
||||
# The native diffusion sibling (<custom root>.parent\stable-diffusion.cpp) is left
|
||||
# in place: sd.cpp writes no owner marker, so auto-deleting it could destroy a clone.
|
||||
}
|
||||
# Default install dir (always at %USERPROFILE%\.unsloth\studio when present).
|
||||
if ($defaultStudioHome) { _RemovePath $defaultStudioHome }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue