harveymannering commited on
Commit
05a719e
1 Parent(s): 0784cf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -2
README.md CHANGED
@@ -12,7 +12,7 @@ widget:
12
  - text: a photo of ioprt cliff with a dog
13
  ---
14
 
15
- # DreamBooth model for the ioprt concept trained by harveymannering on the /content/sample_data/images/ dataset.
16
 
17
  This is a Stable Diffusion model fine-tuned on the ioprt concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of ioprt cliff**
18
 
@@ -21,8 +21,42 @@ This model was created as part of the DreamBooth Hackathon 🔥. Visit the [orga
21
  ## Description
22
 
23
 
24
- This is a Stable Diffusion model fine-tuned on `cliff` images for the landscape theme. We used the jurassic-coast dataset which contains 14 images of a particular cliff on the Isle of Portland on the south coast of England.
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ## Usage
28
 
 
12
  - text: a photo of ioprt cliff with a dog
13
  ---
14
 
15
+ # DreamBooth model for the Isle of Portland concept trained by harveymannering on the /content/sample_data/images/ dataset.
16
 
17
  This is a Stable Diffusion model fine-tuned on the ioprt concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of ioprt cliff**
18
 
 
21
  ## Description
22
 
23
 
24
+ This is a Stable Diffusion model fine-tuned on `cliff` images for the landscape theme. We used the [jurassic-coast](https://huggingface.co/datasets/harveymannering/jurassic-coast) dataset which contains 14 images of a particular cliff on the Isle of Portland on the south coast of England.
25
 
26
+ ## Examples
27
+
28
+ <table>
29
+ <tr>
30
+ <td><b>In the style of different artists</b>
31
+ <br>"a photo of ioprt cliff in the style of monet"</td>
32
+ <td><br>"a photo of ioprt cliff in the style of raphael"</td>
33
+ </tr>
34
+ <tr>
35
+ <td>
36
+ <a data-flickr-embed="true" href="https://www.flickr.com/photos/197317911@N06/52595583182/in/dateposted-public/" title="monet"><img src="https://live.staticflickr.com/65535/52595583182_2f3e1597a3.jpg" width="300" height="300" alt="monet"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>
37
+ </td>
38
+ <td>
39
+ <a data-flickr-embed="true" href="https://www.flickr.com/photos/197317911@N06/52596072366/in/dateposted-public/" title="raphael"><img src="https://live.staticflickr.com/65535/52596072366_b3142a805d.jpg" width="300" height="300" alt="raphael"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> </td>
40
+ </tr>
41
+ <tr>
42
+ <td><b>Adding things to the environment</b><br>"a photo of ioprt cliff with a dog"</td>
43
+ <td><br>"a photo of ioprt cliff with a boat"</td>
44
+ </tr>
45
+ <tr>
46
+ <td>
47
+ <a data-flickr-embed="true" href="https://www.flickr.com/photos/197317911@N06/52596072406/in/dateposted-public/" title="dog"><img src="https://live.staticflickr.com/65535/52596072406_f90bdeae1b.jpg" width="300" height="300" alt="dog"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> </td>
48
+ <td>
49
+ <a data-flickr-embed="true" href="https://www.flickr.com/photos/197317911@N06/52595583222/in/dateposted-public/" title="boat"><img src="https://live.staticflickr.com/65535/52595583222_ed4159e458.jpg" width="300" height="300" alt="boat"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> </tr>
50
+ <tr>
51
+ <td><b>Making changes to the environment</b><br>"a photo of a sunset at ioprt cliff"</td>
52
+ <td><br>"a photo of ioprt cliff in the desert"</td>
53
+ </tr>
54
+ <tr>
55
+ <td>
56
+ <a data-flickr-embed="true" href="https://www.flickr.com/photos/197317911@N06/52596072351/in/dateposted-public/" title="sunset"><img src="https://live.staticflickr.com/65535/52596072351_2af35dfef9.jpg" width="300" height="300" alt="sunset"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> </td>
57
+ <td>
58
+ <a data-flickr-embed="true" href="https://www.flickr.com/photos/197317911@N06/52596334474/in/dateposted-public/" title="desert"><img src="https://live.staticflickr.com/65535/52596334474_de30ac48fd.jpg" width="300" height="300" alt="desert"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> </tr>
59
+ </table>
60
 
61
  ## Usage
62