Commit Graph

163 Commits

Author SHA1 Message Date
Redstone1024 1a59e4dacd replace download source 2023-08-10 01:28:42 +08:00
AUTOMATIC1111 35510f7529 add alias to lyco network
read networks from LyCORIS dir if it exists
add credits
2023-07-17 10:06:02 +03:00
Nelson Chen a369a0cf65
Add a link to an index-able/crawl-able wiki mirroring service of the wiki
At the moment, the wiki is editable by GitHub users, so it is blocked from indexing. If you are searching for something related to this repo, Google and other search engines will not use the content for it.

This link hack just sticks a link on the README so search engines may prioritize it. At the moment, 0 pages from GitHub are index and only 7 pages from my proxy service are. If you add this, the rest should get indexed.

An indexable page looks like this: https://github-wiki-see.page/m/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings. It is not meant to be read, just indexed, and users are expected to click through to the GitHub copy.

https://github-wiki-see.page/ has more information about the situation. I built the tool and I'm happy to answer any questions I can.

Similar: https://github.com/MiSTer-devel/Main_MiSTer#main_mister-main-binary-and-wiki-repo:~:text=For%20the%20purposes%20of%20getting%20google%20to%20crawl%20the%20wiki%2C%20here%27s%20a%20link%20to%20the%20(not%20for%20humans)%20crawlable%20wiki
2023-07-07 09:04:49 -07:00
shinshin86 6a676cc185 Update keyboard shortcut instructions for MacOS users in text selection guidance 2023-05-20 23:14:47 +09:00
AUTOMATIC1111 6a13c416f6
Merge pull request #10222 from AUTOMATIC1111/readme-simple-installation-method
add documentation for simple installation method using release package
2023-05-17 22:51:17 +03:00
AUTOMATIC b217ebc490 add credits 2023-05-17 08:41:21 +03:00
w-e-w 81bbe31d9f add documentation for simple installation method using release package 2023-05-10 00:04:36 +09:00
AUTOMATIC1111 97167a5768
Merge pull request #9165 from Ming424/update-readme
Small update for readme
2023-04-29 17:39:02 +03:00
AUTOMATIC1111 1185bf3981
Merge branch 'dev' into master 2023-04-29 17:16:52 +03:00
gk 8af4b3bbe4 Try using TCMalloc on Linux by default 2023-04-13 10:19:03 +09:00
Thierry baef594e4a Update README.md 2023-03-29 16:58:56 -04:00
Thierry 3c7b928914 Update README.md 2023-03-29 16:52:45 -04:00
ParityError f867d7b429
Update README.md
Updated to reflect change in webui.sh, so that the installation directory is not absolute (/home/user).
2023-03-28 18:34:02 -07:00
Mikhail Gribanov 1823526c10 Update README.md 2023-03-14 13:05:45 +02:00
AUTOMATIC f36ba9949a add credit for UniPC sampler into the readme 2023-03-11 15:02:58 +03:00
AUTOMATIC 75e03785fe remove download instruction 2023-02-19 09:12:01 +03:00
AUTOMATIC1111 9f113a84eb
Merge pull request #7850 from asdfire1/instructionfix
Fixed missing part in the Linux installation instructions
2023-02-19 09:11:31 +03:00
asdfire1 9691ca5f59
Fixed the Linux installation instructions 2023-02-16 11:59:14 +01:00
missionfloyd 1615f786ee Download model if none are found 2023-02-14 20:54:02 -07:00
EllangoK 32d389ef0f changes remaining text from X/Y -> X/Y/Z 2023-01-27 14:04:23 -05:00
AUTOMATIC 635499e832 add pix2pix credits 2023-01-25 19:42:26 +03:00
brkirch 84d9ce30cb Add option for float32 sampling with float16 UNet
This also handles type casting so that ROCm and MPS torch devices work correctly without --no-half. One cast is required for deepbooru in deepbooru_model.py, some explicit casting is required for img2img and inpainting. depth_model can't be converted to float16 or it won't work correctly on some systems (it's known to have issues on MPS) so in sd_models.py model.depth_model is removed for model.half().
2023-01-25 01:13:02 -05:00
AUTOMATIC 855b9e3d1c Lora support!
update readme to reflect some recent changes
2023-01-21 16:15:53 +03:00
AUTOMATIC 6d805b669e make CLIP interrogator download original text files if the directory does not exist
remove random artist built-in extension (to re-added as a normal extension on demand)
remove artists.csv (but what does it mean????????????????????)
make interrogate buttons show Loading... when you click them
2023-01-21 09:14:27 +03:00
AUTOMATIC 151233399c new screenshot 2023-01-07 13:30:06 +03:00
brkirch 848605fb65 Update README.md 2023-01-06 06:58:49 -05:00
brkirch f6ab5a39d7 Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_opt 2023-01-06 00:14:20 -05:00
brkirch d782a95967 Add Birch-san's sub-quadratic attention implementation 2023-01-06 00:14:13 -05:00
AUTOMATIC 82cfc227d7 added licenses screen to settings
added footer
removed unused inpainting code
2023-01-03 20:23:17 +03:00
Jim Hays c0355caefe Fix various typos 2022-12-14 21:01:32 -05:00
Jay Smith 1ed4f0e228 Depth2img model support 2022-12-08 20:50:08 -06:00
AUTOMATIC ce6911158b Add support Stable Diffusion 2.0 2022-11-26 16:10:46 +03:00
AUTOMATIC c81d440d87 moved deepdanbooru to pure pytorch implementation 2022-11-20 16:39:20 +03:00
AUTOMATIC 5f01171543 shut down gradio's "everything allowed" CORS policy; I checked the main functionality to work with this, but if this breaks some exotic workflow, I'm sorry. 2022-11-04 10:07:29 +03:00
AUTOMATIC 9f79e59a95 added info about History/Image browser to readme 2022-10-24 14:42:36 +03:00
AUTOMATIC 5aa9525046 updated readme with info about Aesthetic Gradients 2022-10-22 13:40:07 +03:00
AUTOMATIC 6398dc9b10 further support for extensions 2022-10-22 13:34:49 +03:00
AUTOMATIC1111 ec37f8a45f
Merge branch 'master' into features-to-readme 2022-10-21 16:51:01 +03:00
ClashSAN 003d2c7fe4
Update README.md 2022-10-21 11:40:37 +00:00
AUTOMATIC 7d6b388d71 Merge branch 'ae' 2022-10-21 13:35:01 +03:00
AUTOMATIC 4587218190 updated readme and some small stylistic changes to code 2022-10-21 09:00:39 +03:00
ClashSAN ca023f8a45
Update README.md 2022-10-18 08:57:05 +00:00
MalumaDev f7df06a981
Update README.md
Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
2022-10-15 18:40:06 +02:00
MalumaDev bb57f30c2d init 2022-10-14 10:56:41 +02:00
brkirch 574c8e554a Add InvokeAI and lstein to credits, add back CUDA support 2022-10-11 17:24:00 +03:00
ClashSAN 5766ce21ab
Update README.md 2022-10-11 13:20:03 +00:00
ClashSAN 70b50b1dfc
add features, credit for Composable Diffusion
to readme

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2171
2022-10-10 23:23:12 +00:00
AUTOMATIC1111 e00b4df7c6
Merge pull request #1752 from Greendayle/dev/deepdanbooru
Added DeepDanbooru interrogator
2022-10-09 10:52:21 +03:00
Aidan Holland 432782163a chore: Fix typos 2022-10-08 22:42:30 +03:00
Greendayle 01f8cb4447 made deepdanbooru optional, added to readme, automatic download of deepbooru model 2022-10-08 18:02:56 +02:00