Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Linaqruf authored Mar 25, 2023
1 parent 38e99df commit aa86419
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ Github Repository for [kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scrip

## Updates
#### 2023
##### v14.6.1 (25/03):
__What Changes?__
- Reformat `1.1. Install Dependencies` cell for all notebooks, added main()
- Downgrade xformers to `0.0.16` and triton to `2.0.0`, because `0.0.17` is now automatically installing `torch 2.0.0` which is incompatible for Colab Notebook, for now. At least no more installing `pre-release` package.
- Fix `libunwind8-dev` not found by installing latest version using `!apt install libunwind8-dev -qq
- Added condition if `T4` in `!nvidia-smi` output, then do a lowram patch by `sed -i "s@cpu@cuda@" library/model_util.py`
- Added function to `remove_bitsandbytes_message` by manually editing main.py, and then set `os.environ["BITSANDBYTES_NOWELCOME"] = "1"`
- `BITSANDBYTES_NOWELCOME` is unavailable in `bitsandbytes==0.35.0` and we don't have a plan to update bitsandbytes version
- Deactivate tensorflow print standard error, by `os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"`, credit: [TheLastBen/fast-stable-diffusion](https://github.com/TheLastBen/fast-stable-diffusion)
- Set `LD_LIBRARY_PATH` WITH `os.environ["LD_LIBRARY_PATH"] = "/usr/local/cuda/lib64/:$LD_LIBRARY_PATH"`

##### v14.6 (21/03):
__What Changes?__
- Reformat 4 main notebook with [black python formatter](https://github.com/psf/black).
Expand Down

0 comments on commit aa86419

Please sign in to comment.