Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,41 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- stable-diffusion-diffusers
|
7 |
+
- text-to-image
|
8 |
+
- photographic
|
9 |
+
- skin
|
10 |
+
- diffusers
|
11 |
+
inference: true
|
12 |
license: creativeml-openrail-m
|
13 |
---
|
14 |
+
|
15 |
+
# Ultraskin 0.9 - SD 2.1 768 finetuned on images of ultra-detailed human skin
|
16 |
+
|
17 |
+
This model will add a LOT of skin detail compared to SD 2.1. Sometimes this makes images look more realistic, sometimes less realistic!
|
18 |
+
|
19 |
+
**Prompting for this model is the same as 2.1 and can be tricky compared to 1.5.**
|
20 |
+
|
21 |
+
Try these tags in your prompts:
|
22 |
+
"teen","twenties" or "twenty year old", "thirties" or "thirty year old", continued all the way to "eighties" or "eighty year old", "elderly", "moles", "freckles", "scar","skin detail"
|
23 |
+
|
24 |
+
For stronger results, use the activation word **ultraskin** in your prompt. I recommend using this token toward the end of your prompt as it can lead to exaggerated detail and plastic looking skin.
|
25 |
+
|
26 |
+
Recommended negative prompts (if you want photographic results):
|
27 |
+
*rendered, 3d, blender, octane, unreal engine, video game character, cat*
|
28 |
+
|
29 |
+
This model is based on the 768 model and was trained on 768px x 768px images, so you will have better results creating images at least this size.
|
30 |
+
|
31 |
+
# Sample outputs:
|
32 |
+
![Samples](https://huggingface.co/VegaKH/Ultraskin/resolve/main/preview1.jpg)
|
33 |
+
![Samples](https://huggingface.co/VegaKH/Ultraskin/resolve/main/preview2.jpg)
|
34 |
+
![Samples](https://huggingface.co/VegaKH/Ultraskin/resolve/main/preview3.jpg)
|
35 |
+
|
36 |
+
### 🧨 Diffusers
|
37 |
+
|
38 |
+
This model can be used just like any other Stable Diffusion 2.1 model. For more information,
|
39 |
+
please have a look at the [Stable Diffusion Pipeline](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
|
40 |
+
|
41 |
+
If using this with a web UI that requires a YAML file, download the YAML file and place it next to the model.
|