sergejcodes
commited on
Commit
•
c3b8c8c
1
Parent(s):
8ff50ed
Update README.md
Browse files
README.md
CHANGED
@@ -6,15 +6,15 @@ tags:
|
|
6 |
- stable diffusion
|
7 |
- style
|
8 |
- hypernetwork
|
9 |
-
pretty_name:
|
10 |
base_model: runwayml/stable-diffusion-v1-5
|
11 |
---
|
12 |
|
13 |
![preview](.huggingface/preview.png)
|
14 |
|
15 |
-
#
|
16 |
|
17 |
-
|
18 |
|
19 |
## Auto1111 Quick Start
|
20 |
|
@@ -22,14 +22,14 @@ Instructions for use with Stable Diffusion Web UI.
|
|
22 |
|
23 |
### Hypernetwork
|
24 |
|
25 |
-
1. Download the [`
|
26 |
-
2. Place the downloaded `
|
27 |
-
3. Add `<hypernet:
|
28 |
|
29 |
**Example**
|
30 |
|
31 |
```xml
|
32 |
-
Your Prompt <hypernet:
|
33 |
```
|
34 |
|
35 |
## Best Practices
|
@@ -38,4 +38,4 @@ Your Prompt <hypernet:lowpoly.hypernet:0.25>
|
|
38 |
|
39 |
- Use a blend between `0.1` and `0.3`.
|
40 |
- Generate multiple images at once, minimum `4`.
|
41 |
-
- Use `
|
|
|
6 |
- stable diffusion
|
7 |
- style
|
8 |
- hypernetwork
|
9 |
+
pretty_name: lowdef
|
10 |
base_model: runwayml/stable-diffusion-v1-5
|
11 |
---
|
12 |
|
13 |
![preview](.huggingface/preview.png)
|
14 |
|
15 |
+
# Lowdef
|
16 |
|
17 |
+
Lowdef is a model trained on a stylized lowpoly dataset that captures a unique low-definition style (base model [SD 1.5](https://huggingface.co/runwayml/stable-diffusion-v1-5)). It's not meant to be used stand-alone but with other checkpoints.
|
18 |
|
19 |
## Auto1111 Quick Start
|
20 |
|
|
|
22 |
|
23 |
### Hypernetwork
|
24 |
|
25 |
+
1. Download the [`lowpdef.pt`](https://huggingface.co/n6ai/lowdef/resolve/main/lowdef.pt) file.
|
26 |
+
2. Place the downloaded `lowdef.pt` file inside `stable-diffusion-webui/models/hypernetworks` directory. If the `hypernetworks` directory doesn't exist simply create it.
|
27 |
+
3. Add `<hypernet:lowdef:0.25>` to your prompt and adjust the blend to your liking.
|
28 |
|
29 |
**Example**
|
30 |
|
31 |
```xml
|
32 |
+
Your Prompt <hypernet:lowdef:0.25>
|
33 |
```
|
34 |
|
35 |
## Best Practices
|
|
|
38 |
|
39 |
- Use a blend between `0.1` and `0.3`.
|
40 |
- Generate multiple images at once, minimum `4`.
|
41 |
+
- Use `Lowdef` with other artistic checkpoints.
|