Age | Commit message (Collapse) | Author |
|
|
|
Default value is the first value of selectables.
Particually, None in styles.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
made save style button not die when you cancel
|
|
|
|
|
|
|
|
|
|
This is only necessary when you have to train,
and compiling model produces warning.
|
|
|
|
|
|
|
|
|
|
And duplicate implementations are removed
|
|
|
|
anything up until you use it
|
|
|
|
|
|
|
|
|
|
also show galleries on launch
|
|
switching time reduced from ~1500ms to ~280ms
|
|
rather than gradio input
|
|
|
|
remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier
|
|
|
|
|
|
|
|
load models to VRM instead of RAM (for machines which have bigger VRM than RAM such as free Google Colab server)
|
|
load models to VRM instead of RAM (for machines which have bigger VRM than RAM such as free Google Colab server)
|
|
|
|
|
|
Instead of just rounding (sometimes resulting in grids with "empty" spots), find a divisor.
For example: 8 images will now result in a 4x2 grid instead of a 3x3 with one empty spot.
|
|
Add a "History" tab
|