Update README.md
Browse files
README.md
CHANGED
@@ -17,13 +17,21 @@ Have you ever seen aurora with your own eyes? Check the above picture I got in A
|
|
17 |
|
18 |
However, aurora is so rare that we can hardly see it even in the very north places like Alaska.
|
19 |
|
20 |
-
Don't worry. Now we have generative models!!! Here are the pictures generated by this model
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
|
23 |
|
24 |
# Model Details
|
25 |
|
26 |
-
This model
|
|
|
|
|
27 |
|
28 |
The training method is modified from this [example](https://colab.sandbox.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb).
|
29 |
|
|
|
17 |
|
18 |
However, aurora is so rare that we can hardly see it even in the very north places like Alaska.
|
19 |
|
20 |
+
Don't worry. Now we have generative models!!! Here are the pictures generated by this model:
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
| ![sample1](https://huggingface.co/li-yan/diffusion-aurora-256/resolve/main/doc/sample_1.png) | ![sample1](https://huggingface.co/li-yan/diffusion-aurora-256/resolve/main/doc/sample_2.png) | ![sample1](https://huggingface.co/li-yan/diffusion-aurora-256/resolve/main/doc/sample_3.png) | ![sample1](https://huggingface.co/li-yan/diffusion-aurora-256/resolve/main/doc/sample_4.png) |
|
25 |
+
|--|--|--|--|
|
26 |
+
| ![sample1](https://huggingface.co/li-yan/diffusion-aurora-256/resolve/main/doc/sample_5.png) | ![sample1](https://huggingface.co/li-yan/diffusion-aurora-256/resolve/main/doc/sample_6.png) | ![sample1](https://huggingface.co/li-yan/diffusion-aurora-256/resolve/main/doc/sample_7.png) | ![sample1](https://huggingface.co/li-yan/diffusion-aurora-256/resolve/main/doc/sample_8.png) |
|
27 |
|
28 |
|
29 |
|
30 |
# Model Details
|
31 |
|
32 |
+
This model generate 256 * 256 pixel pictures of aurora.
|
33 |
+
|
34 |
+
It is trained from dataset [huggan/few-shot-aurora](https://huggingface.co/datasets/huggan/few-shot-aurora).
|
35 |
|
36 |
The training method is modified from this [example](https://colab.sandbox.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb).
|
37 |
|