junnyu commited on
Commit
d419335
1 Parent(s): d29b737

submit best ckpt

Browse files
.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
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/mytest
16
+ 本仓库的 LoRA 权重是基于 runwayml/stable-diffusion-v1-5 训练而来的,我们采用[DreamBooth](https://dreambooth.github.io/)的技术并使用 a photo of sks dog in a bucket 文本进行了训练。 下面是在训练过程中生成的一些图片。
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
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/450.png)
19
+ ![img_0](validation_images/400.png)
20
+ ![img_0](validation_images/350.png)
21
+
paddle_lora_weights.pdparams ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a078ddc03ed292beefbe0a2f054267741921421c9b9ebed70026636f0e1fcb08
3
+ size 3226069
validation_images/.ipynb_checkpoints/300-checkpoint.png ADDED
validation_images/.ipynb_checkpoints/500-checkpoint.png ADDED
validation_images/350.png ADDED
validation_images/400.png ADDED
validation_images/450.png ADDED
validation_images/500.png ADDED