From 58c92228cdd3c52dd7b5379c72714525ce1ca0f1 Mon Sep 17 00:00:00 2001 From: hlky <106811348+hlky@users.noreply.github.com> Date: Wed, 7 Sep 2022 00:11:56 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cf4147..6ba748a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ # [Installation](https://github.com/hlky/stable-diffusion/wiki/Installation) -## [Development, testing, bleeding edge, maybe have bugs](https://github.com/hlky/stable-diffusion-webui) - ### Have an **issue**? * If the issue involves _a bug_ in **textual-inversion** create the issue on **_[hlky/stable-diffusion-webui](https://github.com/hlky/stable-diffusion-webui)_** @@ -11,7 +9,7 @@ ## More documentation about features, troubleshooting, common issues very soon -### Want to help with documentation? Documented something? Use [Discussions](https://github.com/hlky/stable-diffusion/discussions) +### Want to help with documentation? Documented something? Use [Discussions](https://github.com/hlky/stable-diffusion-webui/discussions) ## **Important** From d86e945ca2f8b11218fa8565feea864dab22ac80 Mon Sep 17 00:00:00 2001 From: EliEron Date: Wed, 7 Sep 2022 01:33:47 +0200 Subject: [PATCH 2/4] Add sampler name to metadata (#695) Co-authored-by: EliEron --- scripts/webui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/webui.py b/scripts/webui.py index c3ae12a..cbcf714 100644 --- a/scripts/webui.py +++ b/scripts/webui.py @@ -601,6 +601,7 @@ skip_grid, sort_samples, sampler_name, ddim_eta, n_iter, batch_size, i, denoisin metadata.add_text("SD:seed", str(seeds[i])) metadata.add_text("SD:width", str(width)) metadata.add_text("SD:height", str(height)) + metadata.add_text("SD:sampler_name", str(sampler_name)) metadata.add_text("SD:steps", str(steps)) metadata.add_text("SD:cfg_scale", str(cfg_scale)) metadata.add_text("SD:normalize_prompt_weights", str(normalize_prompt_weights)) From b3e5a486dd0d7474baf979ea79174f1a2c1458a6 Mon Sep 17 00:00:00 2001 From: hlky <106811348+hlky@users.noreply.github.com> Date: Wed, 7 Sep 2022 02:06:17 +0100 Subject: [PATCH 3/4] Update environment.yaml --- environment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/environment.yaml b/environment.yaml index e0e0dd2..9bae72a 100644 --- a/environment.yaml +++ b/environment.yaml @@ -37,5 +37,9 @@ dependencies: - openai-clip>=1.0.1 - gfpgan>=1.3.5 - realesrgan>=0.2.5.0 + - -e git+https://github.com/CompVis/taming-transformers#egg=taming-transformers + - -e git+https://github.com/openai/CLIP#egg=clip + - -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN + - -e git+https://github.com/xinntao/Real-ESRGAN#egg=realesrgan - -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion - -e . From f077e34677aed45f5c8017573aaa1c0e2c59ba60 Mon Sep 17 00:00:00 2001 From: hlky <106811348+hlky@users.noreply.github.com> Date: Wed, 7 Sep 2022 02:10:13 +0100 Subject: [PATCH 4/4] Update environment.yaml --- environment.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/environment.yaml b/environment.yaml index 9bae72a..b304300 100644 --- a/environment.yaml +++ b/environment.yaml @@ -33,10 +33,6 @@ dependencies: - facexlib>=0.2.3 - python-slugify>=6.1.2 - streamlit>=1.12.2 - - taming-transformers>=0.0.1 - - openai-clip>=1.0.1 - - gfpgan>=1.3.5 - - realesrgan>=0.2.5.0 - -e git+https://github.com/CompVis/taming-transformers#egg=taming-transformers - -e git+https://github.com/openai/CLIP#egg=clip - -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN