Update README.md (#2)
Browse files- Update README.md (6bd3a2d6340815e071fb84cbe998932383eb4f64)
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
license: creativeml-openrail-m
|
5 |
-
thumbnail: "https://huggingface.co/Guizmus/
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- text-to-image
|
@@ -15,7 +15,7 @@ inference: false
|
|
15 |
|
16 |
# AnimeChan Style
|
17 |
<p>
|
18 |
-
<img alt="Showcase" src="https://huggingface.co/Guizmus/
|
19 |
This model was based on <a href="https://huggingface.co/naclbit/trinart_stable_diffusion_v2">Trinart</a> model.<br/>
|
20 |
The dataset was a collaborative effort of the Stable Diffusion #anime channel, made of pictures from the users themselves using their different techniques.<br/>
|
21 |
100 total pictures in the dataset, 300 repeats total each, over 6 Epoch on LR1e-6.<br/>
|
@@ -26,38 +26,18 @@ inference: false
|
|
26 |
To access this model, you can download the CKPT file below, or use the <a href="https://huggingface.co/Guizmus/AnimeChanStyle/tree/main">diffusers</a>
|
27 |
</p>
|
28 |
|
29 |
-
[current v2 download link](https://huggingface.co/Guizmus/
|
30 |
|
31 |
[dataset for the second version](https://huggingface.co/datasets/Guizmus/AnimeChanStyle)
|
32 |
|
33 |
## First version
|
34 |
|
35 |
-
![first version showcase](https://huggingface.co/Guizmus/
|
36 |
|
37 |
-
[first version download link](https://huggingface.co/Guizmus/
|
38 |
|
39 |
-
[dataset for the first version](https://huggingface.co/Guizmus/
|
40 |
|
41 |
-
## 🧨 Diffusers
|
42 |
-
|
43 |
-
This model can be used just like any other Stable Diffusion model. For more information,
|
44 |
-
please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
|
45 |
-
|
46 |
-
You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/optimization/onnx), [MPS](https://huggingface.co/docs/diffusers/optimization/mps) and/or [FLAX/JAX]().
|
47 |
-
|
48 |
-
```python
|
49 |
-
from diffusers import StableDiffusionPipeline
|
50 |
-
import torch
|
51 |
-
|
52 |
-
model_id = "Guizmus/AnimeChanStyle"
|
53 |
-
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
54 |
-
pipe = pipe.to("cuda")
|
55 |
-
|
56 |
-
prompt = "A beautiful slime girl, AnimeChan Style"
|
57 |
-
image = pipe(prompt).images[0]
|
58 |
-
|
59 |
-
image.save("./AnimeChanStyle.png")
|
60 |
-
```
|
61 |
|
62 |
## License
|
63 |
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: creativeml-openrail-m
|
5 |
+
thumbnail: "https://huggingface.co/Guizmus/SD_DreamerCommunities_Collection/resolve/main/showcase_AnimeChan.jpg"
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- text-to-image
|
|
|
15 |
|
16 |
# AnimeChan Style
|
17 |
<p>
|
18 |
+
<img alt="Showcase" src="https://huggingface.co/Guizmus/SD_DreamerCommunities_Collection/resolve/main/showcase_AnimeChan.jpg"/><br/>
|
19 |
This model was based on <a href="https://huggingface.co/naclbit/trinart_stable_diffusion_v2">Trinart</a> model.<br/>
|
20 |
The dataset was a collaborative effort of the Stable Diffusion #anime channel, made of pictures from the users themselves using their different techniques.<br/>
|
21 |
100 total pictures in the dataset, 300 repeats total each, over 6 Epoch on LR1e-6.<br/>
|
|
|
26 |
To access this model, you can download the CKPT file below, or use the <a href="https://huggingface.co/Guizmus/AnimeChanStyle/tree/main">diffusers</a>
|
27 |
</p>
|
28 |
|
29 |
+
[current v2 download link](https://huggingface.co/Guizmus/SD_DreamerCommunities_Collection/resolve/main/AnimeChanStyle-v2.ckpt)
|
30 |
|
31 |
[dataset for the second version](https://huggingface.co/datasets/Guizmus/AnimeChanStyle)
|
32 |
|
33 |
## First version
|
34 |
|
35 |
+
![first version showcase](https://huggingface.co/Guizmus/SD_DreamerCommunities_Collection/resolve/main/showcase.jpg)
|
36 |
|
37 |
+
[first version download link](https://huggingface.co/Guizmus/SD_DreamerCommunities_Collection/resolve/main/AnimeChanStyle_v1.ckpt)
|
38 |
|
39 |
+
[dataset for the first version](https://huggingface.co/Guizmus/SD_DreamerCommunities_Collection/resolve/main/AnimeChan%20Style.zip)
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
## License
|
43 |
|