Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated: %APPDATA% already goes to \Roaming by default. #283

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Bundled Resources: `%APPDATA%\Local\Programs\comfyui-electron`

![screenshot of resources directory](https://github.com/user-attachments/assets/0e1d4a9a-7b7e-4536-ad4b-9e6123873706)

User files are stored here: `%APPDATA%\Roaming\ComfyUI`
User files are stored here: `%APPDATA%\ComfyUI`

Automatic Updates: `%APPDATA%\Local\comfyui-electron-updater`

Expand All @@ -52,7 +52,7 @@ ComfyUI will also write files to disk as you use it. You will also be asked to s

An `extra_model_config.yaml` is created to tell ComfyUI where to look for these files. You can edit this file to do things like add additional model files to the search path.

On Windows: `%APPDATA%\Roaming\ComfyUI\extra_model_config.yaml`
On Windows: `%APPDATA%\ComfyUI\extra_model_config.yaml`

On macOS: `~/Library/Application Support/ComfyUI/extra_model_config.yaml`

Expand All @@ -65,7 +65,7 @@ We use electron-log to log everything. Electron main process logs are in `main.l
```
on Linux: ~/.config/{app name}/logs
on macOS: ~/Library/Logs/{app name}
on Windows: %AppData%\Roaming\{app name}\logs
on Windows: %AppData%\{app name}\logs
```

# Development
Expand Down