Thomas Mello

Results 13 issues of Thomas Mello

- [x] I have searched to see if a similar issue already exists. Currently the functionality of Gradio as a web server is completely blackboxed: there is no way to...

enhancement
frontend

When trying to add a layer to the stage in vue-konva Vue crashes: ``` [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug....

### What happened? Steps to (not) reproduce: 1. Generate a batch with an ancestral sampler 2. Pick any image with its respective seed (seeds are incremental along with the index...

bug

Adds special handling to sequences that should not be trimmed, e.g. code block closing tag, markdown separator, etc. Side note: technically `END_SYMBOLS` could be refactored into `END_SEQUENCES` but it makes...

Tweaks impersonation UI in two significant ways: Brings impersonation toggle to all devices (currently only accessible from mobile) and adds clear indication when the toggle is active. Since this is...

Fixed discrepancy between what messages are rendered on the page and how last message's index is calculated. The new version uses the same array (memo) and is rewritten to avoid...

**Describe the bug** If there are hidden messages in the chat (e.g. from having hidden events fired) the regen button disappears although the message can still be regenerated via hotkey...

Without a `promptOrder` present `basic` prompt doesn't work and agnaistic preset falls back to a default template. This is the source of complaints that `impersonation` doesn't appear in prompt with...

Adds a hotkey (arrow up) to edit the last message in the chat, a functionality present in most chat applications. This closes the ux loop: send message -> edit response...

Adds ability to permanently remove messages from `retries` array, aka discard swipes. ![image](https://github.com/agnaistic/agnai/assets/4258136/be012a95-51d5-45bf-8979-42905103dd44) Additionally, it brings the styling of these buttons to be the same as editing buttons (divs instead...