Update README.md

This commit is contained in:
kayos@tcp.direct 2023-01-05 09:29:11 -08:00
parent 310b71f669
commit b90575c7c8
Signed by: kayos
GPG Key ID: 4B841471B4BEE979
2 changed files with 8 additions and 2 deletions

4
.gitignore vendored
View File

@ -32,3 +32,7 @@ notification.mp3
/extensions
/test/stdout.txt
/test/stderr.txt
*.pt
*out*/
*dream_artist*/
*training-picker*/

View File

@ -1,3 +1,7 @@
### Please note: https://twitter.com/tcpdirect/status/1610982618203578368
##### Corrective pull requests welcome to fix artist categorization and any other questionable leftovers found
# Stable Diffusion web UI
A browser interface based on Gradio library for Stable Diffusion.
@ -127,8 +131,6 @@ Here's how to add code to this repo: [Contributing](https://github.com/AUTOMATIC
The documentation was moved from this README over to the project's [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki).
## Credits
Licenses for borrowed code can be found in `Settings -> Licenses` screen, and also in `html/licenses.html` file.
- Stable Diffusion - https://github.com/CompVis/stable-diffusion, https://github.com/CompVis/taming-transformers
- k-diffusion - https://github.com/crowsonkb/k-diffusion.git
- GFPGAN - https://github.com/TencentARC/GFPGAN.git