aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* default to split attention if cuda is available and xformers is notC43H66N12O12S22022-10-081-2/+2
|
* check for OS and env variableC43H66N12O12S22022-10-081-2/+7
|
* Update requirements.txtC43H66N12O12S22022-10-081-1/+0
|
* install xformersC43H66N12O12S22022-10-081-0/+3
|
* use new attnblock for xformers pathC43H66N12O12S22022-10-081-1/+1
|
* Update sd_hijack_optimizations.pyC43H66N12O12S22022-10-081-1/+1
|
* add xformers attnblock and hypernetwork supportC43H66N12O12S22022-10-081-2/+18
|
* delete broken and unnecessary aliasesC43H66N12O12S22022-10-081-6/+4
|
* switch to the proper way of calling xformersC43H66N12O12S22022-10-081-25/+3
|
* Update sd_hijack.pyC43H66N12O12S22022-10-071-1/+1
|
* Update sd_hijack.pyC43H66N12O12S22022-10-071-2/+2
|
* Update sd_hijack.pyC43H66N12O12S22022-10-071-2/+1
|
* Update requirements.txtC43H66N12O12S22022-10-071-0/+2
|
* Update shared.pyC43H66N12O12S22022-10-071-0/+1
|
* Update sd_hijack.pyC43H66N12O12S22022-10-071-4/+9
|
* add xformers attentionC43H66N12O12S22022-10-071-1/+38
|
* 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
| | |