sd-scripts icon indicating copy to clipboard operation
sd-scripts copied to clipboard

Results 334 sd-scripts issues
Sort by recently updated
recently updated
newest added

In the readme “Windows Installation”, The following commands are listed in the readme However, they are out of date and can no longer be installed as is. > PS C:\WINDOWS\system32>...

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.3 to 1.25.0. Release notes Sourced from crate-ci/typos's releases. v1.25.0 [1.25.0] - 2024-10-01 Fixes Updated the dictionary with the September 2024 changes v1.24.6 [1.24.6] - 2024-09-16 Fixes...

dependencies
github_actions

On install (Win 11) receiving this error repeatedly: fatal: could not get a repository handle for submodule 'sd-scripts' 18:15:52-435809 ERROR Error during Git operation: Command '['git', 'submodule', 'update', '--init', '--recursive',...

Hi. I usually use '--alpha_mask' option in the 'dev' branch. If i use this option, text_encoder learning curve is disappear in the tensorboard. ![image](https://github.com/user-attachments/assets/20602a05-77df-43b2-83dc-09c45ca825f8) without '--alpha_mask' option, text_encoder training seems...

After installing all dependencies i get that result. And not tagging at all It goes like this for me from like 2 days. ``` Launching program... env: PYTHONPATH=/content/kohya-trainer 2024-09-27 06:51:14.875562:...

I use one NVIDIA L40S(48GB VRAM) to train a Lora for Flux, and here is my training script: `./sd-scripts/flux_train_network.py --pretrained_model_name_or_path ./model/flux1-dev.safetensors --clip_l ./model/clip_l.safetensors --t5xxl ./model/t5xxl_fp16.safetensors --ae ./model/ae.safetensors --cache_latents_to_disk --save_model_as safetensors...

![image](https://github.com/user-attachments/assets/8df481f8-9c19-4ded-8457-3393807d7fea) I'm in the process of building a VLM caption program, perhaps using multi-level caption similar to PG3. As far as I know most of the DiT model training since...

Is anybody already working on making a script for Flux Ti or wants to start working on one (I'm down to jump in!)? Some thoughts: - The code from my...