aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Update sd_hijack.pyC43H66N12O12S22022-10-071-4/+9
| | | |
| * | | add xformers attentionC43H66N12O12S22022-10-071-1/+38
| | | |
* | | | fix bug where when using prompt composition, hijack_comments generated ↵MrCheeze2022-10-082-1/+5
| | | | | | | | | | | | | | | | before the final AND will be dropped
* | | | Remove duplicate event listenersguaneec2022-10-081-0/+3
| | | |
* | | | fix glob path in hypernetwork.pyddPn082022-10-081-1/+1
| | | |
* | | | fix AND broken for long promptsAUTOMATIC2022-10-081-0/+9
| | | |
* | | | fix bugs related to variable prompt lengthsAUTOMATIC2022-10-082-12/+37
| | | |
* | | | do not let user choose his own prompt token count limitAUTOMATIC2022-10-084-21/+13
| | | |
* | | | check specifically for skippedTrung Ngo2022-10-084-7/+3
| | | |
* | | | Add button to skip the current iterationTrung Ngo2022-10-088-8/+49
| | | |
* | | | Merge remote-tracking branch 'origin/master'AUTOMATIC2022-10-081-1/+5
|\ \ \ \
| * | | | fix: handles when state_dict does not existleko2022-10-081-1/+5
| | | | |
* | | | | let user choose his own prompt token count limitAUTOMATIC2022-10-083-8/+16
|/ / / /
* | | | add info about cross attention javascript shortcut codeAUTOMATIC2022-10-081-1/+1
| | | |
* | | | implement removalDepFA2022-10-081-3/+10
| | | |
* | | | context menu stylingDepFA2022-10-081-1/+28
| | | |
* | | | Context MenusDepFA2022-10-081-0/+165
| | | |
* | | | 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
| | | |