feffy380

Results 10 issues of feffy380

### Duplicates - [X] I have searched the existing issues ### Summary 💡 When the current COMMAND is write_to_file (and possibly others), large multiline arguments should be printed as multiple...

enhancement

The current implementation only excludes inputs matching the memory key. When using CombinedMemory, there will be multiple keys and the vector store memory will save everything except the memory_key. This...

### What happened? I consistently get fewer documents than requested when querying a DuckDB collection. For example, querying for 100 documents in a collection of 300+ only returns about 20-30....

bug

**Is your feature request related to a problem? Please describe** e621 has a `lore` tag category with id=8 (see https://e621.net/help/api under Tags > Categories). Grabber doesn't recognize this category, so...

suggestion
source

This PR adds support for training with [token downsampling](https://github.com/ethansmith2000/ImprovedTokenMerge) and replaces my token merge PR (#1146). Token downsampling is a lossy optimization that significantly speeds up inference and training. It...

**The bug** Trying to use a model through llama.cpp built with hipBLAS leads to an immediate crash: ```bash CUDA error: shared object initialization failed current device: 0, in function ggml_cuda_op_mul_mat...

### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by...

bug-report

I noticed `jxlpy` wasn't loading some images correctly compared to `pillow-jxl-plugin`. It looks like the problem is here, where the icc profile is not being stored under the proper key...

When training with a fixed seed, samples are different every time due to this block in `train_util.sample_image_inference()`, specifically the `else` branch: https://github.com/kohya-ss/sd-scripts/blob/25f961bc779bc79aef440813e3e8e92244ac5739/library/train_util.py#L5264-L5270 I understand that this was added so each...

With kwin's native tiling in a multi monitor setup, windows on the edge of one screen can be moved to the next screen using keyboard shortcuts. For example, "Quick Tile...