alkzar90 commited on
Commit
b6e103c
1 Parent(s): 84fe89a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -64,6 +64,14 @@ image = pipeline().images[0]
64
  image
65
  ```
66
 
 
 
 
 
 
 
 
 
67
  ## Thanks to John Whitaker and Lewis Tunstall
68
 
69
  Thanks to [John Whitaker](https://github.com/johnowhitaker) and [Lewis Tunstall](https://github.com/lewtun) for writing out and describing the initial hackathon parameters at https://huggingface.co/dreambooth-hackathon.
 
64
  image
65
  ```
66
 
67
+ ## References
68
+
69
+ * [DreamBooth: Fine Tuning Text-to-Image Diffusion Models for Subject-Driven Generation (Ruiz et al. 2022)](https://arxiv.org/abs/2208.12242})
70
+ * [Training Stable Diffusion with Dreambooth using 🧨 Diffusers (Post)](https://huggingface.co/blog/dreambooth)
71
+ * [Hugging Face DreamBooth Hackathon](https://github.com/huggingface/diffusion-models-class/tree/main/hackathon)
72
+
73
+
74
+
75
  ## Thanks to John Whitaker and Lewis Tunstall
76
 
77
  Thanks to [John Whitaker](https://github.com/johnowhitaker) and [Lewis Tunstall](https://github.com/lewtun) for writing out and describing the initial hackathon parameters at https://huggingface.co/dreambooth-hackathon.