Skip to content

Instantly share code, notes, and snippets.

@antonkor
Forked from lxe/README.md
Created October 27, 2022 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonkor/b294c7e99ffd4ad169d7c95ce41c16b4 to your computer and use it in GitHub Desktop.
Save antonkor/b294c7e99ffd4ad169d7c95ce41c16b4 to your computer and use it in GitHub Desktop.
Disco Diffusion Tips

For something like https://www.instagram.com/holosomnia/

  • 768 x 1024

  • High guidance scale 18k and above,

  • 200-250 steps,

  • 4000+ tv scale,

  • lower range scale to 80,

  • higher sat scale 2000+,

  • no secondary model (important)

  • Add ViT14 or if have ram, 336 (very nice)

  • bump eta to 0.9 (important)

  • cut ic pow to 10

  • split the cut schedule into 200s and do like 10/8/6/2/0 for overview and the opposite for the innercut, and just play with the numbers a bunch

  • prompts: always add beeple for blur, orbs and color. to remove orbs, do "globe:-1". To reduce blur, do "dof:-1"

  • kinkade for color.

  • Try various "color-heavy" artists.

  • some artists dont' do much, and some really change the result

  • Use prompts that make sense for the artists

  • Add prompts and weights to remove aspects as you iterate

  • Just try a LOT of variations

  • ALWAYS use partial saves and take the 90%-ish partial save as your final and ALWAYS run it through Real-ESRGAN Inference Demo.ipynb to upscale and make it crisp

Example prompt:

[
  "A beautiful ultradetailed anime illustration of a city street by beeple, makoto shinkai, and thomas kinkade, anime art wallpaper 4k, trending on artstation:3",
  "anime",
  "car:-1",
  "dof:-1", 
  "blur:-1"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment