OneTrainer icon indicating copy to clipboard operation
OneTrainer copied to clipboard

OneTrainer is a one-stop solution for all your stable diffusion training needs.

Results 141 OneTrainer issues
Sort by recently updated
recently updated
newest added

**Description:** This pull request introduces modifications to the Text Encoder to support input token lengths exceeding 75 tokens, specifically up to 3 chunks. The implementation has been confirmed to work...

### Describe your use-case. The possibility to train from flux Schnell trough a training adapter. ### What would you like to see as a solution? Here's all the information https://huggingface.co/ostris/FLUX.1-schnell-training-adapter...

enhancement

### Describe your use-case. Flux has layers named single_transformer_blocks.* and transformer_blocks.*. If I want to train only the **transformer_blocks.*** layers but exclude **single_transformer_blocks.***, the current filtering method won't suffice. ###...

enhancement

### What happened? I just did an automatic install in Windows. Whenever I try to run start-ui.bat, I get the log below. Already searched for "ModuleNotFoundError: No module named 'torch'"...

bug

### What happened? I tried running OneTrainer using start-ui.bat and instead got an error regarding being unable to import 'util'. I've tried git clone, updating, and reinstalling several times, both...

bug

### What happened? Training with 1.5 doesn't work after new install. I can't find the model directory to download and put it on there manually. Repository Not Found for url:...

bug

### What happened? Configuring TEs as follows: ``` "text_encoder": { "train": false, "learning_rate": 2e-8, "layer_skip": 0, "weight_dtype": "FLOAT_32", "stop_training_after": 5000, "stop_training_after_unit": "STEP" }, "text_encoder_2": { "train": false, "learning_rate": 1e-8, "layer_skip":...

bug

### What happened? When I activate Decomposed Weights (DoRA) training in "Lora" tab and have base SDXL model loaded as float8 in "model" tab the training process fails to start...

bug

[instagirl_config.json](https://github.com/user-attachments/files/16643076/instagirl_config.json) ### What happened? I've been experiencing the same error for the last few months every time I try to train a model (SDXL finetune) I get an error that...

bug

### Describe your use-case. It's hard to find presets in the current list if the preset count grows in time: ![Screenshot_default](https://github.com/user-attachments/assets/6a9d6337-09c2-44d5-9c01-4bda18e5b014) ### What would you like to see as a...

enhancement