Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc0-1.0
|
3 |
+
inference: false
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- stable-diffusion
|
8 |
+
- text-to-image
|
9 |
+
---
|
10 |
+
|
11 |
+
# Stable Diffusion fine tuned on art by [Saidou Dicko](https://www.instagram.com/saidou_dicko/)
|
12 |
+
|
13 |
+
### Usage
|
14 |
+
Use by adding the keyword "saidoudicko" to the prompt. The model was trained with the "person" classname, which can also be added to the prompt.
|
15 |
+
|
16 |
+
## Samples
|
17 |
+
The top 4 samples are "pure" while others are mixed with other artists and modifiers. I hope it still gives you an idea of what kind of
|
18 |
+
styles can be created with this model.
|
19 |
+
|
20 |
+
<img src="https://huggingface.co/Froddan/saidoudicko/resolve/main/traiing_3900_1.png" width="256px"/>
|
21 |
+
<img src="https://huggingface.co/Froddan/saidoudicko/resolve/main/traiing_3900_2.png" width="256px"/>
|
22 |
+
<img src="https://huggingface.co/Froddan/saidoudicko/resolve/main/traiing_3900_3.png" width="256px"/>
|
23 |
+
<img src="https://huggingface.co/Froddan/saidoudicko/resolve/main/traiing_3900_4.png" width="256px"/>
|
24 |
+
<img src="https://huggingface.co/Froddan/saidoudicko/resolve/main/tmp0tfgjpq7.png" width="256px"/>
|
25 |
+
<img src="https://huggingface.co/Froddan/saidoudicko/resolve/main/tmp80yw_1nx.png" width="256px"/>
|
26 |
+
<img src="https://huggingface.co/Froddan/saidoudicko/resolve/main/tmp9vq0ckfk.png" width="256px"/>
|
27 |
+
<img src="https://huggingface.co/Froddan/saidoudicko/resolve/main/tmp_3zx3oaz.png" width="256px"/>
|
28 |
+
<img src="https://huggingface.co/Froddan/saidoudicko/resolve/main/tmpdhs9f8x3.png" width="256px"/>
|
29 |
+
<img src="https://huggingface.co/Froddan/saidoudicko/resolve/main/tmpkevcbee9.png" width="256px"/>
|
30 |
+
|
31 |
+
### 🧨 Diffusers
|
32 |
+
|
33 |
+
This model can be used just like any other Stable Diffusion model. For more information,
|
34 |
+
please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
|
35 |
+
|