陳鈞

Results 12 comments of 陳鈞

Using docker-compose to monitor user also encountered the same problem. @Ryu1845 I think #64 should be reviewed.

Each torch package requires 3.6G of disk space, so you will need 10G for three extensions that require torch.😉 The good solution is that all the extension MUST align its...

```sh git pull git checkout git submodule update --init --recursive .\gui.bat or ./gui.sh ``` ~~Notice that the `git submodule` command only need to execute once, after that submodules will be...

In addition, I personally prefer to use `git fetch` instead of `git pull`, because `git pull` implies `merge`, which may create unexpected commits.

git submodule is fixed on commit, not branch or tags Unless you have such a need, just do `git checkout` in the parent folder and then `git submodule update --init...

Other than that, I haven't tried docker build yet (it takes a little time to build such a large image), but I think it looks good

`git checkout --recurse-submodules` should also do the trick during checkout. I'm not sure if it does --init though, need to check the documentation.

I have submit a PR for this changes #2032

> I have merged the change to the dev branch. I hope this will run fine on all platforms... including runpod, vastai and others like colab. I can confirm it...

@kaelem1 Please read our readme about Docker, specifically the first item in the list. https://github.com/bmaltais/kohya_ss#design-of-our-dockerfile Also, refer to the awesome Docker manual if you are not familiar with how it...