sd-scripts
sd-scripts copied to clipboard
Using sd3_minimal_inference.py and diffusers to inference open source sd3 model can get totally different result, is it because of the scheduler? it seems that you use your own-written scheduler rather...
Using momentum increases VRAM requirement by quite a bit, since you have to keep track of past gradients. momentum=0 might not be optimal, but is nice to have if you're...
Hello! This is a quick fix that allows sample images to be generated for those (like me) who are on Mac or otherwise don't have CUDA. It just adds if...
hello i was trying the SD3 branch for testing sd3 training using https://github.com/bmaltais/kohya_ss/tree/sd3 this branch. it installed right and I got all the sd3 settings right. but when I start...
# [WIP] This PR is a draft PR for contributors to check the progress and review the codes. ## This PR starts with a simple implementation by me for minimal...
For some reason I cannot use `is_reg` parameter for DreamBooth type training. I'm using the latest [commit](https://github.com/kohya-ss/sd-scripts/commit/0b3e4f7ab62b7c93e66972b7bd2774b8fe679792) from `dev` branch. My dataset config is the next: ``` [general] shuffle_caption =...
Currently skips the resumed epoch if partway through and calculates global steps as only the number of steps into the current epoch. These changes make it resume mid epoch on...
Does sdxl lora text encoder training, train both text encoders? or just one?
Loading settings from /content/fine_tune/config/config_file.toml... /content/fine_tune/config/config_file You are using the default legacy behaviour of the . This is expected, and simply means that the `legacy` (previous) behavior will be used so...
It is SDXL architecture with a different noise scheduler(Kolors Scheduler?) and text encoder (ChatGLM3-base). Would be great to be able to fine tune it as it is better than any...