Unverified Commit 4e770568 authored by TilmannR's avatar TilmannR Committed by GitHub
Browse files

Update README.md (#6191)

Typo: The script for LoRA training is `train_text_to_image_lora_prior.py` not `train_text_to_image_prior_lora.py`.

Alternatively you could rename the file and keep the README.md unchanged.
parent a0c54828
...@@ -77,7 +77,7 @@ First, you need to set up your development environment as explained in the [inst ...@@ -77,7 +77,7 @@ First, you need to set up your development environment as explained in the [inst
```bash ```bash
export DATASET_NAME="lambdalabs/pokemon-blip-captions" export DATASET_NAME="lambdalabs/pokemon-blip-captions"
accelerate launch train_text_to_image_prior_lora.py \ accelerate launch train_text_to_image_lora_prior.py \
--mixed_precision="fp16" \ --mixed_precision="fp16" \
--dataset_name=$DATASET_NAME --caption_column="text" \ --dataset_name=$DATASET_NAME --caption_column="text" \
--resolution=768 \ --resolution=768 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment