diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-12 10:23:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 10:23:58 +0000 |
commit | c094f00e100f28f05bbef1b7572f38940ca27862 (patch) | |
tree | 881d96f0c84ad7f990e4fbb0ca1cdd2f3039ec4b /README.md | |
parent | e05e46aa3f3b2230affe399372ad96d8736e4010 (diff) | |
parent | ddc86f2edb1db6ac3b708cf4a6ad6da5601d778c (diff) | |
download | stable-diffusion-webui-gfx803-c094f00e100f28f05bbef1b7572f38940ca27862.tar.gz stable-diffusion-webui-gfx803-c094f00e100f28f05bbef1b7572f38940ca27862.tar.bz2 stable-diffusion-webui-gfx803-c094f00e100f28f05bbef1b7572f38940ca27862.zip |
Merge branch 'master' into master
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -283,6 +283,16 @@ wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pt After that follow the instructions in the `Manual instructions` section starting at step `:: clone repositories for Stable Diffusion and (optionally) CodeFormer`.
+### img2img alterantive test
+- find it in scripts section
+- put description of input image into the Original prompt field
+- use Euler only
+- recommended: 50 steps, low cfg scale between 1 and 2
+- denoising and seed don't matter
+- decode cfg scale between 0 and 1
+- decode steps 50
+- original blue haired woman close nearly reproduces with cfg scale=1.8
+
## Credits
- Stable Diffusion - https://github.com/CompVis/stable-diffusion, https://github.com/CompVis/taming-transformers
- k-diffusion - https://github.com/crowsonkb/k-diffusion.git
|