Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-23 | add option to skip interrogate categories | Vladimir Mandic | |
2023-01-23 | Merge branch 'AUTOMATIC1111:master' into interrogate | Vladimir Mandic | |
2023-01-23 | Merge pull request #7032 from gmq/extra-network-styles | AUTOMATIC1111 | |
Extra network view style | |||
2023-01-23 | improve interrogate | Vladimir Mandic | |
2023-01-23 | Merge remote-tracking branch 'takuma104/xformers-flash-attention' | AUTOMATIC | |
2023-01-23 | rework extras tab to use script system | AUTOMATIC | |
2023-01-22 | feat(extra-networks): add default view setting | Guillermo Moreno | |
2023-01-22 | add an option to reorder tabs for extra networks | AUTOMATIC | |
2023-01-22 | attention ctrl+up/down enhancements | AUTOMATIC | |
2023-01-22 | add a slider for default value of added extra networks | AUTOMATIC | |
2023-01-21 | add --gradio-queue option to enable gradio queue | AUTOMATIC | |
2023-01-21 | add --xformers-flash-attention option & impl | Takuma Mori | |
2023-01-21 | make CLIP interrogator download original text files if the directory does ↵ | AUTOMATIC | |
not exist remove random artist built-in extension (to re-added as a normal extension on demand) remove artists.csv (but what does it mean????????????????????) make interrogate buttons show Loading... when you click them | |||
2023-01-21 | extra networks UI | AUTOMATIC | |
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> | |||
2023-01-19 | Update shared.py | vt-idiot | |
`Witdth/Height` was driving me insane. -> `Width/Height` | |||
2023-01-19 | allow baking in VAE in checkpoint merger tab | AUTOMATIC | |
do not save config if it's the default for checkpoint merger tab change file naming scheme for checkpoint merger tab allow just saving A without any merging for checkpoint merger tab some stylistic changes for UI in checkpoint merger tab | |||
2023-01-18 | Merge pull request #6851 from ddPn08/master | AUTOMATIC1111 | |
Add `--vae-dir` argument | |||
2023-01-18 | add option to show/hide warnings | AUTOMATIC | |
removed hiding warnings from LDSR fixed/reworked few places that produced warnings | |||
2023-01-18 | fix typo | ddPn08 | |
2023-01-17 | Add `--vae-dir` argument | ddPn08 | |
2023-01-17 | disable the new NaN check for the CI | AUTOMATIC | |
2023-01-16 | return an option to hide progressbar | AUTOMATIC | |
2023-01-16 | support old configs that say "auto" for ssd_vae | AUTOMATIC | |
change sd_vae_as_default to True by default as it's a more sensible setting | |||
2023-01-15 | rename masking to inpaint in UI | AUTOMATIC | |
make inpaint go to the right place for users who don't have it in config string | |||
2023-01-15 | Merge pull request #6758 from Poktay/allow_reorder_masking_controls | AUTOMATIC1111 | |
allow reordering of inpaint masking controls (like the other sections can be reordered) | |||
2023-01-15 | Merge pull request #6778 from pangbo13/master | AUTOMATIC1111 | |
Fix unexpected behavior when show_progress_every_n_steps is set to -1 | |||
2023-01-15 | add setting for progressbar update period | AUTOMATIC | |
2023-01-16 | fix when show_progress_every_n_steps == -1 | pangbo13 | |
2023-01-15 | big rework of progressbar/preview system to allow multiple users to prompts ↵ | AUTOMATIC | |
at the same time and do not get previews of each other | |||
2023-01-14 | add inpaint masking controls to orderable section that the settings can order | Josh R | |
2023-01-14 | Merge pull request #6731 from vladmandic/state_server_start | Vladimir Mandic | |
Add server start time to state info | |||
2023-01-14 | fix bug with "Ignore selected VAE for..." option completely disabling VAE ↵ | AUTOMATIC | |
election rework VAE resolving code to be more simple | |||
2023-01-14 | add server_start to shared.state | Vladimir Mandic | |
2023-01-14 | add an option to choose what you want to see in live preview (Live preview ↵ | AUTOMATIC | |
subject) and moves live preview settings to its own tab | |||
2023-01-14 | load hashes from cache for checkpoints that have them | AUTOMATIC | |
add checkpoint hash to footer | |||
2023-01-14 | change hypernets to use sha256 hashes | AUTOMATIC | |
2023-01-14 | change hash to sha256 | AUTOMATIC | |
2023-01-13 | Merge branch 'master' into tensorboard | AUTOMATIC1111 | |
2023-01-11 | img2img UI rework: obsolete --gradio-img2img-tool --gradio-inpaint-tool and ↵ | AUTOMATIC | |
always show all tools each in own tab | |||
2023-01-10 | change color selector in settings to be part of form | AUTOMATIC | |
2023-01-09 | make a dropdown for prompt template selection | AUTOMATIC | |
2023-01-09 | add an option to use old hiresfix width/height behavior | AUTOMATIC | |
add a visual effect to inactive hires fix elements | |||
2023-01-07 | Merge pull request #6055 from brkirch/sub-quad_attn_opt | AUTOMATIC1111 | |
Add Birch-san's sub-quadratic attention implementation | |||
2023-01-06 | typo UI fixes #6391 | Kuma | |
2023-01-06 | Change sub-quad chunk threshold to use percentage | brkirch | |
2023-01-06 | rework saving training params to file #6372 | AUTOMATIC | |
2023-01-06 | Merge remote-tracking branch 'upstream/master' into sub-quad_attn_opt | brkirch | |
2023-01-06 | Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_opt | brkirch | |
2023-01-06 | Add Birch-san's sub-quadratic attention implementation | brkirch | |
2023-01-06 | Merge pull request #6372 from ↵ | AUTOMATIC1111 | |
timntorres/save-ti-hypernet-settings-to-txt-revised Save hypernet and textual inversion settings to text file, revised. |