sergejcodes
commited on
Commit
•
7f63870
1
Parent(s):
e4a1a1b
feat: add hypernet model and update readme
Browse files- .huggingface/preview.png +0 -0
- README.md +37 -0
- lowpoly.hypernet.pt +3 -0
.huggingface/preview.png
ADDED
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
task_categories:
|
4 |
+
- text-to-image
|
5 |
+
tags:
|
6 |
+
- stable diffusion
|
7 |
+
- style
|
8 |
+
- hypernetwork
|
9 |
+
pretty_name: lowpoly
|
10 |
---
|
11 |
+
|
12 |
+
![preview](.huggingface/preview.png)
|
13 |
+
|
14 |
+
# Lowpoly
|
15 |
+
|
16 |
+
Lowpoly is a model trained to reproduce a `lowpoly` like art-style. It's not ment to be used as stand-alone, but instead with other checkpoints.
|
17 |
+
|
18 |
+
## Auto1111 Quick Start
|
19 |
+
|
20 |
+
Instructions for usage with Stable Diffusion Web UI.
|
21 |
+
|
22 |
+
### Hypernetwork
|
23 |
+
|
24 |
+
1. Download the `lowpoly.hypernet.pt` file.
|
25 |
+
2. Place the downloaded `lowpoly.hypernet.pt` file inside `stable-diffusion-web-ui/models/hypernetworks` directory. If the `hypernetworks` directory doesn't exist simply create it.
|
26 |
+
3. Add `<hypernet:lowpoly.hypernet:0.25>` to your prompt and adjust the blend to your liking.
|
27 |
+
|
28 |
+
**Example**
|
29 |
+
|
30 |
+
```xml
|
31 |
+
Your Prompt <hypernet:lowpoly.hypernet:0.25>
|
32 |
+
```
|
33 |
+
|
34 |
+
## Best Practices
|
35 |
+
|
36 |
+
> ⚠️ The model is quite aggressive and becomes more unpredictable at higher blend values.
|
37 |
+
|
38 |
+
- Use a blend between `0.1` and `0.3`.
|
39 |
+
- Generate multiple images at once, minimum `4`.
|
40 |
+
- Use `Lowpoly` with other artistic checkpoints.
|
lowpoly.hypernet.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fc716befe6ca578879533a51d02626f98f318696abcc5912fb87ad0b12b944d
|
3 |
+
size 87770543
|