diff --git a/README-ja.md b/README-ja.md index 4391b1db..95327b36 100644 --- a/README-ja.md +++ b/README-ja.md @@ -114,9 +114,13 @@ pip install --upgrade -r コマンドが成功すれば新しいバージョンが使用できます。 +## 謝意 + +LoRAの実装は[cloneofsimo氏のリポジトリ](https://github.com/cloneofsimo/lora)を基にしたものです。感謝申し上げます。 + ## ライセンス -スクリプトのライセンスはASL 2.0ですが、一部他のライセンスのコードを含みます。 +スクリプトのライセンスはASL 2.0ですが(Diffusersおよびcloneofsimo氏のリポジトリ由来のものも同様)、一部他のライセンスのコードを含みます。 [Memory Efficient Attention Pytorch](https://github.com/lucidrains/memory-efficient-attention-pytorch): MIT diff --git a/README.md b/README.md index a7829591..2495a129 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,13 @@ pip install --upgrade -r requirements.txt Once the commands have completed successfully you should be ready to use the new version. +## Credits + +The implementation for LoRA is based on [cloneofsimo's repo](https://github.com/cloneofsimo/lora). Thank you for great work!!! + ## License -The majority of scripts is licensed under ASL 2.0 (including codes from Diffusers), however portions of the project are available under separate license terms: +The majority of scripts is licensed under ASL 2.0 (including codes from Diffusers, cloneofsimo's), however portions of the project are available under separate license terms: [Memory Efficient Attention Pytorch](https://github.com/lucidrains/memory-efficient-attention-pytorch): MIT