Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev' into remove-watermark-option | AUTOMATIC1111 | 2023-04-29 | 1 | -2/+47 |
|\ | |||||
| * | Merge pull request #9177 from devNegative-asm/master | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+1 |
| |\ | | | | | | | (Optimization) Option to remove negative conditioning at low sigma values | ||||
| | * | increase range of negative guidance minimum sigma option | devdn | 2023-03-29 | 1 | -1/+1 |
| | | | |||||
| | * | performance increase | devdn | 2023-03-29 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #9669 from catboxanon/patch/sampler-schedule-fix | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Fix prompt schedule for second order samplers | ||||
| | * | | Update shared.py | catboxanon | 2023-04-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add second order samplers compat option | catboxanon | 2023-04-17 | 1 | -0/+1 |
| | |/ | |||||
| * | | Allow user input for gradio theme selection | AUTOMATIC | 2023-04-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'dev' into gradio-theme-support | AUTOMATIC1111 | 2023-04-29 | 1 | -3/+11 |
| |\ \ | |||||
| | * \ | Merge pull request #9737 from AdjointOperator/master | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+2 |
| | |\ \ | | | | | | | | | | | add tiled inference support for ScuNET | ||||
| | | * | | add tiled inference support for ScuNET | AdjointOperator | 2023-04-19 | 1 | -0/+2 |
| | | |/ | |||||
| | * | | rename CPU RNG to RNG source in settings, add infotext and parameters ↵ | AUTOMATIC | 2023-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | copypaste support to RNG source | ||||
| | * | | Merge pull request #9734 from deciare/cpu-randn | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+1 |
| | |\ \ | | | | | | | | | | | Option to make images generated from a given manual seed consistent across CUDA and MPS devices | ||||
| | | * | | Option to use CPU for random number generation. | Deciare | 2023-04-19 | 1 | -0/+1 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613. | ||||
| | * | | Merge pull request #9757 from missionfloyd/editattention-selectcurrentword | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+1 |
| | |\ \ | | | | | | | | | | | Automatically select current word when adjusting weight with ctrl+up/down | ||||
| | | * | | Custom delimiters | missionfloyd | 2023-04-25 | 1 | -0/+1 |
| | | |/ | |||||
| | * | | Merge pull request #9429 from forsurefr/save-init-images | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+3 |
| | |\ \ | | | | | | | | | | | Add support for saving init images in img2img | ||||
| | | * | | Do not save init image by default | forsurefr | 2023-04-07 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Add support for saving init images in img2img | For Sure | 2023-04-06 | 1 | -0/+3 |
| | | |/ | |||||
| | * / | Add "None" option to extra networks dropdowns | missionfloyd | 2023-04-18 | 1 | -1/+1 |
| | |/ | |||||
| | * | Make disable configurable between builtin/extra extensions | space-nuko | 2023-03-27 | 1 | -1/+1 |
| | | | |||||
| | * | Add temporary "disable all extensions" option for debugging use | space-nuko | 2023-03-27 | 1 | -1/+2 |
| | | | |||||
| * | | Support Gradio's theme API | space-nuko | 2023-03-25 | 1 | -0/+35 |
| | | | |||||
* | | | Merge branch 'master' into remove-watermark-option | space-nuko | 2023-03-27 | 1 | -100/+14 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #8525 from bluelovers/pr/sort-001 | AUTOMATIC1111 | 2023-03-27 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | feat: try sort as ignore-case | ||||
| | * | feat: try sort as ignore-case | bluelovers | 2023-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8368 | ||||
| * | | split commandline args into its own file | AUTOMATIC | 2023-03-25 | 1 | -100/+7 |
| | | | | | | | | | | | | make launch.py use the same command line argument parser as the main program | ||||
| * | | Split history: mv temp modules/shared.py | Andrey | 2023-03-25 | 1 | -0/+751 |
| | | | |||||
| * | | Split history: mv modules/shared.py temp | Andrey | 2023-03-25 | 1 | -751/+0 |
| | | | |||||
| * | | Merge branch 'master' into master | Karun | 2023-03-25 | 1 | -4/+35 |
| |\ \ | |||||
| | * \ | Merge pull request #8814 from catboxanon/inpaint-mask | AUTOMATIC1111 | 2023-03-25 | 1 | -0/+4 |
| | |\ \ | | | | | | | | | | | Add ability to display and/or save inpainting mask and masked composite | ||||
| | | * | | Expose inpainting mask and composite | catboxanon | 2023-03-22 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For inpainting, this exposes the mask and masked composite and gives the user the ability to display these in the web UI, save to disk, or both. | ||||
| | * | | | enable queue by default | AUTOMATIC | 2023-03-25 | 1 | -1/+2 |
| | |/ / | | | | | | | | | | | | | more stylistic changes | ||||
| * | | | custom height, width settings for extra networks | EllangoK | 2023-02-19 | 1 | -0/+2 |
| | | | | |||||
* | | | | Remove "do not add watermark to images" option | space-nuko | 2023-03-23 | 1 | -1/+0 |
| |/ / |/| | | |||||
* | | | force refresh tqdm before close | Vladimir Mandic | 2023-03-12 | 1 | -0/+1 |
| | | | |||||
* | | | alternative solution for #8089 | AUTOMATIC | 2023-03-11 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #8175 from vladmandic/image_size | AUTOMATIC1111 | 2023-03-11 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | adds checks for resulting image size to avoid memory issues | ||||
| * | | | add check for resulting image size | Vladimir Mandic | 2023-02-27 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #7812 from vladmandic/hide_ui_tabs | AUTOMATIC1111 | 2023-03-11 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | allow configurable hiding of ui tabs | ||||
| * | | | make ui as multiselect instead of string list | Vladimir Mandic | 2023-02-19 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge branch 'AUTOMATIC1111:master' into hide_ui_tabs | Vladimir Mandic | 2023-02-19 | 1 | -2/+7 |
| |\| | | |||||
| * | | | all hiding of ui tabs | Vladimir Mandic | 2023-02-14 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #8100 from missionfloyd/webp-lossless | AUTOMATIC1111 | 2023-03-11 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Add lossless webp option | ||||
| * | | | | Add lossless webp option | missionfloyd | 2023-02-25 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | new setting: Extra text to add before <...> when adding extra network to prompt | AUTOMATIC | 2023-03-11 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #8367 from pamparamm/scaled-dot-product-attention | AUTOMATIC1111 | 2023-03-11 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Add scaled dot product attention | ||||
| * | | | | sdp refactoring | Pam | 2023-03-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | argument to disable memory efficient for sdp | Pam | 2023-03-10 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | scaled dot product attention | Pam | 2023-03-06 | 1 | -0/+1 |
| |/ / / |