Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Jun 23, 2023
1 parent fc66bc2 commit 8ece636
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@ This will store a backup file with your current locally installed pip packages a

## Change History

* 2023/06/23 (v21.7.11)
- This is a significant update to how setup work across different platform. It might be causing issues... especially for linux env like runpod. If you encounter problems please report them in the issues so I can try to address them. You can revert to the previous release with `git checkout v21.7.10`

The setup solution is now much more modulat and will simplify requirements support across different environments... hoping this will make it easier to run on different OS.
* 2023/06/19 (v21.7.10)
- Quick fix for linux GUI startup where it would try to install darwin requirements on top of linux. Ugly fix but work. Hopefulle some linux user will improve via a PR.

Check warning on line 363 in README.md

View workflow job for this annotation

GitHub Actions / build

"Hopefulle" should be "Hopefully".

Check warning on line 363 in README.md

View workflow job for this annotation

GitHub Actions / build

"Hopefulle" should be "Hopefully".
* 2023/06/18 (v21.7.9)
Expand Down
2 changes: 1 addition & 1 deletion gui.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ python.exe .\setup\validate_requirements.py

:: If the exit code is 0, run the kohya_gui.py script with the command-line arguments
if %errorlevel% equ 0 (
python.exe kohya_gui.py %*
cmd /k python.exe kohya_gui.py %*
)
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python .\setup\check_local_modules.py

call .\venv\Scripts\activate.bat

python .\setup\setup_windows.py
cmd /k python .\setup\setup_windows.py

:: Deactivate the virtual environment
call .\venv\Scripts\deactivate.bat

0 comments on commit 8ece636

Please sign in to comment.