fixed bug I added to demo config

This commit is contained in:
Jaret Burkett
2024-08-11 10:28:39 -06:00
parent ec1ea7aa0e
commit 8d48ad4e85
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ cd ai-toolkit
git submodule update --init --recursive
python -m venv venv
.\venv\Scripts\activate
pip install torch --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu118
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt
```

View File

@@ -31,7 +31,6 @@ config:
shuffle_tokens: false # shuffle caption order, split by commas
cache_latents_to_disk: true # leave this true unless you know what you're doing
resolution: [ 512, 768, 1024 ] # flux enjoys multiple resolutions
num_workers: 0
train:
batch_size: 1
steps: 4000 # total number of steps to train 500 - 4000 is a good range