RobertLau commited on
Commit
1e49966
1 Parent(s): b9974dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -11,6 +11,10 @@ It can be used by modifying the `instance_prompt`: **<cat-toy> toy**
11
  You can also train your own concepts and upload them to the library by using [this notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_training.ipynb).
12
  And you can run your new concept via `diffusers`: [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb), [Spaces with the Public Concepts loaded](https://huggingface.co/spaces/sd-dreambooth-library/stable-diffusion-dreambooth-concepts)
13
 
 
 
 
 
14
  Here are the images used for training this concept:
15
  ![image 0](https://huggingface.co/RobertLau/cat-toy/resolve/main/concept_images/0.jpeg)
16
  ![image 1](https://huggingface.co/RobertLau/cat-toy/resolve/main/concept_images/1.jpeg)
 
11
  You can also train your own concepts and upload them to the library by using [this notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_training.ipynb).
12
  And you can run your new concept via `diffusers`: [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb), [Spaces with the Public Concepts loaded](https://huggingface.co/spaces/sd-dreambooth-library/stable-diffusion-dreambooth-concepts)
13
 
14
+ Usage:
15
+ If you want to use this concept, please add <cat-toy> in your prompt, for example: "A <cat-toy> getting a haircut"
16
+
17
+
18
  Here are the images used for training this concept:
19
  ![image 0](https://huggingface.co/RobertLau/cat-toy/resolve/main/concept_images/0.jpeg)
20
  ![image 1](https://huggingface.co/RobertLau/cat-toy/resolve/main/concept_images/1.jpeg)