diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-03-11 12:02:50 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-03-11 12:02:58 +0000 |
commit | f36ba9949a64fd35a81369e4ec7107b1b87ef7fb (patch) | |
tree | 5f6e95d8084ef5f070efd5f785e4527f431fcac4 /README.md | |
parent | 98695c18852512e6b1f6b0d7b0ab5e6e2f26f561 (diff) | |
download | stable-diffusion-webui-gfx803-f36ba9949a64fd35a81369e4ec7107b1b87ef7fb.tar.gz stable-diffusion-webui-gfx803-f36ba9949a64fd35a81369e4ec7107b1b87ef7fb.tar.bz2 stable-diffusion-webui-gfx803-f36ba9949a64fd35a81369e4ec7107b1b87ef7fb.zip |
add credit for UniPC sampler into the readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -157,5 +157,6 @@ Licenses for borrowed code can be found in `Settings -> Licenses` screen, and al - Sampling in float32 precision from a float16 UNet - marunine for the idea, Birch-san for the example Diffusers implementation (https://github.com/Birch-san/diffusers-play/tree/92feee6)
- Instruct pix2pix - Tim Brooks (star), Aleksander Holynski (star), Alexei A. Efros (no star) - https://github.com/timothybrooks/instruct-pix2pix
- Security advice - RyotaK
+- UniPC sampler - Wenliang Zhao - https://github.com/wl-zhao/UniPC
- Initial Gradio script - posted on 4chan by an Anonymous user. Thank you Anonymous user.
- (You)
|