Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-nd-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-nd-4.0
|
3 |
+
datasets:
|
4 |
+
- TTam115/UIT_SD_LoRA
|
5 |
+
base_model:
|
6 |
+
- OnomaAIResearch/Illustrious-xl-early-release-v0
|
7 |
+
---
|
8 |
+
---
|
9 |
+
license: cc-by-nc-nd-4.0
|
10 |
+
---
|
11 |
+
|
12 |
+
# Repo này là sản phẩm demo cho ứng dụng của LoRA (Low-Rank Adapter) vào Stable Diffusion. Gồm thư mục _output_ gồm 5 epochs LoRA.
|
13 |
+
|
14 |
+
# Mục tiêu:
|
15 |
+
|
16 |
+
- Chứng minh LoRA đã làm thay đổi weight của model gốc, từ đó giải thích thêm về ứng dụng của LoRA
|
17 |
+
|
18 |
+
# Kết quả đạt được:
|
19 |
+
|
20 |
+
- Fine-tune thành công LoRA về styles của họa sĩ WLOP với 309 hình. Dataset có thể tìm kiếm [tại đây](https://huggingface.co/datasets/TTam115/UIT_SD_LoRA)
|
21 |
+
|
22 |
+
# Thông tin và thông số fine-tune parameter:
|
23 |
+
|
24 |
+
```
|
25 |
+
Base-model: [Illustrious-XL-v0.1](https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0)
|
26 |
+
Activation Tag(s): WLOP
|
27 |
+
Repeats:1
|
28 |
+
Epochs:10
|
29 |
+
Unet_LR:1e-4
|
30 |
+
Text_encoder_LR:5e-5
|
31 |
+
lr_scheduler:consine_with_restart
|
32 |
+
lr_scheduler_number:3
|
33 |
+
lr_warmup_ratio:5%(0.05)
|
34 |
+
net_dim:16
|
35 |
+
net_alpha:8
|
36 |
+
```
|
37 |
+
|
38 |
+
- Thông tin thêm vui lòng coi trong Github
|
39 |
+
|
40 |
+
<img src="https://huggingface.co/TTam115/Styles_LoRA_for_Learning_Purpose/resolve/main/Chart/AVG%20loss.png" alt="AVG LOSS" style="max-width:600px" />
|
41 |
+
|
42 |
+
<img src="https://huggingface.co/TTam115/Styles_LoRA_for_Learning_Purpose/resolve/main/Chart/Epochs%20loss.png" alt="AVG LOSS" style="max-width:600px"/>
|