OneTrainer
OneTrainer copied to clipboard
OneTrainer is a one-stop solution for all your stable diffusion training needs.
### What happened? ``` Traceback (most recent call last): File "D:\AI\Stable_Diffusion\OneTrainer\modules\ui\TrainUI.py", line 544, in __training_thread_function trainer.train() File "D:\AI\Stable_Diffusion\OneTrainer\modules\trainer\GenericTrainer.py", line 514, in train self.data_loader.get_data_set().start_next_epoch() File "d:\ai\stable_diffusion\onetrainer\venv\src\mgds\src\mgds\MGDS.py", line 49, in start_next_epoch self.loading_pipeline.start_next_epoch()...
### What happened? line 17 of install.sh reads ```elif [ -x "$(command -v nvcc)" ]; then``` however, that command is only for developers. REGULAR people dont have nvcc installed. It...
### What happened? trying to train cascade tenc only with prodigy, but no matter what I tried to change the lr stays at the initial D value of the optimizer...
### What happened? My sample previews during training are fine, but when I try to use my trained SD3 model in comfyui, I get outputs with only coloured blobs. I'm...
### What happened? ``` Clearing cache directory D:/AI/Stable_Diffusion/Datasets/V6/V6/SD3/workspace-cache/run! You can disable this if you want to continue using the same cache. Traceback (most recent call last): File "D:\AI\Stable_Diffusion\OneTrainer\modules\modelLoader\stableDiffusion3\StableDiffusion3ModelLoader.py", line 232,...
### What happened? Using same project, exactly same settings, I was getting weird/bad samples. I could not understand way the sudden change in training quality. Till, as a last resort,...
### What happened? Try to train SD3. Set path to base model sd3_medium.safetensors It errors about `stabilityai/stable-diffusion-3-medium-diffusers is restricted. You must be authenticated` ``` File ".... \OneTrainer\modules\modelLoader\stableDiffusion3\StableDiffusion3ModelLoader.py", line 273, in...
### Describe your use-case. There is no PixArt Sigma preset in OneTrainer ### What would you like to see as a solution? Add PixArt Sigma preset ### Have you considered...
### Describe your use-case. I can generate image masks for masked training. However, I would also like to generate my captions based on the resulting masked images. For example, using...
### What happened? When masked training STABLE_DIFFUSION_XL_10_BASE, the black and white masked images are named as" xxx-masklabel.png" as mentioned in QuickStartGuide.md. 1) how and where to input that masked image...