Skip to content

Commit

Permalink
Add information about update mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nourepide committed Nov 26, 2023
1 parent b5f58d1 commit 6bc5905
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Writerside/topics/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ In this section, you can **configure the auto-update feature** of Allor or even
| notify_if_no_new_updates | Boolean | True | Notify you when there are no new updates. |
| auto_update | Boolean | True | Automatically update itself if update available. |
| branch_name | String | main | Specifies the branch that Allor should pull updates from. |
| update_mode | String | soft | Determines how indifferent the update will be to inconsistencies. Available - Soft, Hard. |

## Fonts

Expand Down
9 changes: 9 additions & 0 deletions Writerside/topics/Updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ This section provides comprehensive instructions on how to **update Allor**, whe
If you wish to **modify this behavior** or **disable auto-update**, please refer to the <a href="Configuration.md">
configuration</a> page.

### Troubleshooting

If you have problems with auto-update, you can switch it to **hard mode** in configuration.

This will **ensure** that the repository is updated to the latest version at the cost of a **factory reset**.
This will remove any changes you may have made to the Allor code.

This **does NOT** affect ComfyUI, other plugins, last update timestamp and the Allor configuration file.

## Manual updating with Git

> You need to have Git installed.
Expand Down

0 comments on commit 6bc5905

Please sign in to comment.