aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Add hypernetwork support to split cross attention v1brkirch2022-10-082-5/+15
| | | | | | | | | | | | | | | | | | | | * Add hypernetwork support to split_cross_attention_forward_v1 * Fix device check in esrgan_model.py to use devices.device_esrgan instead of shared.device
* | | | edit-attention browser compatibility and readme typoJairo Correa2022-10-082-2/+2
| |_|/ |/| |
* | | make it possible to use hypernetworks without opt split attentionAUTOMATIC2022-10-072-10/+38
| | |
* | | do not stop working on failed hypernetwork loadAUTOMATIC2022-10-071-2/+9
| | |
* | | support loading VAEAUTOMATIC2022-10-071-0/+8
| | |
* | | added support for hypernetworks (???)AUTOMATIC2022-10-074-3/+88
|/ /
* | added ctrl+up or ctrl+down hotkeys for attentionAUTOMATIC2022-10-062-0/+45
| |
* | karras samplers for img2img?AUTOMATIC2022-10-061-2/+4
| |
* | Prefer using `Processed.sd_model_hash` attribute when filename patternMilly2022-10-061-1/+1
| |
* | Added job_timestamp to ProcessedMilly2022-10-062-1/+3
| | | | | | | | So `[job_timestamp]` pattern can use in saving image UI.
* | Added styles to ProcessedMilly2022-10-062-6/+3
| | | | | | | | So `[styles]` pattern can use in saving image UI.
* | Merge pull request #1372 from fuzzytent/gallery-stylingAUTOMATIC11112022-10-061-0/+4
|\ \ | | | | | | Improve styling of gallery items
| * \ Merge branch 'master' into gallery-stylingAUTOMATIC11112022-10-0651-719/+2254
| |\ \ | |/ / |/| |
* | | Removed duplicate defined models_pathMilly2022-10-061-10/+9
| | | | | | | | | | | | Use `modules.paths.models_path` instead `modules.shared.model_path`.
* | | add generation parameters to images shown in web uiAUTOMATIC2022-10-061-2/+6
| | |
* | | revert back to using list comprehension rather than list and mapAUTOMATIC2022-10-061-1/+1
| | |
* | | Removed duplicate image saving codesMilly2022-10-062-39/+14
| | | | | | | | | | | | Use `modules.images.save_image()` instead.
* | | Merge pull request #1283 from jn-jairo/fix-vramAUTOMATIC11112022-10-064-10/+20
|\ \ \ | | | | | | | | Fix memory leak and reduce memory usage
| * \ \ Merge branch 'master' into fix-vramJairo Correa2022-10-0612-62/+273
| |\ \ \ | |/ / / |/| | |
* | | | Update xy_grid.pyDepFA2022-10-061-1/+1
| | | | | | | | | | | | split vals not 's' from tests
* | | | strip() split comma delimited linesDepFA2022-10-061-1/+1
| | | |
* | | | use csv.readerDepFA2022-10-061-5/+4
| | | |
* | | | Allow escaping of commas in xy_gridDepFA2022-10-061-1/+2
| | | |
* | | | Default window title progress updates onDepFA2022-10-061-1/+1
| | | |
* | | | add check for progress in title settingDepFA2022-10-061-1/+1
| | | |
* | | | Update shared.pyDepFA2022-10-061-0/+1
| | | |
* | | | fix bad output for error when updating a git repoAUTOMATIC2022-10-061-1/+1
| | | |
* | | | integrate the new samplers PRAUTOMATIC2022-10-065-87/+36
| | | |
* | | | update k-diff once againC43H66N12O12S22022-10-061-1/+1
| | | |
* | | | add variant settingC43H66N12O12S22022-10-061-0/+1
| | | |
* | | | add karras scheduling variantsC43H66N12O12S22022-10-061-0/+13
| | | |
* | | | Create alternate_sampler_noise_schedules.pyC43H66N12O12S22022-10-061-0/+53
| | | |
* | | | update k-diffusionC43H66N12O12S22022-10-061-1/+1
| | | |
* | | | reorder imports to fix the bug with k-diffusion on some versionAUTOMATIC2022-10-061-2/+3
| | | |
* | | | workaround for a mysterious bug where prompt weights can't be matchedAUTOMATIC2022-10-061-1/+3
| | | |
* | | | option to let users select which samplers they want to hideAUTOMATIC2022-10-064-16/+35
| | | |
* | | | support for downloading new commit hash for git reposAUTOMATIC2022-10-061-0/+9
| | | |
* | | | Outpainting mk2, prevent generation of a completely random image every time ↵Jocke2022-10-061-1/+4
| | | | | | | | | | | | | | | | even when global seed is static
* | | | removed unused import, fixed typoRaphael Stoeckli2022-10-061-2/+1
| | | |
* | | | Add sanitizer for captions in Textual inversionRaphael Stoeckli2022-10-061-0/+28
| | | |
* | | | Merge pull request #1755 from AUTOMATIC1111/use-typing-listAUTOMATIC11112022-10-061-5/+4
|\ \ \ \ | | | | | | | | | | use typing.list in prompt_parser.py for wider python version support
| * \ \ \ Merge branch 'master' into use-typing-listDepFA2022-10-051-1/+0
| |\ \ \ \
| * | | | | use typing.list in prompt_parser.py for wider python version supportDepFA2022-10-051-4/+4
| | | | | |
* | | | | | Set gradio-img2img-tool default to 'editor'DepFA2022-10-061-1/+1
| |/ / / / |/| | | |
* | | | | remove type annotations in new code because presumably they don't work in 3.7AUTOMATIC2022-10-051-3/+3
|/ / / /
* | | | fix various float parsing errorsAUTOMATIC2022-10-051-2/+1
| | | |
* | | | added support for AND from ↵AUTOMATIC2022-10-054-19/+138
| | | | | | | | | | | | | | | | https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
* | | | Show generation progress in window titleDepFA2022-10-051-0/+15
| | | |
* | | | shared.state.interrupt when restart is requestedDepFA2022-10-051-0/+1
| | | |
| * | | Removing parts no longer needed to fix vramJairo Correa2022-10-052-15/+9
| | | |