Lincoln Stein

Results 52 issues of Lincoln Stein

When a glyph's left end is positioned on one of the fine scrolling virtual screens, then the label is not initially visible unless the user scrolls off to the left....

## Summary This implements a scheme in which the original weights are not restored after LoRA patching, saving a second or so per LoRA. This only occurs under the following...

python
invocations
backend
services

### System Info ```Shell - `Accelerate` version: 0.31.0 - Platform: Linux-5.15.0-79-generic-x86_64-with-glibc2.35 - `accelerate` bash location: /home/lstein/test_ckpts/SD3/.venv/bin/accelerate - Python version: 3.10.12 - Numpy version: 2.0.0 - PyTorch version (GPU?): 2.3.1+cu121 (True)...

## Summary This PR changes the loading of most controlnet image processors to use the model manager caching system. This should result in a performance improvement when multiple different control...

python
invocations
backend
services
python-tests
docs

## Summary This adds an invocation to read the invisible watermark created by the AddWatermark invocation. ## Related Issues / Discussions ## QA Instructions ![Screenshot from 2024-07-17 15-12-13](https://github.com/user-attachments/assets/b07f36be-1943-44a4-8bc4-b7729600f380) 1. Create...

python
invocations
backend

### Is there an existing issue for this problem? - [X] I have searched the existing issues ### Operating system Linux ### GPU vendor Nvidia (CUDA) ### GPU model RTX...

bug

## Summary This PR adds the following model manager-related API routes: * `get_cache_size` Fetch the maximum size of the RAM or VRAM cache. * `set_cache_size` Set the maximum size of...

api
python
backend

## Summary This implements alpha-level support for generating images with Stable Diffusion 3. To use: 1. Install the Diffusers version of SD3, located at `stabilityai/stable-diffusion-3-medium-diffusers`. For convenience, this repo has...

python
Root
invocations
backend
services
frontend
python-deps

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

enhancement

## Summary We're starting to see fine-tuned CLIPEmbedding models for improved FLUX performance appearing in the wild. For example: https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14 . However, these fine-tunes are formatted as single "checkpoint"-style files...

python
backend