File size: 4,017 Bytes
4661c60 179e94c e1f5039 179e94c 922a077 7b8896c 922a077 e1f5039 7b8896c e1f5039 922a077 e34004f 922a077 e34004f 922a077 7b8896c e34004f 7b8896c 922a077 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
license: creativeml-openrail-m
language:
- en
library_name: diffusers
pipeline_tag: text-to-image
tags:
- art
---
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.
**Original Author: Advokat**
For checkpoints and a more detailed description, visit the original at CivitAI:
https://civitai.com/models/4807/2dn
**Changes made by me:**
- Converted to diffuser format from the original checkpoint/safetensor on CivitAI.
- 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.
- Switched out the default scheduler for EulerAncestralDiscreteScheduler
- 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.
**Recommended sampler:** Euler_A
**Recommended CFG:** 7-15
**Recommended Steps:** 20-30
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.
**"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)++**
**[[(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)]]"**
**-s 30 -S 1472867700 -W 960 -H 1280 -C 11 -A k_euler_a --hires -f 0.75**


**"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)++**
**[[amateur+, ugly+, unprofessional+, text, writing, watermark, blurry+, (bad art)+, (poorly drawn)+, (bad composition)+, tiling, cluttered, chaotic, busy, lacklustre, beginner+]]"**
**-s 30 -S 1472867700 -W 960 -H 1280 -C 11 -A k_euler_a --hires -f 0.75**

 |