aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9165 from Ming424/update-readmeAUTOMATIC11112023-04-291-1/+1
|\ | | | | Small update for readme
| * Update README.mdThierry2023-03-291-1/+1
| |
| * Update README.mdThierry2023-03-291-1/+1
| |
* | Merge branch 'dev' into masterAUTOMATIC11112023-04-291-0/+1
|\ \
| * | Try using TCMalloc on Linux by defaultgk2023-04-131-0/+1
| |/
* / Update README.mdParityError2023-03-291-2/+2
|/ | | Updated to reflect change in webui.sh, so that the installation directory is not absolute (/home/user).
* Update README.mdMikhail Gribanov2023-03-141-11/+10
|
* add credit for UniPC sampler into the readmeAUTOMATIC2023-03-111-0/+1
|
* remove download instructionAUTOMATIC2023-02-191-2/+1
|
* Merge pull request #7850 from asdfire1/instructionfixAUTOMATIC11112023-02-191-1/+2
|\ | | | | Fixed missing part in the Linux installation instructions
| * Fixed the Linux installation instructionsasdfire12023-02-161-1/+2
| |
* | Download model if none are foundmissionfloyd2023-02-151-2/+1
|/
* changes remaining text from X/Y -> X/Y/ZEllangoK2023-01-271-1/+1
|
* add pix2pix creditsAUTOMATIC2023-01-251-1/+2
|
* Add option for float32 sampling with float16 UNetbrkirch2023-01-251-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().
* Lora support!AUTOMATIC2023-01-211-2/+12
| | | | update readme to reflect some recent changes
* make CLIP interrogator download original text files if the directory does ↵AUTOMATIC2023-01-211-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
* new screenshotAUTOMATIC2023-01-071-6/+3
|
* Update README.mdbrkirch2023-01-061-1/+1
|
* Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_optbrkirch2023-01-061-0/+2
|\
| * added licenses screen to settingsAUTOMATIC2023-01-031-0/+2
| | | | | | | | | | added footer removed unused inpainting code
* | Add Birch-san's sub-quadratic attention implementationbrkirch2023-01-061-0/+1
|/
* Fix various typosJim Hays2022-12-151-2/+2
|
* Depth2img model supportJay Smith2022-12-091-0/+1
|
* Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-20/+1
|
* moved deepdanbooru to pure pytorch implementationAUTOMATIC2022-11-201-1/+1
|
* shut down gradio's "everything allowed" CORS policy; I checked the main ↵AUTOMATIC2022-11-041-3/+4
| | | | functionality to work with this, but if this breaks some exotic workflow, I'm sorry.
* added info about History/Image browser to readmeAUTOMATIC2022-10-241-1/+11
|
* updated readme with info about Aesthetic GradientsAUTOMATIC2022-10-221-0/+10
|
* further support for extensionsAUTOMATIC2022-10-221-2/+1
|
* Merge branch 'master' into features-to-readmeAUTOMATIC11112022-10-211-2/+2
|\
| * Merge branch 'ae'AUTOMATIC2022-10-211-0/+2
| |\
| | * Update README.mdMalumaDev2022-10-151-1/+2
| | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
| | * initMalumaDev2022-10-141-0/+1
| | |
| * | updated readme and some small stylistic changes to codeAUTOMATIC2022-10-211-0/+1
| |/
* | Update README.mdClashSAN2022-10-211-4/+12
| |
* | Update README.mdClashSAN2022-10-181-7/+13
|/
* Add InvokeAI and lstein to credits, add back CUDA supportbrkirch2022-10-111-0/+1
|
* Update README.mdClashSAN2022-10-111-1/+1
|
* add features, credit for Composable DiffusionClashSAN2022-10-101-2/+8
| | | | | to readme https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2171
* Merge pull request #1752 from Greendayle/dev/deepdanbooruAUTOMATIC11112022-10-091-0/+2
|\ | | | | Added DeepDanbooru interrogator
| * made deepdanbooru optional, added to readme, automatic download of deepbooru ↵Greendayle2022-10-081-0/+2
| | | | | | | | model
* | chore: Fix typosAidan Holland2022-10-081-1/+1
|/
* do not let user choose his own prompt token count limitAUTOMATIC2022-10-081-0/+1
|
* add info about cross attention javascript shortcut codeAUTOMATIC2022-10-081-1/+1
|
* edit-attention browser compatibility and readme typoJairo Correa2022-10-081-1/+1
|
* added ctrl+up or ctrl+down hotkeys for attentionAUTOMATIC2022-10-061-0/+4
|
* credit Rinon GalAUTOMATIC2022-10-021-0/+1
|
* Grammar FixClashSAN2022-10-021-8/+8
|
* features updatesAUTOMATIC2022-09-301-20/+32
| | | | unused code removed from outpainting mk2