nick-x-hacker
commited on
Commit
•
40c53ef
1
Parent(s):
43d9733
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- eng
|
4 |
+
thumbnail: "https://s3.amazonaws.com/moonup/production/uploads/1670737333905-630e54c81ef92d4e37a331b8.jpeg"
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- textual-inversion
|
8 |
+
- embedding
|
9 |
+
- text-to-image
|
10 |
+
license: "cc0-1.0"
|
11 |
+
---
|
12 |
+
|
13 |
+
# bad-artist 'negative' embedding
|
14 |
+
|
15 |
+
![grid-0.jpg](https://s3.amazonaws.com/moonup/production/uploads/1670737110801-630e54c81ef92d4e37a331b8.jpeg)
|
16 |
+
### Model Card WIP.
|
17 |
+
|
18 |
+
The images above were generated with **only "solo"** in the positive prompt, and "sketch by bad-artist" (this embedding) in the negative.
|
19 |
+
<br/>
|
20 |
+
The embedding uses only **2 tokens**.
|
21 |
+
|
22 |
+
Textual-inversion embedding for use in unconditional (negative) prompt.
|
23 |
+
<br/>
|
24 |
+
Inspired partly by https://huggingface.co/datasets/Nerfgun3/bad_prompt.
|
25 |
+
|
26 |
+
There are currently 2 version:
|
27 |
+
- 'bad-artist': Not as strong, but produces pretty unique images (recommended)
|
28 |
+
- 'bad-artist-anime': More generic anime style (this was the first version uploaded)
|
29 |
+
|
30 |
+
I recommend using with 'by', so for example "sketch **by bad-artist**", or "painting **by bad-artist**", or "photograph **by bad-artist**", etc.
|
31 |
+
|
32 |
+
Trained with 2 vectors per token for 15000 (1850x8) steps, at 500x500, on an Anything-v3-based model.
|
33 |
+
|
34 |
+
Full generation parameters for images above (using the 'bad-artist' version, not the 'bad-artist-anime' version):
|
35 |
+
```
|
36 |
+
solo
|
37 |
+
Negative prompt: sketch by bad-artist
|
38 |
+
Steps: 15, Sampler: DPM++ 2M Karras, CFG scale: 4, Seed: 1476197242, Size: 512x640, Clip skip: 2
|
39 |
+
```
|