Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: P2Enjoy/kohya_ss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rundiffusion/kohya_ss_rd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 5 commits
  • 44 files changed
  • 2 contributors

Commits on Feb 12, 2023

  1. Copy the full SHA
    dd742b4 View commit details

Commits on Feb 24, 2023

  1. Removed deepspeed

    It kept failing
    
    Signed-off-by: rundiffusion <124859560+rundiffusion@users.noreply.github.com>
    rundiffusion authored Feb 24, 2023
    Copy the full SHA
    4e6a422 View commit details
  2. Adding 0.0.0.0 to kohya

    Signed-off-by: rundiffusion <124859560+rundiffusion@users.noreply.github.com>
    rundiffusion authored Feb 24, 2023
    Copy the full SHA
    e2636f8 View commit details
  3. server_name update

    Signed-off-by: rundiffusion <124859560+rundiffusion@users.noreply.github.com>
    rundiffusion authored Feb 24, 2023
    Copy the full SHA
    23b5a1c View commit details
  4. share true

    Signed-off-by: rundiffusion <124859560+rundiffusion@users.noreply.github.com>
    rundiffusion authored Feb 24, 2023
    Copy the full SHA
    153eacf View commit details
Showing with 117 additions and 2,038 deletions.
  1. +8 −0 .idea/.gitignore
  2. +12 −0 .idea/inspectionProfiles/Project_Default.xml
  3. +6 −0 .idea/inspectionProfiles/profiles_settings.xml
  4. +14 −0 .idea/kohya_ss.iml
  5. +4 −0 .idea/misc.xml
  6. +8 −0 .idea/modules.xml
  7. +6 −0 .idea/vcs.xml
  8. +0 −138 README-ja.md
  9. +4 −330 README.md
  10. +0 −54 bitsandbytes_windows/cextension.py
  11. BIN bitsandbytes_windows/libbitsandbytes_cpu.dll
  12. BIN bitsandbytes_windows/libbitsandbytes_cuda116.dll
  13. +0 −166 bitsandbytes_windows/main.py
  14. +3 −2 dreambooth_gui.py
  15. +0 −14 examples/caption.ps1
  16. +0 −20 examples/caption_subfolders.ps1
  17. +0 −87 examples/kohya-1-folders.ps1
  18. +0 −154 examples/kohya-3-folders.ps1
  19. +0 −154 examples/kohya.ps1
  20. +0 −153 examples/kohya_finetune.ps1
  21. +0 −90 examples/kohya_new-v3.ps1
  22. +0 −64 examples/kohya_train_db_fixed_with-reg_SDv2 512 base.ps1
  23. +0 −15 examples/word_frequency.ps1
  24. +10 −7 finetune_gui.py
  25. +0 −6 gui.bat
  26. +0 −2 gui.ps1
  27. +2 −0 kohya_gui.py
  28. +3 −2 library/basic_caption_gui.py
  29. +3 −2 library/blip_caption_gui.py
  30. +3 −2 library/convert_model_gui.py
  31. +3 −4 library/extract_lora_gui.py
  32. +2 −1 library/git_caption_gui.py
  33. +3 −2 library/merge_lora_gui.py
  34. +2 −1 library/resize_lora_gui.py
  35. +3 −2 library/verify_lora_gui.py
  36. +3 −2 library/wd14_caption_gui.py
  37. +6 −6 lora_gui.py
  38. +5 −2 requirements.txt
  39. +3 −2 textual_inversion_gui.py
  40. +0 −296 train_db_README-ja.md
  41. +0 −191 train_network_README-ja.md
  42. +0 −63 train_ti_README-ja.md
  43. +0 −3 upgrade.ps1
  44. +1 −1 utilities.cmd
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/kohya_ss.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

138 changes: 0 additions & 138 deletions README-ja.md

This file was deleted.

Loading