Tiemi commited on
Commit
a433c61
1 Parent(s): 1e911fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -16,7 +16,7 @@ widget:
16
 
17
  This is a Stable Diffusion model fine-tuned on photos of my dog with DreamBooth 🐕.
18
 
19
- It can be used by modifying the `instance_prompt`:
20
 
21
  **Examples of prompts:**
22
  - a cartoon digital art of FunnyShihTzu dog smiling
@@ -26,13 +26,22 @@ Each time you run the prompt you'll see a different image (even with the same te
26
 
27
  If you enjoy this model, please give it a like ❤️.
28
 
29
- 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!
30
-
31
  ## Description
32
 
33
-
34
  This is a Stable Diffusion model fine-tuned on `dog` images for the animal theme.
35
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  ## Usage
38
 
@@ -44,11 +53,4 @@ image = pipeline().images[0]
44
  image
45
  ```
46
 
47
- ## Examples of generated images:
48
-
49
- ![shih-tzu-drawing.jpeg](https://s3.amazonaws.com/moonup/production/uploads/1672350721131-6192492551e3de53a3628c6b.jpeg)
50
- ![shih-tzu-wearing-crown.png](https://s3.amazonaws.com/moonup/production/uploads/1672351831323-6192492551e3de53a3628c6b.png)
51
- ![shih-tzu-wearing-crown-2.png](https://s3.amazonaws.com/moonup/production/uploads/1672351830953-6192492551e3de53a3628c6b.png)
52
- ![shih-tzu-cartoon-smiling-3.png](https://s3.amazonaws.com/moonup/production/uploads/1672351830966-6192492551e3de53a3628c6b.png)
53
- ![shih-tzu-cartoon-smiling.png](https://s3.amazonaws.com/moonup/production/uploads/1672351831343-6192492551e3de53a3628c6b.png)
54
- ![shih-tzu-acropolis.jpg](https://s3.amazonaws.com/moonup/production/uploads/1672351829105-6192492551e3de53a3628c6b.jpeg)
 
16
 
17
  This is a Stable Diffusion model fine-tuned on photos of my dog with DreamBooth 🐕.
18
 
19
+ It can be used by modifying the `instance_prompt` and keeping the tag FunnyShihTzu.
20
 
21
  **Examples of prompts:**
22
  - a cartoon digital art of FunnyShihTzu dog smiling
 
26
 
27
  If you enjoy this model, please give it a like ❤️.
28
 
 
 
29
  ## Description
30
 
 
31
  This is a Stable Diffusion model fine-tuned on `dog` images for the animal theme.
32
 
33
+ ## Photo of my dog:
34
+ <img src="https://s3.amazonaws.com/moonup/production/uploads/1672671005943-6192492551e3de53a3628c6b.jpeg" alt="shih_tzu" width="200"/>
35
+
36
+
37
+ ## Examples of generated images:
38
+
39
+ ![shih-tzu-drawing.jpeg](https://s3.amazonaws.com/moonup/production/uploads/1672350721131-6192492551e3de53a3628c6b.jpeg)
40
+ ![shih-tzu-wearing-crown.png](https://s3.amazonaws.com/moonup/production/uploads/1672351831323-6192492551e3de53a3628c6b.png)
41
+ ![shih-tzu-wearing-crown-2.png](https://s3.amazonaws.com/moonup/production/uploads/1672351830953-6192492551e3de53a3628c6b.png)
42
+ ![shih-tzu-cartoon-smiling-3.png](https://s3.amazonaws.com/moonup/production/uploads/1672351830966-6192492551e3de53a3628c6b.png)
43
+ ![shih-tzu-cartoon-smiling.png](https://s3.amazonaws.com/moonup/production/uploads/1672351831343-6192492551e3de53a3628c6b.png)
44
+ ![shih-tzu-acropolis.jpg](https://s3.amazonaws.com/moonup/production/uploads/1672351829105-6192492551e3de53a3628c6b.jpeg)
45
 
46
  ## Usage
47
 
 
53
  image
54
  ```
55
 
56
+ 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!