alkzar90 commited on
Commit
0ac7c2c
1 Parent(s): 7bbae63

Add a paragraph in the artistic style transfer

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -82,6 +82,8 @@ What does the director's cut concept mean? The definition by the [Merriam-Webste
82
 
83
  ## Artistic Style Transfer
84
 
 
 
85
  <figure>
86
  <img src="https://huggingface.co/alkzar90/ppaine-landscape/resolve/main/assets/dreambooth-hackaton-patagonia-landscape-painting.png" alt="Torres del Paine Landscape Model - Artist Style Painting">
87
  <figcaption>Figure 4: <b>Artistic renderings of the Chilean Torres del Paine national park in the style of famous painters</b>. Text prompts for generated images up-to-down rows and left-to-right;
@@ -104,6 +106,7 @@ image = pipeline().images[0]
104
  image
105
  ```
106
 
 
107
  ## References
108
 
109
  * [DreamBooth: Fine Tuning Text-to-Image Diffusion Models for Subject-Driven Generation (Ruiz et al. 2022)](https://arxiv.org/abs/2208.12242})
 
82
 
83
  ## Artistic Style Transfer
84
 
85
+ One way to monitor the fine-tuning process is to look at the model capabilities for transferring well-known artistic styles into the Torres del Paine landscape.
86
+
87
  <figure>
88
  <img src="https://huggingface.co/alkzar90/ppaine-landscape/resolve/main/assets/dreambooth-hackaton-patagonia-landscape-painting.png" alt="Torres del Paine Landscape Model - Artist Style Painting">
89
  <figcaption>Figure 4: <b>Artistic renderings of the Chilean Torres del Paine national park in the style of famous painters</b>. Text prompts for generated images up-to-down rows and left-to-right;
 
106
  image
107
  ```
108
 
109
+
110
  ## References
111
 
112
  * [DreamBooth: Fine Tuning Text-to-Image Diffusion Models for Subject-Driven Generation (Ruiz et al. 2022)](https://arxiv.org/abs/2208.12242})