Update README.md
This commit is contained in:
parent
2e3d044ba3
commit
4c996cb6b5
|
@ -11,12 +11,17 @@ If you're coming from Dreambooth, please [read this](doc/NOTDREAMBOOTH.md) for a
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Windows 10/11, Linux (Ubuntu 20.04+ recommended), or use the linux Docker container
|
Windows 10/11, Linux (Ubuntu 20.04+ recommended), or use the linux Docker container
|
||||||
|
|
||||||
Python 3.10.x
|
Python 3.10.x
|
||||||
|
|
||||||
Nvidia GPU with 11GB VRAM or more (note: 1080 Ti and 2080 Ti may require compiling xformers yourself)
|
Nvidia GPU with 11GB VRAM or more (note: 1080 Ti and 2080 Ti may require compiling xformers yourself)
|
||||||
|
|
||||||
16GB system RAM recommended minimum
|
16GB system RAM recommended minimum
|
||||||
|
|
||||||
Single GPU is currently supported
|
Single GPU is currently supported
|
||||||
|
|
||||||
32GB of system RAM recommended for 50k+ training images, but may get away with sufficient swap file and 16GB
|
32GB of system RAM recommended for 50k+ training images, but may get away with sufficient swap file and 16GB
|
||||||
|
|
||||||
Ampere or newer 24GB+ (3090/A5000/4090, etc) recommended for 10k+ images unless you want to wait a long time
|
Ampere or newer 24GB+ (3090/A5000/4090, etc) recommended for 10k+ images unless you want to wait a long time
|
||||||
|
|
||||||
...Or use any computer with a web browser and run on Vast/Runpod/Colab. See [Cloud](#cloud) section below.
|
...Or use any computer with a web browser and run on Vast/Runpod/Colab. See [Cloud](#cloud) section below.
|
||||||
|
@ -68,4 +73,4 @@ Make sure to check out the [tools repo](https://github.com/victorchall/EveryDrea
|
||||||
|
|
||||||
[RunPod / Vast](/doc/CLOUD_SETUP.md)
|
[RunPod / Vast](/doc/CLOUD_SETUP.md)
|
||||||
|
|
||||||
[Docker image link](https://github.com/victorchall/EveryDream2trainer/pkgs/container/everydream2trainer)
|
[Docker image link](https://github.com/victorchall/EveryDream2trainer/pkgs/container/everydream2trainer)
|
||||||
|
|
Loading…
Reference in New Issue