This commit is contained in:
chavinlo 2022-09-09 02:47:39 -05:00
parent 6b35ad0c79
commit 6da7d93133
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ Waifu Diffusion is the name for this project of finetuning Stable Diffusion on D
[Weights](./docs/en/weights/README.md)
[Training Guide](./docs/en/training/README.md)s
[Training Guide](./docs/en/training/README.md)
All thanks goes to CompVis and Stability AI for releasing this codebase!

View File

@ -2,6 +2,6 @@
Waifu Diffusion is a project based off CompVis/Stable-Diffusion.
For guidance on how to start training, see [training](https://github.com/harubaru/waifu-diffusion/docs/en/training/README.md).
For guidance on how to start training, see [training](./training/README.md).
For a list of trained weights, see [weights](./weights/README.md).

View File

@ -1,8 +1,8 @@
# Training documentation
Training is available with waifu-diffusion. Before starting, we remind you that, at this moment at least 30GB of VRAM is needed, along with at least 30gb of storage if you don't mind cleaning up every so often.
## Contents
1. [Dataset] (https://github.com/harubaru/waifu-diffusion/docs/en/training/dataset.md)
2. [Configuration] (https://github.com/harubaru/waifu-diffusion/docs/en/training/configure.md)
1. [Dataset](./dataset.md)
2. [Configuration](./configuration.md)
3. Executing
4. Recommendations
5. FAQ