Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-12-03 | Merge pull request #5229 from lolsuffocate/master | AUTOMATIC1111 | -2/+14 | |
Slightly improve page scroll jumping with focus | ||||
2022-12-03 | more simple config option name plus mouseover hint for clip skip | AUTOMATIC | -0/+2 | |
2022-11-30 | Restore scroll position on page if giving active element focus changes it | Suffocate | -2/+14 | |
2022-11-27 | Merge pull request #4894 from morgil/progress-first-in-title | AUTOMATIC1111 | -1/+1 | |
Move progress info to beginning of site title | ||||
2022-11-27 | Merge pull request #4986 from mcmonkey4eva/add-model-name | AUTOMATIC1111 | -2/+2 | |
add model_name pattern for saving | ||||
2022-11-23 | add model_name pattern for saving | Alex "mcmonkey" Goodwin | -2/+2 | |
2022-11-20 | made selected_gallery_index query selectors more restrictive | Liam | -2/+2 | |
2022-11-20 | Move progress info to beginning of title | Jonas Böer | -1/+1 | |
because who has so few tabs open that they can see the end of a tab name? | ||||
2022-11-10 | added event listener for the image gallery modal; moved js to separate file | Liam | -9/+34 | |
2022-11-09 | updating the displayed generation info when user clicks images in the ↵ | Liam | -1/+9 | |
gallery. feature request 4415 | ||||
2022-11-06 | add ability to create extensions that add localizations | AUTOMATIC | -0/+2 | |
2022-11-03 | Update edit-attention.js | byzod | -2/+1 | |
Fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3904 (Some sort of a workaround, the best way is to add unique id or class name to those prompt boxes) | ||||
2022-11-02 | switch to gradio 3.8 | AUTOMATIC | -6/+24 | |
2022-11-01 | Added Available tab to extensions UI. | AUTOMATIC | -1/+12 | |
2022-10-31 | add initial version of the extensions tab | AUTOMATIC | -0/+24 | |
fix broken Restart Gradio button | ||||
2022-10-29 | Merge branch 'master' into modal-save-button-and-shortcut | AUTOMATIC1111 | -22/+3 | |
2022-10-29 | Merge branch 'Inspiron' | AUTOMATIC | -22/+2 | |
2022-10-28 | hide save btn for other tabs than txt2img and img2img | Florian Horn | -2/+12 | |
2022-10-27 | Updated name and hover text. | random_thoughtss | -0/+1 | |
2022-10-27 | added save button and shortcut (s) to Modal View | Florian Horn | -0/+29 | |
2022-10-27 | create send to buttons in one module | yfszzx | -22/+2 | |
2022-10-25 | Remove rtl: false from localizations | xmodar | -1/+4 | |
2022-10-25 | Add RTL languages support and improved Arabic localization | xmodar | -1/+19 | |
2022-10-24 | add hints, [datetime<Format><Time Zone>] | w-e-w | -2/+2 | |
2022-10-24 | remove browser to extension | yfszzx | -248/+0 | |
2022-10-23 | Move browser and Inspiration into extension | yfszzx | -97/+80 | |
2022-10-22 | inspiration perfected | yfszzx | -9/+10 | |
2022-10-22 | inspiration finished | yfszzx | -0/+1 | |
2022-10-22 | inspiration finished | yfszzx | -11/+16 | |
2022-10-21 | Merge remote-tracking branch 'historytab/master' | AUTOMATIC | -63/+57 | |
2022-10-21 | make aspect ratio overlay work regardless of selected localization, pt2 | AUTOMATIC | -14/+5 | |
2022-10-21 | make aspect ratio overlay work regardless of selected localization | AUTOMATIC | -20/+18 | |
2022-10-20 | inspiration pull request | yfszzx | -1/+42 | |
2022-10-19 | Update Learning Rate tooltip | Greg Fuller | -0/+2 | |
2022-10-19 | Image browser improved | yfszzx | -44/+43 | |
2022-10-18 | Image browser | yfszzx | -10/+9 | |
2022-10-18 | Auto select attention block for editing | Justin Maier | -3/+32 | |
2022-10-18 | Merge branch 'master' into dark-mode | AUTOMATIC1111 | -3/+156 | |
2022-10-18 | prevent highlighting/selecting image | Adam Snodgrass | -0/+1 | |
2022-10-17 | localization support | AUTOMATIC | -0/+146 | |
2022-10-17 | Use of a --theme argument for more flexibility | Michoko | -3/+3 | |
Added possibility to set the theme (light or dark) | ||||
2022-10-17 | possibly defeat losing of focus for prompt when generating images with ↵ | AUTOMATIC | -3/+9 | |
gallery open | ||||
2022-10-17 | Added dark mode switch | Michoko | -0/+7 | |
Launch the UI in dark mode with the --dark-mode switch | ||||
2022-10-17 | Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plus | yfszzx | -4/+4 | |
2022-10-17 | speed up images history perfect | yfszzx | -19/+17 | |
2022-10-17 | Fix #2750 | fortypercnt | -3/+3 | |
left / top alignment was necessary with gradio 3.4.1. In gradio 3.5 the parent div of the image mask is centered, so the left / top alignment put the mask in the wrong place as described in #2750 #2795 #2805. This fix was tested on Windows 10 / Chrome. | ||||
2022-10-16 | fix: add null check when start running project the currentButton is null | dvsilch | -1/+1 | |
2022-10-16 | Images history speed up | yfszzx | -0/+1 | |
2022-10-16 | keep focus on current element when updating gallery | AUTOMATIC | -2/+4 | |
2022-10-16 | images history speed up | yfszzx | -20/+19 | |