Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-08 | Add hypernetwork support to split cross attention v1 | brkirch | -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 | ||||
2022-10-08 | edit-attention browser compatibility and readme typo | Jairo Correa | -2/+2 | |
2022-10-08 | delete broken and unnecessary aliases | C43H66N12O12S2 | -6/+4 | |
2022-10-08 | switch to the proper way of calling xformers | C43H66N12O12S2 | -25/+3 | |
2022-10-07 | make it possible to use hypernetworks without opt split attention | AUTOMATIC | -10/+38 | |
2022-10-07 | do not stop working on failed hypernetwork load | AUTOMATIC | -2/+9 | |
2022-10-07 | support loading VAE | AUTOMATIC | -0/+8 | |
2022-10-07 | added support for hypernetworks (???) | AUTOMATIC | -3/+88 | |
2022-10-07 | Update sd_hijack.py | C43H66N12O12S2 | -1/+1 | |
2022-10-07 | Update sd_hijack.py | C43H66N12O12S2 | -2/+2 | |
2022-10-07 | Update sd_hijack.py | C43H66N12O12S2 | -2/+1 | |
2022-10-07 | Update requirements.txt | C43H66N12O12S2 | -0/+2 | |
2022-10-07 | Update shared.py | C43H66N12O12S2 | -0/+1 | |
2022-10-07 | Update sd_hijack.py | C43H66N12O12S2 | -4/+9 | |
2022-10-07 | add xformers attention | C43H66N12O12S2 | -1/+38 | |
2022-10-06 | added ctrl+up or ctrl+down hotkeys for attention | AUTOMATIC | -0/+45 | |
2022-10-06 | karras samplers for img2img? | AUTOMATIC | -2/+4 | |
2022-10-06 | Prefer using `Processed.sd_model_hash` attribute when filename pattern | Milly | -1/+1 | |
2022-10-06 | Added job_timestamp to Processed | Milly | -1/+3 | |
So `[job_timestamp]` pattern can use in saving image UI. | ||||
2022-10-06 | Added styles to Processed | Milly | -6/+3 | |
So `[styles]` pattern can use in saving image UI. | ||||
2022-10-06 | Merge pull request #1372 from fuzzytent/gallery-styling | AUTOMATIC1111 | -0/+4 | |
Improve styling of gallery items | ||||
2022-10-06 | Merge branch 'master' into gallery-styling | AUTOMATIC1111 | -719/+2254 | |
2022-10-06 | Removed duplicate defined models_path | Milly | -10/+9 | |
Use `modules.paths.models_path` instead `modules.shared.model_path`. | ||||
2022-10-06 | add generation parameters to images shown in web ui | AUTOMATIC | -2/+6 | |
2022-10-06 | revert back to using list comprehension rather than list and map | AUTOMATIC | -1/+1 | |
2022-10-06 | Removed duplicate image saving codes | Milly | -39/+14 | |
Use `modules.images.save_image()` instead. | ||||
2022-10-06 | Merge pull request #1283 from jn-jairo/fix-vram | AUTOMATIC1111 | -10/+20 | |
Fix memory leak and reduce memory usage | ||||
2022-10-06 | Merge branch 'master' into fix-vram | Jairo Correa | -62/+273 | |
2022-10-06 | Update xy_grid.py | DepFA | -1/+1 | |
split vals not 's' from tests | ||||
2022-10-06 | strip() split comma delimited lines | DepFA | -1/+1 | |
2022-10-06 | use csv.reader | DepFA | -5/+4 | |
2022-10-06 | Allow escaping of commas in xy_grid | DepFA | -1/+2 | |
2022-10-06 | Default window title progress updates on | DepFA | -1/+1 | |
2022-10-06 | add check for progress in title setting | DepFA | -1/+1 | |
2022-10-06 | Update shared.py | DepFA | -0/+1 | |
2022-10-06 | fix bad output for error when updating a git repo | AUTOMATIC | -1/+1 | |
2022-10-06 | integrate the new samplers PR | AUTOMATIC | -87/+36 | |
2022-10-06 | update k-diff once again | C43H66N12O12S2 | -1/+1 | |
2022-10-06 | add variant setting | C43H66N12O12S2 | -0/+1 | |
2022-10-06 | add karras scheduling variants | C43H66N12O12S2 | -0/+13 | |
2022-10-06 | Create alternate_sampler_noise_schedules.py | C43H66N12O12S2 | -0/+53 | |
2022-10-06 | update k-diffusion | C43H66N12O12S2 | -1/+1 | |
2022-10-06 | reorder imports to fix the bug with k-diffusion on some version | AUTOMATIC | -2/+3 | |
2022-10-06 | workaround for a mysterious bug where prompt weights can't be matched | AUTOMATIC | -1/+3 | |
2022-10-06 | option to let users select which samplers they want to hide | AUTOMATIC | -16/+35 | |
2022-10-06 | support for downloading new commit hash for git repos | AUTOMATIC | -0/+9 | |
2022-10-06 | Outpainting mk2, prevent generation of a completely random image every time ↵ | Jocke | -1/+4 | |
even when global seed is static | ||||
2022-10-06 | removed unused import, fixed typo | Raphael Stoeckli | -2/+1 | |
2022-10-06 | Add sanitizer for captions in Textual inversion | Raphael Stoeckli | -0/+28 | |
2022-10-06 | Merge pull request #1755 from AUTOMATIC1111/use-typing-list | AUTOMATIC1111 | -5/+4 | |
use typing.list in prompt_parser.py for wider python version support |