lazzdw commited on
Commit
5612b77
1 Parent(s): ff63072

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -25,6 +25,8 @@ This is a Stable Diffusion model fine-tuned on `fatyoshi` images for the wildcar
25
 
26
  <img src=https://i.imgur.com/yzf9WGY.jpg width=60% height=60%>
27
 
 
 
28
  ## Usage
29
 
30
  ```python
@@ -34,6 +36,3 @@ pipeline = StableDiffusionPipeline.from_pretrained('lazzdw/fatyoshi')
34
  image = pipeline().images[0]
35
  image
36
  ```
37
- ## 👇Acknowledgements👇
38
-
39
- Inspired by one of my favourite playlists https://www.youtube.com/watch?v=g9gHC2quF3A. Go check it out! 😊
 
25
 
26
  <img src=https://i.imgur.com/yzf9WGY.jpg width=60% height=60%>
27
 
28
+ Inspired by one of my favourite playlists https://www.youtube.com/watch?v=g9gHC2quF3A. Go check it out! 😊
29
+
30
  ## Usage
31
 
32
  ```python
 
36
  image = pipeline().images[0]
37
  image
38
  ```