psychedelicious

Results 110 issues of psychedelicious

Document the public API in README: - `dispatch` - `BaseEventPayloadSchemaRegistry.register` - `LocalHandler.register`

## Summary Support metadata recall for layers. TODO: - [ ] Do not store ephemeral layer state in metadata (e.g. 'uploadedMaskImage', maybe `bboxNeedsUpdate`) - [ ] Check images for existence?...

frontend-deps
frontend

### Is there an existing issue for this? - [X] I have searched the existing issues ### Contact Details _No response_ ### What should this feature add? Touch events should...

enhancement

I'm exploring adding data migrations to our persisted state and have a [very rough draft](https://codesandbox.io/p/sandbox/wispy-architecture-9yxk4v?file=%2Fsrc%2Fstore.ts) for handling this on a per-reducer basis. I'm having some trouble imagining an implementation for...

docs

This is a trivial example, but I figured I'd share anyways. Here's a simple storage driver using [idb-keyval](https://github.com/jakearchibald/idb-keyval), a minimal library that wraps IndexedDB with a simple key-value interface: ```ts...

docs

**Describe the bug** The API documentation page does not work, HTTP 404. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://danigb.github.io/tonal/'. 2. Check response headers => 404. **Expected...

## Summary Fixes two bugs with model cover images: - [fix(api): add cover image to update model response](https://github.com/invoke-ai/InvokeAI/commit/a8109b01a7de75fa7b241b2e9649bc8ba8f3ebcf) Fixes a bug where the image _appears_ to be reset when editing...

api
python

## Summary When a control adapter processor config is changed, if we were already processing an image, that batch is immediately canceled. This prevents the processed image from getting stuck...

frontend

## Summary The select had a default search value, which meant it only showed "small" as an option on first load. ## Related Issues / Discussions n/a ## QA Instructions...

frontend

### Is there an existing issue for this? - [X] I have searched the existing issues ### Contact Details _No response_ ### What should this feature add? I want to...

enhancement