demibit / stable-toolkit

fully local image viewer alternative for stable diffusion
GNU General Public License v3.0
55 stars 4 forks source link

Suggestion: update guide #8

Closed trihardseven closed 2 years ago

trihardseven commented 2 years ago

A how to update guide.

demibit commented 2 years ago

Next release will make this project open source, and include a batch file that will update your files with git, and compile the source code, which in turn should update the batch files that'll be run. All automatically, hopefully...

For now:

  1. Download the official git bash release
  2. In the folder you want the toolkit to be in right click -> git bash here
  3. Type "git clone https://github.com/demibit/stable-toolkit.git" and press enter. This will download the repo
  4. To update you simply
    • Go into the stable-toolkit folder
    • Right click
    • Open git bash here
    • Type "git pull origin main"
    • Press enter
    • It will tell you if you are up to date, or update your files

Let me know if this helped!

trihardseven commented 2 years ago

Thanks. I have a question though, how do I change the order of the images shown by default? They tend to be all mixed up instead of being ordered chronologically.

demibit commented 2 years ago

No way as of right now, will be doable in the next release

demibit commented 2 years ago

Closing as update and installation have been simplified