Uninstall 卸载
This page explains what to check before uninstalling SXSEditor and how to reclaim disk space occupied by downloaded models and user data. The default uninstaller only removes the application itself — downloaded models and user settings are left on disk and must be cleaned up manually if you no longer need them.
本页说明卸载 SXSEditor 前需要检查的内容,以及如何清理已下载模型和用户数据以释放磁盘空间。默认卸载程序只会移除应用本身——已下载的模型和用户设置会保留在磁盘上,如不再需要必须手动清理。
Read this before uninstalling. ONNX model files can total several GB. If you customized the model download directory, the uninstaller will not touch it — note the location first, otherwise it will be left behind and hard to find later.
卸载前请先阅读本节。 ONNX 模型文件总计可达数 GB。如果你曾自定义模型下载目录,卸载程序不会触碰该目录——请先记录其位置,否则将残留在系统中难以查找。
Step 1: Check your model download location 第 1 步:检查模型下载位置
Before uninstalling, open SXSEditor and confirm where models are stored on your system:
卸载前,请打开 SXSEditor 并确认模型在你系统中的存储位置:
- Open Settings > Model and click Open Model Download (or open the Model Download window from the menu).打开 设置 > 模型,点击 Open Model Download(或从菜单打开模型下载窗口)。
- The Download directory line shows the current model directory. Write it down or copy it.下载目录 一行显示当前模型目录。请记下或复制该路径。
- If you previously clicked Change to redirect downloads to a custom folder, that folder is the one you must clean up — not the default location below.如果你曾点击 Change 将下载重定向到自定义文件夹,那么需要清理的就是该文件夹——而非下方的默认位置。
Step 2: Identify the default model location 第 2 步:确认默认模型位置
If you never changed the download directory, models live in one of the following locations depending on how the app was installed:
如果你从未更改过下载目录,模型会位于以下位置之一(取决于应用的安装方式):
| Type类型 | Path路径 | Removed by uninstaller?卸载程序会清理? |
|---|---|---|
| Bundled models (full installer)内置模型(完整安装包) | <install_dir>\resources\app.asar.unpacked\onnx_models\ |
Yes是 |
| Downloaded models (default)下载的模型(默认) | %APPDATA%\sxseditor\onnx_models\ |
No — must delete manually否——需手动删除 |
| Custom directory自定义目录 | The folder you selected via Change你通过 Change 选择的文件夹 | No — must delete manually否——需手动删除 |
On a typical Windows install, %APPDATA% expands to C:\Users\<your-username>\AppData\Roaming. You can paste %APPDATA%\sxseditor\onnx_models directly into the File Explorer address bar to jump there.
在典型的 Windows 安装中,%APPDATA% 展开为 C:\Users\<你的用户名>\AppData\Roaming。你可以将 %APPDATA%\sxseditor\onnx_models 直接粘贴到文件资源管理器地址栏以快速跳转。
Downloaded models include subdirectories per precision: fp16/, int8/, int8/optimized_npu/, and a JP/ subfolder for Japanese models. Each precision is independent, so you can delete one without affecting others.
下载的模型按精度存放于子目录:fp16/、int8/、int8/optimized_npu/,以及用于日语模型的 JP/ 子目录。每种精度相互独立,可单独删除而不影响其他精度。
Step 3: Delete models to free space 第 3 步:删除模型释放空间
If you no longer need the models, delete the entire model directory identified in Step 1 or Step 2:
如果不再需要模型,请删除第 1 步或第 2 步中确认的整个模型目录:
- Default location: delete the
%APPDATA%\sxseditor\onnx_models\folder.默认位置:删除%APPDATA%\sxseditor\onnx_models\文件夹。 - Custom location: delete the folder you selected via Change.自定义位置:删除你通过 Change 选择的文件夹。
- Partial cleanup: to keep settings but remove only models, delete just the
onnx_modelssubfolder and leave the rest of%APPDATA%\sxseditor\intact.部分清理:若想保留设置但只删除模型,仅删除onnx_models子文件夹,保留%APPDATA%\sxseditor\下的其余内容。
Reinstalling later? Leave the onnx_models folder in place — SXSEditor will detect the existing files and skip re-downloading them.
以后还会重装?保留 onnx_models 文件夹即可——SXSEditor 会检测已有文件并跳过重复下载。
Step 4: Remove leftover user data (optional) 第 4 步:清理残留用户数据(可选)
After uninstalling the app, the following user data remains in %APPDATA%\sxseditor\. Delete this folder if you want a fully clean removal:
卸载应用后,以下用户数据仍会保留在 %APPDATA%\sxseditor\ 中。如需彻底清理,请删除该文件夹:
| File / Folder文件 / 文件夹 | Purpose用途 |
|---|---|
settings.json | App settings (audio, inference, theme, etc.)应用设置(音频、推理、主题等) |
sxseditor-locale.json | Language preference语言偏好 |
themes\ | User-created or imported themes用户创建或导入的主题 |
onnx_models\ | Downloaded models (see Step 3)下载的模型(见第 3 步) |
Leftover installer files in %TEMP%\sxseditor-update\ are pruned automatically 7 days after they were downloaded, so no manual cleanup is required there.
%TEMP%\sxseditor-update\ 中的残留安装包会在下载 7 天后自动清理,无需手动处理。
Step 5: Run the uninstaller 第 5 步:运行卸载程序
After backing up or deleting the data above, run the uninstaller:
在备份或删除上述数据后,运行卸载程序:
- Open Settings > Apps > Installed apps (Windows 11) or Control Panel > Programs and Features (Windows 10).打开 设置 > 应用 > 已安装的应用(Windows 11)或 控制面板 > 程序和功能(Windows 10)。
- Find SXSEditor and click Uninstall.找到 SXSEditor,点击 卸载。
- Follow the InnoSetup wizard to complete removal.按 InnoSetup 向导提示完成卸载。
The uninstaller removes the application files (including bundled models in app.asar.unpacked\onnx_models\) but does not delete %APPDATA%\sxseditor\. That folder must be removed manually as described in Steps 3 and 4.
卸载程序会移除应用文件(包括 app.asar.unpacked\onnx_models\ 中的内置模型),但不会删除 %APPDATA%\sxseditor\。该文件夹需按第 3、4 步说明手动删除。