Skip to content

Commit

Permalink
Merge pull request #360 from kohya-ss/dev
Browse files Browse the repository at this point in the history
fix for merge_lora.py
  • Loading branch information
kohya-ss authored Apr 1, 2023
2 parents c93cbbc + 18d69d8 commit f037b09
Show file tree
Hide file tree
Showing 3 changed files with 1,189 additions and 1,184 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser

## Change History

- 1 Apr. 2023, 2023/4/1:
- Fix an issue that `merge_lora.py` does not work with the latest version.
- Fix an issue that `merge_lora.py` does not merge Conv2d3x3 weights.
- 最新のバージョンで`merge_lora.py` が動作しない不具合を修正しました。
- `merge_lora.py``no module found for LoRA weight: ...` と表示され Conv2d3x3 拡張の重みがマージされない不具合を修正しました。
- 31 Mar. 2023, 2023/3/31:
- Fix an issue that the VRAM usage temporarily increases when loading a model in `train_network.py`.
- Fix an issue that an error occurs when loading a `.safetensors` model in `train_network.py`. [#354](https://github.com/kohya-ss/sd-scripts/issues/354)
Expand Down
Loading

0 comments on commit f037b09

Please sign in to comment.