Levi McCallum
Levi McCallum
Support youtube control and playback with a new channel that can be injected into the client when needed. A direct port of the wonderful python casttube lib (https://github.com/ur1katz/casttube).
Currently we define a description and default value for each entry in the string enum specification. The entries default value should support "null" in order to allow the caller to...
My intuition was to use the field "description" on an enum value to describe the purpose of the value. However, "description" is used to generate the enum name. It seems...
We recently had a crash where the type information validation could have prevented a serious high volume crash. while this shouldn't happen in practice it might be valuable to validate...
### Describe the issue Issue: When trying to load `liuhaotian/llava-v1.6-mistral-7b` or `liuhaotian/llava-v1.6-34b` into my container: ``` MODEL_PATH = "liuhaotian/llava-v1.6-mistral-7b" USE_8BIT = False USE_4BIT = False DEVICE = "cuda" def download_llava_model():...
### Current Behavior The resize plugin registers the `this.resizeTo` getter and setter on the app object via `Object.defineProperty(this, 'resizeTo', ...`. The current configuration prevents the app from being destroyed and...
### Describe the bug A LoRA + TI token pair trained with the advanced dreambooth script doesn't work with negative prompts. In my testing, the validations all work perfectly if...
- Added support for both URL and string links, as the mutable string API supports both and it's handy to have links that point to an identifier, rather than a...