Update asd dog example
This commit is contained in:
parent
3e3fe50ab4
commit
83fe8f59b9
15
README.md
15
README.md
@ -75,14 +75,21 @@ Refer to the note to understand how to create the folde structure. In short it s
|
|||||||
|- <repeat count>_<token> <class>
|
|- <repeat count>_<token> <class>
|
||||||
```
|
```
|
||||||
|
|
||||||
Example for `sks dog`
|
Example for `asd dog` where `asd` is the instance prompt word and `dog` is the class. In this example the regularization `dog` class images contained in the folder will be repeated only 1 time and the `asd dog` images will be repeated 20 times:
|
||||||
|
|
||||||
```
|
```
|
||||||
my_sks_dog_dreambooth
|
my_asd_dog_dreambooth
|
||||||
|- reg_dog
|
|- reg_dog
|
||||||
|- 1_sks dog
|
|- 1_dog
|
||||||
|
`- reg_image_1.png
|
||||||
|
`- reg_image_2.png
|
||||||
|
...
|
||||||
|
`- reg_image_256.png
|
||||||
|- train_dog
|
|- train_dog
|
||||||
|- 20_sks dog
|
|- 20_asd dog
|
||||||
|
`- dog1.png
|
||||||
|
...
|
||||||
|
`- dog8.png
|
||||||
```
|
```
|
||||||
|
|
||||||
## Execution
|
## Execution
|
||||||
|
Loading…
Reference in New Issue
Block a user