remove sigmoid
Browse filesSigned-off-by: Balazs Horvath <[email protected]>
- README.md +14 -5
- static/tutorial/sigmoid.png +0 -3
README.md
CHANGED
@@ -79,6 +79,7 @@ The Yiff Toolkit is a comprehensive set of tools designed to enhance your creati
|
|
79 |
- [Requirements](#requirements)
|
80 |
- [Positive Prompt Stuff](#positive-prompt-stuff)
|
81 |
- [Negative Prompt Stuff](#negative-prompt-stuff)
|
|
|
82 |
- [SeaArt Furry](#seaart-furry)
|
83 |
- [Pony Diffusion V6 LoRAs](#pony-diffusion-v6-loras)
|
84 |
- [Concept Loras](#concept-loras)
|
@@ -689,7 +690,7 @@ Download the [model](https://civitai.com/models/257749/pony-diffusion-v6-xl) and
|
|
689 |
|
690 |
#### Positive Prompt Stuff
|
691 |
|
692 |
-
```
|
693 |
score_9, score_8_up, score_7_up, score_6_up, rating_explicit, source_furry,
|
694 |
```
|
695 |
|
@@ -700,13 +701,13 @@ You can talk to Pony in three ways, use tags only, tags are neat, but you can al
|
|
700 |
|
701 |
Other nice words to have in the box depending on your mood:
|
702 |
|
703 |
-
```
|
704 |
detailed background, amazing_background, scenery porn
|
705 |
```
|
706 |
|
707 |
Other types of backgrounds include:
|
708 |
|
709 |
-
```
|
710 |
simple background, abstract background, spiral background, geometric background, heart background, gradient background, monotone background, pattern background, dotted background, stripped background, textured background, blurred background
|
711 |
```
|
712 |
|
@@ -714,7 +715,7 @@ After `simple background` you can also define a color for the background like `w
|
|
714 |
|
715 |
For the character portrayal you can set many different types:
|
716 |
|
717 |
-
```
|
718 |
three-quarter view, full-length portrait, headshot portrait, bust portrait, half-length portrait, torso shot
|
719 |
```
|
720 |
|
@@ -722,12 +723,20 @@ Its a good thing to describe your subject or subjects start with `solo` or `duo`
|
|
722 |
|
723 |
#### Negative Prompt Stuff
|
724 |
|
725 |
-
⚠️
|
|
|
|
|
|
|
|
|
|
|
|
|
726 |
|
727 |
### SeaArt Furry
|
728 |
|
729 |
---
|
730 |
|
|
|
|
|
731 |
SeaArt's furry model sadly has its cons not just pros, yes it might come with artist knowledge bundled, but it seems to have trouble doing more than one character or everyone is bad at prompting, oh and it uses raw e621 tags, which just means you have to use underscores `_` instead of spaces ` ` inside the tags.
|
732 |
|
733 |
⚠️ TODO: Prompting tips.
|
|
|
79 |
- [Requirements](#requirements)
|
80 |
- [Positive Prompt Stuff](#positive-prompt-stuff)
|
81 |
- [Negative Prompt Stuff](#negative-prompt-stuff)
|
82 |
+
- [How to Prompt Female Anthro Lions](#how-to-prompt-female-anthro-lions)
|
83 |
- [SeaArt Furry](#seaart-furry)
|
84 |
- [Pony Diffusion V6 LoRAs](#pony-diffusion-v6-loras)
|
85 |
- [Concept Loras](#concept-loras)
|
|
|
690 |
|
691 |
#### Positive Prompt Stuff
|
692 |
|
693 |
+
```python
|
694 |
score_9, score_8_up, score_7_up, score_6_up, rating_explicit, source_furry,
|
695 |
```
|
696 |
|
|
|
701 |
|
702 |
Other nice words to have in the box depending on your mood:
|
703 |
|
704 |
+
```python
|
705 |
detailed background, amazing_background, scenery porn
|
706 |
```
|
707 |
|
708 |
Other types of backgrounds include:
|
709 |
|
710 |
+
```python
|
711 |
simple background, abstract background, spiral background, geometric background, heart background, gradient background, monotone background, pattern background, dotted background, stripped background, textured background, blurred background
|
712 |
```
|
713 |
|
|
|
715 |
|
716 |
For the character portrayal you can set many different types:
|
717 |
|
718 |
+
```python
|
719 |
three-quarter view, full-length portrait, headshot portrait, bust portrait, half-length portrait, torso shot
|
720 |
```
|
721 |
|
|
|
723 |
|
724 |
#### Negative Prompt Stuff
|
725 |
|
726 |
+
⚠️
|
727 |
+
|
728 |
+
#### How to Prompt Female Anthro Lions
|
729 |
+
|
730 |
+
```python
|
731 |
+
anthro
|
732 |
+
```
|
733 |
|
734 |
### SeaArt Furry
|
735 |
|
736 |
---
|
737 |
|
738 |
+
⚠️
|
739 |
+
|
740 |
SeaArt's furry model sadly has its cons not just pros, yes it might come with artist knowledge bundled, but it seems to have trouble doing more than one character or everyone is bad at prompting, oh and it uses raw e621 tags, which just means you have to use underscores `_` instead of spaces ` ` inside the tags.
|
741 |
|
742 |
⚠️ TODO: Prompting tips.
|
static/tutorial/sigmoid.png
DELETED
Git LFS Details
|