Commit
•
aa9b327
1
Parent(s):
e4c016e
Create README.md (#3)
Browse files- Create README.md (893f9736b2a16445d7b0aac99e0bff30d209ab2b)
Co-authored-by: Eason Xie <noobeason@users.noreply.huggingface.co>
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- sygil-diffusion
|
8 |
+
- text-to-image
|
9 |
+
- sygil-devs
|
10 |
+
inference: false
|
11 |
+
pipeline_tag: image-to-image
|
12 |
+
---
|
13 |
+
|
14 |
+
# About the model
|
15 |
+
-----------------
|
16 |
+
|
17 |
+
**The file with the highest number is the newest version**\
|
18 |
+
\
|
19 |
+
This model is a Stable Diffusion v1.5 fine-tune trained on the [Imaginary Network Expanded Dataset](https://github.com/Sygil-Dev/INE-dataset).
|
20 |
+
It is an advanced version of Stable Diffusion and can generate nearly all kinds of images, no matter humans, reflections, cities, architecture, fantasy, digital arts, landscapes, or nature views.\
|
21 |
+
**Note that the prompt engineering techniques is a bit different from other models and Stable Diffusion. [More about it here](https://huggingface.co/Sygil/Sygil-Diffusion-v0.1/promptingGuide.md)** \
|
22 |
+
\
|
23 |
+
**If you enjoy my work, please consider supporting me**
|
24 |
+
[![Become A Patreon](https://badgen.net/badge/become/a%20patron/F96854)](https://huggingface.co/Sygil/Sygil-Diffusion-v0.1/promptingGuide.md)
|
25 |
+
|
26 |
+
# Showcase
|
27 |
+
pls add the best imgs
|
28 |
+
|
29 |
+
# License
|
30 |
+
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)
|