Skip to content

Commit

Permalink
Example tests (huggingface#1982)
Browse files Browse the repository at this point in the history
* Example tests

* fix
  • Loading branch information
patrickvonplaten authored Jan 12, 2023
1 parent 7f0eb35 commit dbdd585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_textual_inversion(self):
test_args = f"""
examples/textual_inversion/textual_inversion.py
--pretrained_model_name_or_path runwayml/stable-diffusion-v1-5
--train_data_dir docs/source/imgs
--train_data_dir docs/source/en/imgs
--learnable_property object
--placeholder_token <cat-toy>
--initializer_token toy
Expand Down

0 comments on commit dbdd585

Please sign in to comment.