submit best ckpt
Browse files- .gitattributes +1 -0
- README.md +21 -0
- paddle_lora_weights.pdparams +3 -0
- validation_images/.ipynb_checkpoints/100-checkpoint.png +0 -0
- validation_images/.ipynb_checkpoints/200-checkpoint.png +0 -0
- validation_images/.ipynb_checkpoints/500-checkpoint.png +0 -0
- validation_images/200.png +0 -0
- validation_images/300.png +0 -0
- validation_images/400.png +0 -0
- validation_images/500.png +0 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
paddle_lora_weights.pdparams filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: runwayml/stable-diffusion-v1-5
|
5 |
+
instance_prompt: a photo of sks dog in a bucket
|
6 |
+
tags:
|
7 |
+
- stable-diffusion
|
8 |
+
- stable-diffusion-ppdiffusers
|
9 |
+
- text-to-image
|
10 |
+
- ppdiffusers
|
11 |
+
- lora
|
12 |
+
inference: false
|
13 |
+
---
|
14 |
+
|
15 |
+
# LoRA DreamBooth - junnyu/lora_sks_dogs_v1
|
16 |
+
本仓库的 LoRA 权重是基于 runwayml/stable-diffusion-v1-5 训练而来的,我们采用[DreamBooth](https://dreambooth.github.io/)的技术并使用 a photo of sks dog in a bucket 文本进行了训练。 下面是在训练过程中生成的一些图片。
|
17 |
+
![img_0](validation_images/500.png)
|
18 |
+
![img_0](validation_images/400.png)
|
19 |
+
![img_0](validation_images/300.png)
|
20 |
+
![img_0](validation_images/200.png)
|
21 |
+
|
paddle_lora_weights.pdparams
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a73de07419bd7995e53dd842dd0e18e2cba790483e7e440367f44f5ec9580da
|
3 |
+
size 3226069
|
validation_images/.ipynb_checkpoints/100-checkpoint.png
ADDED
validation_images/.ipynb_checkpoints/200-checkpoint.png
ADDED
validation_images/.ipynb_checkpoints/500-checkpoint.png
ADDED
validation_images/200.png
ADDED
validation_images/300.png
ADDED
validation_images/400.png
ADDED
validation_images/500.png
ADDED