ZeroCool94
commited on
Commit
·
75d30a7
1
Parent(s):
73d2c74
Update README.md
Browse files
README.md
CHANGED
@@ -2,32 +2,53 @@
|
|
2 |
license: openrail++
|
3 |
language:
|
4 |
- en
|
|
|
|
|
5 |
tags:
|
6 |
- stable-diffusion
|
7 |
- sygil-diffusion
|
8 |
- text-to-image
|
9 |
- sygil-devs
|
10 |
- finetune
|
|
|
11 |
inference: false
|
12 |
-
pipeline_tag:
|
13 |
---
|
14 |
|
15 |
# About the model
|
16 |
-----------------
|
17 |
-
|
18 |
-
**The file with the highest number is the newest version**\
|
19 |
-
\
|
20 |
This model is a Stable Diffusion v1.5 fine-tune trained on the [Imaginary Network Expanded Dataset](https://github.com/Sygil-Dev/INE-dataset).
|
21 |
-
It is an advanced version of Stable Diffusion and can generate nearly all kinds of images
|
22 |
-
|
|
|
|
|
|
|
|
|
23 |
\
|
24 |
-
**If you
|
25 |
-
[
|
|
|
|
|
26 |
**Join our Discord Server for supports and announcements**
|
27 |
[![Join the Discord Server](https://badgen.net/discord/members/fTtcufxyHQ?icon=discord)](https://discord.gg/fTtcufxyHQ)
|
28 |
|
29 |
# Showcase
|
30 |
![Showcase image](pictures/showcase-6.jpg)
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
# License
|
33 |
This model is open access and available to all, with a CreativeML Open RAIL++-M License further specifying rights and usage. [Please read the full license here](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL)
|
|
|
2 |
license: openrail++
|
3 |
language:
|
4 |
- en
|
5 |
+
- ja
|
6 |
+
- es
|
7 |
tags:
|
8 |
- stable-diffusion
|
9 |
- sygil-diffusion
|
10 |
- text-to-image
|
11 |
- sygil-devs
|
12 |
- finetune
|
13 |
+
- stable-diffusion-1.5
|
14 |
inference: false
|
15 |
+
pipeline_tag: text-to-image
|
16 |
---
|
17 |
|
18 |
# About the model
|
19 |
-----------------
|
|
|
|
|
|
|
20 |
This model is a Stable Diffusion v1.5 fine-tune trained on the [Imaginary Network Expanded Dataset](https://github.com/Sygil-Dev/INE-dataset).
|
21 |
+
It is an advanced version of Stable Diffusion and can generate nearly all kinds of images like humans, reflections, cities, architecture, fantasy, concepts arts, anime, manga, digital arts, landscapes, or nature views.
|
22 |
+
This model allows the user to have total control of the generation as they can use multiple tags and namespaces to control almost everything on the final result including image composition.
|
23 |
+
|
24 |
+
**Note that the prompt engineering techniques is a bit different from other models and Stable Diffusion,
|
25 |
+
while you can still use normal prompts like in other Stable Diffusion modelsin order to get the best out of this model you will need to make use of tags and namespaces.
|
26 |
+
[More about it here](promptingGuide.md)** \
|
27 |
\
|
28 |
+
**If you find our work useful, please consider supporting us using one of the options below:**
|
29 |
+
- [OpenCollective](https://opencollective.com/sygil_dev)
|
30 |
+
- [![Become a Patreon](https://badgen.net/badge/become/a%20patron/F96854)](promptingGuide.md)
|
31 |
+
-
|
32 |
**Join our Discord Server for supports and announcements**
|
33 |
[![Join the Discord Server](https://badgen.net/discord/members/fTtcufxyHQ?icon=discord)](https://discord.gg/fTtcufxyHQ)
|
34 |
|
35 |
# Showcase
|
36 |
![Showcase image](pictures/showcase-6.jpg)
|
37 |
|
38 |
+
## Training
|
39 |
+
|
40 |
+
**Training Data**
|
41 |
+
The model was trained on the following dataset:
|
42 |
+
- [Imaginary Network Expanded Dataset](https://github.com/Sygil-Dev/INE-dataset) dataset.
|
43 |
+
|
44 |
+
- **Hardware:** 1 x Nvidia RTX 3050 8GB GPU
|
45 |
+
- **Optimizer:** AdamW
|
46 |
+
- **Gradient Accumulations**: 1
|
47 |
+
- **Batch:** 1
|
48 |
+
- **Learning rate:** warmup to 1e-7 for 10,000 steps and then kept constant
|
49 |
+
- **Total Training Steps:** 800,0000
|
50 |
+
|
51 |
+
Developed by: [Sygil-Dev](https://github.com/Sygil-Dev/)
|
52 |
+
|
53 |
# License
|
54 |
This model is open access and available to all, with a CreativeML Open RAIL++-M License further specifying rights and usage. [Please read the full license here](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL)
|