Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-08 | Merge remote-tracking branch 'origin/master' | AUTOMATIC | -1/+5 | |
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 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 | 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 | hypernetwork training mk1 | AUTOMATIC | -103/+374 | |
2022-10-07 | linux test | Greendayle | -2/+3 | |
2022-10-07 | even more powerfull fix | Greendayle | -2/+7 | |
2022-10-07 | loading tf only in interrogation process | Greendayle | -3/+4 | |
2022-10-07 | Merge branch 'master' into dev/deepdanbooru | Greendayle | -177/+513 | |
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/+78 | |
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 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 | 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 | 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 | Removed duplicate image saving codes | Milly | -39/+14 | |
Use `modules.images.save_image()` instead. | ||||
2022-10-06 | Merge branch 'master' into fix-vram | Jairo Correa | -52/+234 | |
2022-10-06 | Default window title progress updates on | DepFA | -1/+1 | |
2022-10-06 | Update shared.py | DepFA | -0/+1 | |
2022-10-06 | integrate the new samplers PR | AUTOMATIC | -32/+35 | |
2022-10-06 | add variant setting | C43H66N12O12S2 | -0/+1 | |
2022-10-06 | add karras scheduling variants | C43H66N12O12S2 | -0/+13 | |
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 | -15/+32 | |
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 | ||||
2022-10-06 | Set gradio-img2img-tool default to 'editor' | DepFA | -1/+1 | |
2022-10-05 | Merge branch 'master' into use-typing-list | DepFA | -1/+0 | |
2022-10-05 | use typing.list in prompt_parser.py for wider python version support | DepFA | -4/+4 | |
2022-10-06 | remove type annotations in new code because presumably they don't work in 3.7 | AUTOMATIC | -3/+3 | |
2022-10-05 | fix various float parsing errors | AUTOMATIC | -2/+1 | |
2022-10-05 | removing underscores and colons | Greendayle | -1/+1 | |
2022-10-05 | added support for AND from ↵ | AUTOMATIC | -19/+138 | |
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ | ||||
2022-10-05 | better model search | Greendayle | -2/+9 | |