Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,22 @@ tags:
|
|
4 |
- text-to-image
|
5 |
- stable-diffusion
|
6 |
---
|
7 |
-
|
8 |
|
|
|
9 |
|
10 |
-
Test the concept via A1111 Colab [fast-Colab-A1111](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb)
|
11 |
|
12 |
-
Sample pictures of this concept:
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- text-to-image
|
5 |
- stable-diffusion
|
6 |
---
|
7 |
+
# BioDiffusion Model 👾
|
8 |
|
9 |
+
exploring the intersection of art and biology by fine-tuning diffusion models on datasets like david goodsell's work to generate sci-art that is unique but also really fascinating.
|
10 |
|
|
|
11 |
|
|
|
12 |
|
13 |
+
Sample pictures of this concept:
|
14 |
+
<p display="flex>
|
15 |
+
<img src="https://pbs.twimg.com/media/FuGILypacAActvc?format=jpg&name=medium" width="150" />
|
16 |
+
<img src="https://pbs.twimg.com/media/FuGIMbkaQAAmBWv?format=jpg&name=medium" width="150" />
|
17 |
+
<img src="https://pbs.twimg.com/media/FuGINd_aYAAiwSR?format=jpg&name=medium" width="150" />
|
18 |
+
<img src="https://pbs.twimg.com/media/FuGIOBVaEAECF9l?format=jpg&name=medium" width="150" />
|
19 |
+
</p>
|
20 |
+
<p display="flex">
|
21 |
+
<img src="https://pbs.twimg.com/media/Ft2xLx3aQAAmX4a?format=jpg&name=medium" width="150" />
|
22 |
+
<img src="https://pbs.twimg.com/media/Ft2xNaFacAEsSuH?format=jpg&name=medium" width="150" />
|
23 |
+
<img src="https://pbs.twimg.com/media/Ft1hQj1aYAAM69F?format=png&name=small" width="150" />
|
24 |
+
<img src="https://pbs.twimg.com/media/Ft1hRUXaAAEKhmh?format=png&name=small" width="150" />
|
25 |
+
</p>
|