Commit
·
e1f5039
1
Parent(s):
4e655a4
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ tags:
|
|
8 |
- art
|
9 |
---
|
10 |
|
11 |
-
This repository is for the diffusers port of 2dn by Advokat, mainly so InvokeAI users can connect to the diffuser through the repo, which is preferable for remote users like myself. While putting it together, I decided to play around with
|
12 |
|
13 |
**Original Author: Advokat**
|
14 |
|
@@ -16,10 +16,10 @@ For checkpoints and a more detailed description, visit the original at CivitAI:
|
|
16 |
https://civitai.com/models/4807/2dn
|
17 |
|
18 |
**Changes made by me:**
|
|
|
|
|
19 |
- Switched out the default scheduler for EulerAncestralDiscreteScheduler
|
20 |
-
- I find it to have the best tradeoff results between speed and accuracy/quality.
|
21 |
-
- Switched out the default tokenizer for laion/CLIP-convnext_xxlarge-laion2B-s34B-b82K-augreg-soup
|
22 |
-
- Provides greater accuracy when reading prompts. 79.4% over OpenAI's 63.2%. Of the OpenCLIP options, I found the soup to offer the best images in all the models I've tried it on.
|
23 |
|
24 |
**Recommended sampler:** Euler_A
|
25 |
|
|
|
8 |
- art
|
9 |
---
|
10 |
|
11 |
+
This repository is for the diffusers port of 2dn by Advokat, mainly so InvokeAI users can connect to the diffuser through the repo, which is preferable for remote users like myself. While putting it together, I decided to play around with scheduler settings, and learned a few things about how diffusers behave that was really fun and cool. The result isn't so much better as it is *different*, allowing you to another perspective of this already gorgeous model.
|
12 |
|
13 |
**Original Author: Advokat**
|
14 |
|
|
|
16 |
https://civitai.com/models/4807/2dn
|
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 |
|