Skip to content

Instantly share code, notes, and snippets.

@bitplus
Forked from lxe/README.md
Created June 2, 2022 06:47
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 bitplus/6dc388dd239618701568832de2357983 to your computer and use it in GitHub Desktop.
Save bitplus/6dc388dd239618701568832de2357983 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"
]
@bitplus
Copy link
Author

bitplus commented Jun 2, 2022

A beautiful ultradetailed anime illustration of a colorful sci-fi tavern by albert bierstadt, hayao miyazaki, makoto shinkai trending on artstation hd, anime art wallpaper 4k

steps = 350
width_height = [768, 1024]
clip_guidance_scale = 50000
tv_scale = 6000
range_scale = 70
sat_scale = 9000

cut_ic_pow = 10

use_secondary_model = False
ViTB32 = True
ViTB16 = True
ViTL14 = True
RN50 = True

@disteandre
Copy link

Thank you so much !! very good work !! please post again !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment