Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added possibility to set the theme (light or dark)
|
|
gallery open
|
|
Launch the UI in dark mode with the --dark-mode switch
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
made save style button not die when you cancel
|
|
|
|
And duplicate implementations are removed
|
|
|
|
|
|
|
|
|
|
|
|
attach an observer of gallery when generation in progress, if there was a image selected in gallery and gallery has only 1 image, auto re-select/open that image.
This matches behavior of prior to Gradio 3.4.1 version bump, is a quality of life feature many people enjoyed.
|
|
anything up until you use it
|
|
remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier
|
|
Add a "History" tab
|
|
fix paste always going into txt2img field
|
|
|