Skip to content

Commit b1ec61e

Browse files
authored
fix model card url in text inversion readme. (huggingface#1103)
Update README.md
1 parent 0025626 commit b1ec61e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/textual_inversion/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ accelerate config
2929

3030
### Cat toy example
3131

32-
You need to accept the model license before downloading or using the weights. In this example we'll use model version `v1-4`, so you'll need to visit [its card](https://huggingface.co/CompVis/stable-diffusion-v1-4), read the license and tick the checkbox if you agree.
32+
You need to accept the model license before downloading or using the weights. In this example we'll use model version `v1-5`, so you'll need to visit [its card](https://huggingface.co/runwayml/stable-diffusion-v1-5), read the license and tick the checkbox if you agree.
3333

3434
You have to be a registered user in 🤗 Hugging Face Hub, and you'll also need to use an access token for the code to work. For more information on access tokens, please refer to [this section of the documentation](https://huggingface.co/docs/hub/security-tokens).
3535

@@ -111,4 +111,4 @@ python textual_inversion_flax.py \
111111
--learning_rate=5.0e-04 --scale_lr \
112112
--output_dir="textual_inversion_cat"
113113
```
114-
It should be at least 70% faster than the PyTorch script with the same configuration.
114+
It should be at least 70% faster than the PyTorch script with the same configuration.

0 commit comments

Comments
 (0)