Skip to content

Commit 402b956

Browse files
Remove license accept ticks
1 parent c2a38ef commit 402b956

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

examples/dreambooth/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,6 @@ write_basic_config()
4444

4545
### Dog toy example
4646

47-
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.
48-
49-
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).
50-
51-
Run the following command to authenticate your token
52-
53-
```bash
54-
huggingface-cli login
55-
```
56-
57-
If you have already cloned the repo, then you won't need to go through these steps.
58-
59-
<br>
60-
6147
Now let's get our dataset. Download images from [here](https://drive.google.com/drive/folders/1BO_dyz-p65qhBRRMRA4TbZ8qW4rB99JZ) and save them in a directory. This will be our training data.
6248

6349
And launch the training using

0 commit comments

Comments
 (0)