Commit
·
edcd350
1
Parent(s):
1f310ce
Update README.md
Browse files
README.md
CHANGED
@@ -8,41 +8,29 @@ tags:
|
|
8 |
- art
|
9 |
---
|
10 |
|
11 |
-
This repository is for the diffusers port of 2dn by Advokat,
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
**Changes made by me:**
|
19 |
-
- Converted to diffuser format from the original checkpoint/safetensor on CivitAI.
|
20 |
-
- I've noticed that not all diffusers made from checkpoints function the same as a diffuser as they do a checkpoint. At low resolutions, the checkpoint and the diffuser make nearly the exact same image with the same settings. However, when you start moving into higher resolution territory with or without high res options, they start to differ. Not in a bad way, the model is still solid and still performs well, but in a different way, as if the diffuser format is exploring a slightly different space in the model.
|
21 |
-
- Switched out the default scheduler for EulerAncestralDiscreteScheduler
|
22 |
-
- I find it to have the best tradeoff results between speed and accuracy/quality. If you set your sampler to Euler_A ( or k_euler_a in InvokeAI), it should *FLY* like the wind and create awesome images at just 20-30 steps.
|
23 |
-
|
24 |
-
**Recommended sampler:** Euler_A
|
25 |
|
26 |
-
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
31 |
|
32 |
-
**
|
33 |
-
|
34 |
-
**[[(bad hands)++, amateur+, unprofessional+, text, writing, watermark, blurry, (bad art)+, nudity, poorly drawn, (bad composition)+, child, childlike, ugly, tiling, lacklustre, beginner+, deformed, (extra digits)+, poorly drawn, (broken fingers), (mangled fingers), (too many fingers), (mangled hands), (extra limbs)]]"**
|
35 |
-
|
36 |
-
**-s 30 -S 1472867700 -W 960 -H 1280 -C 11 -A k_euler_a --hires -f 0.75**
|
37 |
-
|
38 |
-

|
39 |
-

|
40 |
|
41 |
-
|
|
|
42 |
|
43 |
-
|
44 |
|
45 |
-
|
|
|
|
|
|
|
46 |
|
47 |
-

|
48 |
-

|
|
|
8 |
- art
|
9 |
---
|
10 |
|
11 |
+
This repository is for the diffusers port of 2dn by Advokat, converted into diffuser format specifucally for users of InvokeAI, with the following changes:
|
12 |
|
13 |
+
- Changed the scheduler to EulerAncestralDiscreteScheduler, works very well with Euler_A.
|
14 |
+
- Updated the text_encoder config.json file setting num_hidden_layers to 11 instead of the default 12. This is the equivalent of 'Clip Skp 2' in Auto1111 as I understand it and have tested it. Please let me know on the InvokeAI Discord if you encounter issues.
|
15 |
+
- Don't expect it to build the exact same image from the exact same seed as you would in Auto. Invoke and Auto are very different from another, and diffusers are even more different. You should, however, get some awesome images.
|
16 |
+
- I'm sharing this because diffusers are amazing and I think more people should use them. ;)
|
17 |
+
- You don't need to use as heavily weighted quality tags for this version. Too much may even make the image worse.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
+
Example Prompts:
|
20 |
|
21 |
+
a delightful desert on an alien planet featuring a meandering dry riverbed, (best quality, absurdres, animated cartoon, cartooncore, trending on behance hd, masterpiece, detailed), (phosphorescent desert cave paintings or markings)+, (a deep space sky featuring a glowing comet)+, (duotone color scheme)+, amber, blue
|
22 |
|
23 |
+
a fair-skinned solo goth woman exploring castle ruins, (best quality, absurdres, animated cartoon, cartooncore, trending on behance hd, masterpiece, detailed), wearing oversized cream sweater, bow belt, boots, two-toned pastel turquoise hair in a half-up twisted bun, (celestial, occult, esoteric), (rich color palette)+, pastel orange, pale green
|
24 |
|
25 |
+
**Original Author: Advokat**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
+
For checkpoints and a more detailed description, visit the original at CivitAI:
|
28 |
+
https://civitai.com/models/4807/2dn
|
29 |
|
30 |
+
Here are some sample images.
|
31 |
|
32 |
+

|
33 |
+

|
34 |
+

|
35 |
+

|
36 |
|
|
|
|