aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorLines
2023-07-17add alias to lyco networkAUTOMATIC1111-0/+1
read networks from LyCORIS dir if it exists add credits
2023-07-07Add a link to an index-able/crawl-able wiki mirroring service of the wikiNelson Chen-0/+3
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-05-20Update keyboard shortcut instructions for MacOS users in text selection guidanceshinshin86-1/+1
2023-05-17Merge pull request #10222 from AUTOMATIC1111/readme-simple-installation-methodAUTOMATIC1111-0/+6
add documentation for simple installation method using release package
2023-05-17add creditsAUTOMATIC-0/+1
2023-05-10add documentation for simple installation method using release packagew-e-w-0/+6
2023-04-29Merge pull request #9165 from Ming424/update-readmeAUTOMATIC1111-1/+1
Small update for readme
2023-04-29Merge branch 'dev' into masterAUTOMATIC1111-0/+1
2023-04-13Try using TCMalloc on Linux by defaultgk-0/+1
2023-03-29Update README.mdThierry-1/+1
2023-03-29Update README.mdThierry-1/+1
2023-03-28Update README.mdParityError-2/+2
Updated to reflect change in webui.sh, so that the installation directory is not absolute (/home/user).
2023-03-14Update README.mdMikhail Gribanov-11/+10
2023-03-11add credit for UniPC sampler into the readmeAUTOMATIC-0/+1
2023-02-19remove download instructionAUTOMATIC-2/+1
2023-02-19Merge pull request #7850 from asdfire1/instructionfixAUTOMATIC1111-1/+2
Fixed missing part in the Linux installation instructions
2023-02-16Fixed the Linux installation instructionsasdfire1-1/+2
2023-02-14Download model if none are foundmissionfloyd-2/+1
2023-01-27changes remaining text from X/Y -> X/Y/ZEllangoK-1/+1
2023-01-25add pix2pix creditsAUTOMATIC-1/+2
2023-01-25Add option for float32 sampling with float16 UNetbrkirch-0/+1
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-21Lora support!AUTOMATIC-2/+12
update readme to reflect some recent changes
2023-01-21make CLIP interrogator download original text files if the directory does ↵AUTOMATIC-1/+0
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-07new screenshotAUTOMATIC-6/+3
2023-01-06Update README.mdbrkirch-1/+1
2023-01-06Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_optbrkirch-0/+2
2023-01-06Add Birch-san's sub-quadratic attention implementationbrkirch-0/+1
2023-01-03added licenses screen to settingsAUTOMATIC-0/+2
added footer removed unused inpainting code
2022-12-14Fix various typosJim Hays-2/+2
2022-12-08Depth2img model supportJay Smith-0/+1
2022-11-26Add support Stable Diffusion 2.0AUTOMATIC-20/+1
2022-11-20moved deepdanbooru to pure pytorch implementationAUTOMATIC-1/+1
2022-11-04shut down gradio's "everything allowed" CORS policy; I checked the main ↵AUTOMATIC-3/+4
functionality to work with this, but if this breaks some exotic workflow, I'm sorry.
2022-10-24added info about History/Image browser to readmeAUTOMATIC-1/+11
2022-10-22updated readme with info about Aesthetic GradientsAUTOMATIC-0/+10
2022-10-22further support for extensionsAUTOMATIC-2/+1
2022-10-21Merge branch 'master' into features-to-readmeAUTOMATIC1111-2/+2
2022-10-21Update README.mdClashSAN-4/+12
2022-10-21Merge branch 'ae'AUTOMATIC-0/+2
2022-10-21updated readme and some small stylistic changes to codeAUTOMATIC-0/+1
2022-10-18Update README.mdClashSAN-7/+13
2022-10-15Update README.mdMalumaDev-1/+2
Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
2022-10-14initMalumaDev-0/+1
2022-10-11Add InvokeAI and lstein to credits, add back CUDA supportbrkirch-0/+1
2022-10-11Update README.mdClashSAN-1/+1
2022-10-10add features, credit for Composable DiffusionClashSAN-2/+8
to readme https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2171
2022-10-09Merge pull request #1752 from Greendayle/dev/deepdanbooruAUTOMATIC1111-0/+2
Added DeepDanbooru interrogator
2022-10-08chore: Fix typosAidan Holland-1/+1
2022-10-08made deepdanbooru optional, added to readme, automatic download of deepbooru ↵Greendayle-0/+2
model
2022-10-08do not let user choose his own prompt token count limitAUTOMATIC-0/+1