aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorLines
2024-04-08README: Exchange directoryHEADmasterLeonard Kugis-5/+6
2024-04-08Added new quick installation to READMELeonard Kugis-1/+36
2024-01-06Merge pull request #14548 from keshav-nischal/patch-2AUTOMATIC1111-1/+1
Update README.md
2024-01-05Update README.mdKeshav Nischal-1/+1
2024-01-02Remove licenses for code that's no longer copy-pasted; adjust READMEAarni Koskela-5/+6
2023-11-26Merge pull request #13936 from cabelo/compatibilityAUTOMATIC1111-1/+3
Compatibility
2023-11-26Merge branch 'hypertile-in-sample' into devAUTOMATIC1111-0/+1
2023-11-26rework hypertile into a built-in extensionAUTOMATIC1111-0/+1
2023-11-19Merge pull request #13929 from kingljl/fix-dependency-address-patch-1AUTOMATIC1111-1/+1
Fix dependency address patch 1
2023-11-10Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+Alessandro de Oliveira Faria (A.K.A. CABELO)-2/+2
2023-11-10- opensuse compatibilityAlessandro de Oliveira Faria (A.K.A. CABELO)-0/+2
2023-11-10Update README.mdfuchen.ljl-1/+1
Modify the stablediffusion dependency address
2023-11-05more changes for #13865: fix formatting, rename the function, add comment ↵AUTOMATIC1111-0/+1
and add a readme entry
2023-08-28Merge branch 'dev' into patch-1AUTOMATIC1111-4/+8
2023-08-28fix typosomahs-2/+2
2023-08-22Update README.md with Intel install instructionsRavi Panchumarthy-2/+5
2023-08-06Merge pull request #12352 from bannsec/bannsec-patch-1AUTOMATIC1111-2/+2
Update README.md
2023-08-05Update README.mdbannsec-2/+2
Correct install instructions on linux and provide additional required apt packages Fixes #12351
2023-07-29put the entry for the sampler in the readme section in order of additionAUTOMATIC1111-1/+1
2023-07-29Merge pull request #11850 from lambertae/restart_samplingAUTOMATIC1111-0/+1
Restart sampling
2023-07-25Fix typoJetVarimax-1/+1
2023-07-20add creditlambertae-0/+1
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