LottePeisch commited on
Commit
922a077
·
1 Parent(s): ebc5780

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -4
README.md CHANGED
@@ -8,13 +8,35 @@ tags:
8
  - art
9
  ---
10
 
 
11
 
12
- This repository is for the diffusers port of 2dn by Advokat, with some changes by myself:
13
 
 
 
 
 
14
  - Switched out the default scheduler for EulerAncestralDiscreteScheduler
 
15
  - Switched out the default tokenizer for laion/CLIP-convnext_xxlarge-laion2B-s34B-b82K-augreg-soup
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
- Recommended sampler: Euler_A
18
- Recommended CFG: 7-15
 
19
 
20
- Works well with high res fix, but can also create direct 1024x768 images.
 
 
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 tokenizer and scheduler settings. The result is slightly better, but mostly different, allowing you to explore different places in an already gorgeous model.
12
 
13
+ **Original Author: Advokat**
14
 
15
+ 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
+ - **Recommended CFG:** 7-15
26
+ - **Recommended Steps:** 20-30
27
+
28
+ Works well with high res fix, but can also create direct 1024x768 images. Below example images were generated in InvokeAI 2.3.1.post2 (using Invoke prompt syntax), with high res optimization set at 0.75 directly to a 960x1280px image. No inpainting, no editing other than to add the text.
29
+
30
+ "a ("creepy","cute").blend(0.30,0.70)+ (cartoon)++ twentysomething african-american female necromancer+ royalty, professional++ (acrylic painting)++, (best quality, masterpiece, insane detail)++, (curated on ikon images, trending on dribble)++, (colorful pose), (beautiful surroundings, stunning setting)++, ("emo","goth").blend(0.85,0.15)+, (celestial, esoteric)++, (wearing breeches)+, (in an ossuary)++, (orange-, yellow-, pastel green, pastel red, neon blue)+, (neon)+, (pop-surrealist)++
31
+ [[(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)]]"
32
+ -s 30 -S 1472867700 -W 960 -H 1280 -C 11 -A k_euler_a --hires -f 0.75
33
+
34
+ ![Original Portrait Example](https://huggingface.co/LottePeisch/2dn/resolve/main/2dnCkptPersonEx.png)
35
+ ![Updated Diffusers Example](https://huggingface.co/LottePeisch/2dn/resolve/main/2dnDiffusersPersonEx.png)
36
 
37
+ "a antique desk in front of an open window with a bouquet of wildflower and anemone flowers in a vase, professional++ (watercolor lithograph)+, (best quality, masterpiece, insane detail)++, (trending on artstation hq, curated on ikon images)++, (stunning setting, beautiful surroundings)++, (green, bright red, bleached pink, bleached purple, copper patina)+, (glitter)+, (popart)++
38
+ [[amateur+, ugly+, unprofessional+, text, writing, watermark, blurry+, (bad art)+, (poorly drawn)+, (bad composition)+, tiling, cluttered, chaotic, busy, lacklustre, beginner+]]"
39
+ -s 30 -S 1472867700 -W 960 -H 1280 -C 11 -A k_euler_a --hires -f 0.75
40
 
41
+ ![Original Floral and Furniture Example](https://huggingface.co/LottePeisch/2dn/resolve/main/2dnCkptFloralEx.png)
42
+ ![Updated Diffusers Example](https://huggingface.co/LottePeisch/2dn/resolve/main/2dnDiffusersFloralEx.png)