lavaman131 commited on
Commit
6720d99
1 Parent(s): cb7acfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -47,6 +47,10 @@ image = pipeline("PROMPT GOES HERE").images[0]
47
  image.save("output.png")
48
  ```
49
 
 
 
 
 
50
  #### Limitations and bias
51
 
52
  As with any diffusion model, playing around with the prompt and classifier-free guidance parameter is required until you get the results you want. Zoomed-out subjects seem to loose clairity in the face. For additional safety in image generation, we use the Stable Diffusion safety checker.
 
47
  image.save("output.png")
48
  ```
49
 
50
+ #### Full source code
51
+
52
+ The full source-code used for training can be found [here](https://github.com/lavaman131/cartoonify).
53
+
54
  #### Limitations and bias
55
 
56
  As with any diffusion model, playing around with the prompt and classifier-free guidance parameter is required until you get the results you want. Zoomed-out subjects seem to loose clairity in the face. For additional safety in image generation, we use the Stable Diffusion safety checker.