Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-08 | let user choose his own prompt token count limit | AUTOMATIC | -8/+16 | |
2022-10-08 | fix: handles when state_dict does not exist | leko | -1/+5 | |
2022-10-08 | use new attnblock for xformers path | C43H66N12O12S2 | -1/+1 | |
2022-10-08 | Update sd_hijack_optimizations.py | C43H66N12O12S2 | -1/+1 | |
2022-10-08 | add xformers attnblock and hypernetwork support | C43H66N12O12S2 | -2/+18 | |
2022-10-08 | add info about cross attention javascript shortcut code | AUTOMATIC | -1/+1 | |
2022-10-08 | implement removal | DepFA | -3/+10 | |
2022-10-08 | context menu styling | DepFA | -1/+28 | |
2022-10-08 | Context Menus | DepFA | -0/+165 | |
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 | |