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