Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,9 @@ tags:
|
|
6 |
|
7 |
[ACertainty](https://huggingface.co/JosephusCheung/ACertainty)を[Latent Consistency Model](https://latent-consistency-models.github.io/)の手法で蒸留して4~8ステップほどで生成できるようにしました。性能はまだまだという感じです。
|
8 |
|
|
|
|
|
|
|
9 |
```py
|
10 |
from diffusers import DiffusionPipeline
|
11 |
import torch
|
|
|
6 |
|
7 |
[ACertainty](https://huggingface.co/JosephusCheung/ACertainty)を[Latent Consistency Model](https://latent-consistency-models.github.io/)の手法で蒸留して4~8ステップほどで生成できるようにしました。性能はまだまだという感じです。
|
8 |
|
9 |
+
# 学習
|
10 |
+
rank=128,(conv rank=32)のLoRAをバッチサイズ16で学習率5e-4で20000ステップ学習しました。guidance_scaleは7.0固定で、学習対象になっていないのでguidance_scaleを変えても効果ありません。emaのrateは0.999です。学習中に無条件生成ではなくnegative_promptを使っています。
|
11 |
+
|
12 |
```py
|
13 |
from diffusers import DiffusionPipeline
|
14 |
import torch
|