juancopi81 commited on
Commit
5c5416c
1 Parent(s): 141a4cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -9,22 +9,29 @@ tags:
9
  - dreambooth-hackathon
10
  - animal
11
  widget:
12
- - text: Painting of vincentcat cat flying around the moon in the style of Leonardo
 
13
  Da Vinci
 
 
14
  ---
15
 
16
  # DreamBooth model for the vincentcat concept trained by juancopi81 on the juancopi81/jcp-vincent-cat dataset.
17
 
18
- This is a Stable Diffusion model fine-tuned on the vincentcat concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of vincentcat cat**
19
 
20
  This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!
21
 
22
  ## Description
23
 
24
-
25
  This is a Stable Diffusion model fine-tuned on `cat` images for the animal theme.
26
 
27
 
 
 
 
 
 
28
  ## Usage
29
 
30
  ```python
@@ -33,4 +40,4 @@ from diffusers import StableDiffusionPipeline
33
  pipeline = StableDiffusionPipeline.from_pretrained('juancopi81/vincentcat-cat')
34
  image = pipeline().images[0]
35
  image
36
- ```
 
9
  - dreambooth-hackathon
10
  - animal
11
  widget:
12
+ - text: >-
13
+ Painting of vincentcat cat flying around the moon in the style of Leonardo
14
  Da Vinci
15
+ datasets:
16
+ - juancopi81/jcp-vincent-cat
17
  ---
18
 
19
  # DreamBooth model for the vincentcat concept trained by juancopi81 on the juancopi81/jcp-vincent-cat dataset.
20
 
21
+ This is a Stable Diffusion model fine-tuned on the [vincentcat](https://huggingface.co/datasets/juancopi81/jcp-vincent-cat) concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of vincentcat cat**
22
 
23
  This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!
24
 
25
  ## Description
26
 
 
27
  This is a Stable Diffusion model fine-tuned on `cat` images for the animal theme.
28
 
29
 
30
+ ## Examples
31
+
32
+ Prompt: A painting of vincentcat cat, acrylic palette knife
33
+
34
+
35
  ## Usage
36
 
37
  ```python
 
40
  pipeline = StableDiffusionPipeline.from_pretrained('juancopi81/vincentcat-cat')
41
  image = pipeline().images[0]
42
  image
43
+ ```