takuoko commited on
Commit
a12c595
1 Parent(s): 06ba8d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Introduction
6
+
7
+ This is the example model of [this PR](https://github.com/okotaku/diffengine/pull/27).
8
+ The training is based on [DiffEngine](https://github.com/okotaku/diffengine), the open-source toolbox for training state-of-the-art Diffusion Models with diffusers and mmengine.
9
+
10
+ # Dataset
11
+
12
+ I used [diffusers/dog-example](https://huggingface.co/datasets/diffusers/dog-example).
13
+
14
+ # Example result
15
+
16
+ prompt = 'A photo of sks dog in a bucket'
17
+
18
+ ![image](image0_step_999.png)
19
+ ![image2](image1_step_999.png)
20
+ ![image3](image2_step_999.png)
21
+ ![image4](image3_step_999.png)