Skip to content

Commit

Permalink
fixed bug I added to demo config
Browse files Browse the repository at this point in the history
  • Loading branch information
jaretburkett committed Aug 11, 2024
1 parent ec1ea7a commit 8d48ad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 0 additions & 1 deletion config/examples/train_lora_flux_24gb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d48ad4

Please sign in to comment.