Ryan Dick

Results 8 issues of Ryan Dick

### Describe the bug When loading a DoRA model from a kohya state_dict some keys are silently skipped in the state_dict. DoRA loading was added in https://github.com/huggingface/diffusers/pull/7371. This feature has...

bug

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

bug

## Summary Adds a `TiledStableDiffusionRefineInvocation` node with the following characteristics: - The node applies the following sequence: - Split tiles in image space - VAE encode - Denoise - VAE...

python
invocations

## Problem The InvokeAI import graph is a tangled web ripe with circular imports and import-order dependencies. We currently work around these issues with short-term hacks, but they are a...

enhancement

## Summary This PR add support for FLUX LoRA models in kohya format with `lora_te1` layers (i.e. CLIP LoRA layers). Previously, only transformer LoRA layers were supported. Example LoRA model...

python
invocations
backend
frontend
python-tests

## Summary Add support for FLUX ControlNet models (XLabs and InstantX). ## QA Instructions - [ ] SD1 and SDXL ControlNets, since the ModelLoaderRegistry calls were changed. - [x] Single...

python
invocations
backend
frontend
python-tests

## Summary This PR adds a workaround for broken sliced attention on MPS with torch 2.4.1. The workaround keeps things working on MPS at the cost of increased peak memory...

python
backend

Thank you for open sourcing your work. I am trying to reproduce the style-preference training experiments from the paper (Cartoon and Pixel Art). Can you provide guidance on what configs...