patrickvonplaten commited on
Commit
8b7b4bc
1 Parent(s): 1a68245

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -46,11 +46,11 @@ image = ddpm()["sample"]
46
  image[0].save("ddpm_generated_image.png")
47
  ```
48
 
49
- For more in-detail information, please have a look at the [official inference example](_) # <- TODO(PVP) add link
50
 
51
  ## Training
52
 
53
- If you want to train your own model, please have a look at the [official training example]( ) # <- TODO(PVP) add link
54
 
55
  ## Samples
56
  1. ![sample_1](https://huggingface.co/google/ddpm-ema-celebahq-256/resolve/main/images/generated_image_0.png)
46
  image[0].save("ddpm_generated_image.png")
47
  ```
48
 
49
+ For more in-detail information, please have a look at the [official inference example](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/diffusers_intro.ipynb)
50
 
51
  ## Training
52
 
53
+ If you want to train your own model, please have a look at the [official training example](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb) # <- TODO(PVP) add link
54
 
55
  ## Samples
56
  1. ![sample_1](https://huggingface.co/google/ddpm-ema-celebahq-256/resolve/main/images/generated_image_0.png)