You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Before
After
Changes
Organize the Parameters tab (see above): group similar input fields together (sliders, checkboxes, etc) and create headings for types of parameters (curve shape, curve cutoff), to reduce visual clutter and improve navigation.
Organize the Model tab in a similar way.
Improve the style of headings, lists, and links in chat messages.
Improve the typing cursor | that appears during chat streaming.
Slighly improve the chat colors in light mode.
Reduce the number of built-in presets from 11 to 6, removing presets that I do not consider useful and adding two new presets that I personally use: Instruct and Creative. The old presets can be found here.
Bug fixes
Fix interface loading with dark theme even when 'dark_theme' is set to false (#6614). Thanks @mamei16.
Fix newlines in the markdown renderer (#6599). Thanks @mamei16.