Nerogar

Results 6 issues of Nerogar

Fixes textual inversion training by adding a dummy mask when using an inpainting model

The __init__ function of the CTkScalingBaseClass is called when creating a DropdownMenu. But the destroy function is never called. This can lead to an exception after destroying a CTkOptionMenu (which...

This fixes an exception that occurs after destroying a CtkEntry with a text variable and then updating that text variable. `trace_add` is called when the entry is created, but `trace_remove`...

I've now implemented LoRA and embedding training support in OneTrainer (for now only on a separate branch https://github.com/Nerogar/OneTrainer/tree/stable_cascade) . But to actually use them, support in the inference tools is...

### Feature description I've now implemented LoRA and embedding training support in OneTrainer (for now only on a separate branch https://github.com/Nerogar/OneTrainer/tree/stable_cascade) . But to actually use them, support in the...

enhancement

### System Info During inference of larger models in VRAM constrained environments, offloading unused model layers from VRAM to RAM is an easy method of reducing the overall VRAM usage....

bug