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+,
For something like https://www.instagram.com/holosomnia/
NOTE: Pytorch3d no longer has to be compiled i have stripped out the function we use to make this a lot easier and also so we do not have to use WSL2 with linux and can now run directly on your windows system.
Comments section is not checked often for issues please join the disco diffusion discord for assistance
You may now use the official disco diffusion notebook with this tutorial as it has been uodated to reflect the changes here for better cross platform support
| /*Blending 6 Sided skybox. By tlt*/ | |
| Shader "Skybox/VertBlendedSkybox" | |
| { | |
| Properties{ | |
| _Tint("Tint Color", Color) = (.5, .5, .5, .5) | |
| [Gamma] _Exposure("Exposure", Range(0, 8)) = 1.0 | |
| _Rotation("Rotation", Range(0, 360)) = 0 | |
| _Blend("Blend", Range(0.0,1.0)) = 0.5 |
| /* | |
| AvatarCam.shader, version 8.5 | |
| Shows a camera of your own avatar, with support for stereo and separate desktop view. | |
| Copyright (c) 2019-2022 Lyuma <xn.lyuma@gmail.com>, Smash-ter and others | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |